Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1310937 > unrolled thread
| Started by | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| First post | 2016-01-16 13:20 +0100 |
| Last post | 2016-01-19 20:30 +0100 |
| Articles | 7 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused Kalle Valo <kvalo@codeaurora.org> - 2016-01-16 13:20 +0100
Re: [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused Rafał Miłecki <zajec5@gmail.com> - 2016-01-16 15:50 +0100
Re: [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused Kalle Valo <kvalo@codeaurora.org> - 2016-01-18 09:30 +0100
ssb: Set linux-wireless as MAINTAINERS list Michael Büsch <m@bues.ch> - 2016-01-18 18:00 +0100
Re: ssb: Set linux-wireless as MAINTAINERS list Rafał Miłecki <zajec5@gmail.com> - 2016-01-18 20:20 +0100
Re: ssb: Set linux-wireless as MAINTAINERS list Kalle Valo <kvalo@codeaurora.org> - 2016-01-19 14:10 +0100
Re: ssb: Set linux-wireless as MAINTAINERS list Kalle Valo <kvalo@codeaurora.org> - 2016-01-19 20:30 +0100
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-01-16 13:20 +0100 |
| Subject | Re: [PATCH, RESEND] ssb: mark ssb_bus_register as __maybe_unused |
| Message-ID | <qRxZM-4bl-11@gated-at.bofh.it> |
Arnd Bergmann <arnd@arndb.de> writes: > On Thursday 14 January 2016 08:46:29 Kalle Valo wrote: >> I can take it. For historical reasons ssb patches go through my >> wireless-drivers trees. > > I found this in my backlog, and I believe it still applies. Can you take > that one too? I'm not sure what you mean here, I can take any ssb patch if it's ok for Michael or Rafal :) Just please submit the patch properly (with S-o-B line) and CC linux-wireless so that it goes to patchwork. -- Kalle Valo
[toc] | [next] | [standalone]
| From | Rafał Miłecki <zajec5@gmail.com> |
|---|---|
| Date | 2016-01-16 15:50 +0100 |
| Message-ID | <qRAkW-5Bi-3@gated-at.bofh.it> |
| In reply to | #1310937 |
On 16 January 2016 at 13:10, Kalle Valo <kvalo@codeaurora.org> wrote: > Arnd Bergmann <arnd@arndb.de> writes: > >> On Thursday 14 January 2016 08:46:29 Kalle Valo wrote: >>> I can take it. For historical reasons ssb patches go through my >>> wireless-drivers trees. >> >> I found this in my backlog, and I believe it still applies. Can you take >> that one too? > > I'm not sure what you mean here, I can take any ssb patch if it's ok for > Michael or Rafal :) > > Just please submit the patch properly (with S-o-B line) and CC > linux-wireless so that it goes to patchwork. It was already sent once and Acked by Michael: https://patchwork.kernel.org/patch/7543191/ The problem was not cc-ing linux-wireless so it wasn't picked by the linux-wireless patchwork. -- Rafał
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-01-18 09:30 +0100 |
| Message-ID | <qSdmi-6qu-7@gated-at.bofh.it> |
| In reply to | #1310964 |
Rafał Miłecki <zajec5@gmail.com> writes: > On 16 January 2016 at 13:10, Kalle Valo <kvalo@codeaurora.org> wrote: >> Arnd Bergmann <arnd@arndb.de> writes: >> >>> On Thursday 14 January 2016 08:46:29 Kalle Valo wrote: >>>> I can take it. For historical reasons ssb patches go through my >>>> wireless-drivers trees. >>> >>> I found this in my backlog, and I believe it still applies. Can you take >>> that one too? >> >> I'm not sure what you mean here, I can take any ssb patch if it's ok for >> Michael or Rafal :) >> >> Just please submit the patch properly (with S-o-B line) and CC >> linux-wireless so that it goes to patchwork. > > It was already sent once and Acked by Michael: > https://patchwork.kernel.org/patch/7543191/ > > The problem was not cc-ing linux-wireless so it wasn't picked by the > linux-wireless patchwork. Ah, that's why I missed it. I only follow patchwork, I basically ignore patches which are sent via email. Arnd, can you please resend the patch and CC linux-wireless? Sorry for the trouble. To avoid this in the future I think we should replace netdev with linux-wireless in the MAINTAINERS entry: SONICS SILICON BACKPLANE DRIVER (SSB) M: Michael Buesch <m@bues.ch> L: netdev@vger.kernel.org S: Maintained F: drivers/ssb/ F: include/linux/ssb/ Are people ok with that? Patches welcome :) -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | Michael Büsch <m@bues.ch> |
|---|---|
| Date | 2016-01-18 18:00 +0100 |
| Subject | ssb: Set linux-wireless as MAINTAINERS list |
| Message-ID | <qSljS-3pb-45@gated-at.bofh.it> |
| In reply to | #1311369 |
[Multipart message — attachments visible in raw view] — view raw
ssb patches go through the linux-wireless tree. Set the list to linux-wireless, so linux-wireless patchwork can catch the patches. Signed-off-by: Michael Buesch <m@bues.ch> --- Index: linux/MAINTAINERS =================================================================== --- linux.orig/MAINTAINERS +++ linux/MAINTAINERS @@ -10036,7 +10036,7 @@ F: drivers/net/ethernet/natsemi/sonic.* SONICS SILICON BACKPLANE DRIVER (SSB) M: Michael Buesch <m@bues.ch> -L: netdev@vger.kernel.org +L: linux-wireless@vger.kernel.org S: Maintained F: drivers/ssb/ F: include/linux/ssb/ -- Michael
[toc] | [prev] | [next] | [standalone]
| From | Rafał Miłecki <zajec5@gmail.com> |
|---|---|
| Date | 2016-01-18 20:20 +0100 |
| Subject | Re: ssb: Set linux-wireless as MAINTAINERS list |
| Message-ID | <qSnvk-52j-13@gated-at.bofh.it> |
| In reply to | #1311673 |
On 18 January 2016 at 17:53, Michael Büsch <m@bues.ch> wrote: > ssb patches go through the linux-wireless tree. > Set the list to linux-wireless, so linux-wireless patchwork can catch the patches. Thanks Michael
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-01-19 14:10 +0100 |
| Subject | Re: ssb: Set linux-wireless as MAINTAINERS list |
| Message-ID | <qSEcP-8kf-33@gated-at.bofh.it> |
| In reply to | #1311757 |
Rafał Miłecki <zajec5@gmail.com> writes: > On 18 January 2016 at 17:53, Michael Büsch <m@bues.ch> wrote: > >> ssb patches go through the linux-wireless tree. Set the list to >> linux-wireless, so linux-wireless patchwork can catch the patches. > > Thanks Michael Thanks from me also. I'm planning to send this to 4.5. -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-01-19 20:30 +0100 |
| Subject | Re: ssb: Set linux-wireless as MAINTAINERS list |
| Message-ID | <qSK8y-3LS-9@gated-at.bofh.it> |
| In reply to | #1311673 |
> ssb patches go through the linux-wireless tree. > Set the list to linux-wireless, so linux-wireless patchwork can catch the patches. > > Signed-off-by: Michael Buesch <m@bues.ch> Thanks, applied to wireless-drivers.git. Kalle Valo
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web