From: Kalle Valo <kvalo@codeaurora.org>
To: Allen Pais <allen.lkml@gmail.com>
Cc: ryder.lee@mediatek.com, netdev@vger.kernel.org,
linux-wireless@vger.kernel.org, davem@davemloft.net,
lorenzo.bianconi83@gmail.com, linux-mediatek@lists.infradead.org,
matthias.bgg@gmail.com, kuba@kernel.org,
Romain Perier <romain.perier@gmail.com>,
Allen Pais <apais@linux.microsoft.com>,
ath11k@lists.infradead.org, nbd@nbd.name
Subject: Re: [PATCH 2/2] wireless: mt76: convert tasklets to use new tasklet_setup() API
Date: Tue, 06 Oct 2020 10:18:43 +0300 [thread overview]
Message-ID: <87h7r7bz58.fsf@codeaurora.org> (raw)
In-Reply-To: <20201006055135.291411-3-allen.lkml@gmail.com> (Allen Pais's message of "Tue, 6 Oct 2020 11:21:35 +0530")
Allen Pais <allen.lkml@gmail.com> writes:
> From: Allen Pais <apais@linux.microsoft.com>
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Romain Perier <romain.perier@gmail.com>
> Signed-off-by: Allen Pais <apais@linux.microsoft.com>
> ---
> drivers/net/wireless/mediatek/mt76/mt7603/beacon.c | 4 ++--
> drivers/net/wireless/mediatek/mt76/mt7603/init.c | 3 +--
> drivers/net/wireless/mediatek/mt76/mt7603/mt7603.h | 2 +-
> drivers/net/wireless/mediatek/mt76/mt7615/mmio.c | 6 +++---
> drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c | 10 +++++-----
> drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c | 7 +++----
> drivers/net/wireless/mediatek/mt76/usb.c | 6 +++---
> drivers/net/wireless/mediatek/mt7601u/dma.c | 12 ++++++------
mt76 and mt7601u patches go into separate trees, so please split the
patch into two.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
--
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Allen Pais <allen.lkml@gmail.com>
Cc: ryder.lee@mediatek.com, netdev@vger.kernel.org,
linux-wireless@vger.kernel.org, davem@davemloft.net,
lorenzo.bianconi83@gmail.com, linux-mediatek@lists.infradead.org,
matthias.bgg@gmail.com, kuba@kernel.org,
Romain Perier <romain.perier@gmail.com>,
Allen Pais <apais@linux.microsoft.com>,
ath11k@lists.infradead.org, nbd@nbd.name
Subject: Re: [PATCH 2/2] wireless: mt76: convert tasklets to use new tasklet_setup() API
Date: Tue, 06 Oct 2020 10:18:43 +0300 [thread overview]
Message-ID: <87h7r7bz58.fsf@codeaurora.org> (raw)
In-Reply-To: <20201006055135.291411-3-allen.lkml@gmail.com> (Allen Pais's message of "Tue, 6 Oct 2020 11:21:35 +0530")
Allen Pais <allen.lkml@gmail.com> writes:
> From: Allen Pais <apais@linux.microsoft.com>
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Romain Perier <romain.perier@gmail.com>
> Signed-off-by: Allen Pais <apais@linux.microsoft.com>
> ---
> drivers/net/wireless/mediatek/mt76/mt7603/beacon.c | 4 ++--
> drivers/net/wireless/mediatek/mt76/mt7603/init.c | 3 +--
> drivers/net/wireless/mediatek/mt76/mt7603/mt7603.h | 2 +-
> drivers/net/wireless/mediatek/mt76/mt7615/mmio.c | 6 +++---
> drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c | 10 +++++-----
> drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c | 7 +++----
> drivers/net/wireless/mediatek/mt76/usb.c | 6 +++---
> drivers/net/wireless/mediatek/mt7601u/dma.c | 12 ++++++------
mt76 and mt7601u patches go into separate trees, so please split the
patch into two.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Allen Pais <allen.lkml@gmail.com>
Cc: ryder.lee@mediatek.com, netdev@vger.kernel.org,
linux-wireless@vger.kernel.org, ath11k@lists.infradead.org,
matthias.bgg@gmail.com, linux-mediatek@lists.infradead.org,
lorenzo.bianconi83@gmail.com, kuba@kernel.org,
Romain Perier <romain.perier@gmail.com>,
Allen Pais <apais@linux.microsoft.com>,
davem@davemloft.net, nbd@nbd.name
Subject: Re: [PATCH 2/2] wireless: mt76: convert tasklets to use new tasklet_setup() API
Date: Tue, 06 Oct 2020 10:18:43 +0300 [thread overview]
Message-ID: <87h7r7bz58.fsf@codeaurora.org> (raw)
In-Reply-To: <20201006055135.291411-3-allen.lkml@gmail.com> (Allen Pais's message of "Tue, 6 Oct 2020 11:21:35 +0530")
Allen Pais <allen.lkml@gmail.com> writes:
> From: Allen Pais <apais@linux.microsoft.com>
>
> In preparation for unconditionally passing the
> struct tasklet_struct pointer to all tasklet
> callbacks, switch to using the new tasklet_setup()
> and from_tasklet() to pass the tasklet pointer explicitly.
>
> Signed-off-by: Romain Perier <romain.perier@gmail.com>
> Signed-off-by: Allen Pais <apais@linux.microsoft.com>
> ---
> drivers/net/wireless/mediatek/mt76/mt7603/beacon.c | 4 ++--
> drivers/net/wireless/mediatek/mt76/mt7603/init.c | 3 +--
> drivers/net/wireless/mediatek/mt76/mt7603/mt7603.h | 2 +-
> drivers/net/wireless/mediatek/mt76/mt7615/mmio.c | 6 +++---
> drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c | 10 +++++-----
> drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c | 7 +++----
> drivers/net/wireless/mediatek/mt76/usb.c | 6 +++---
> drivers/net/wireless/mediatek/mt7601u/dma.c | 12 ++++++------
mt76 and mt7601u patches go into separate trees, so please split the
patch into two.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2020-10-06 7:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 5:51 wireless: convert tasklets to use new tasklet_setup() API Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 5:51 ` [PATCH 1/2] ath11k: " Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 5:51 ` [PATCH 2/2] wireless: mt76: " Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 5:51 ` Allen Pais
2020-10-06 7:18 ` Kalle Valo [this message]
2020-10-06 7:18 ` Kalle Valo
2020-10-06 7:18 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h7r7bz58.fsf@codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=allen.lkml@gmail.com \
--cc=apais@linux.microsoft.com \
--cc=ath11k@lists.infradead.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=romain.perier@gmail.com \
--cc=ryder.lee@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.