Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1380509 > unrolled thread
| Started by | Lauri Kasanen <cand@gmx.com> |
|---|---|
| First post | 2016-04-16 10:40 +0200 |
| Last post | 2016-04-20 23:20 +0200 |
| Articles | 11 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] carl9170: Clarify kconfig text Lauri Kasanen <cand@gmx.com> - 2016-04-16 10:40 +0200
[PATCH v2] carl9170: Clarify kconfig text Lauri Kasanen <cand@gmx.com> - 2016-04-16 16:20 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Christian Lamparter <chunkeey@googlemail.com> - 2016-04-16 17:40 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Kalle Valo <kvalo@codeaurora.org> - 2016-04-18 17:50 +0200
[PATCH v3] carl9170: Clarify kconfig text Lauri Kasanen <cand@gmx.com> - 2016-04-18 18:10 +0200
Re: [PATCH v3] carl9170: Clarify kconfig text Christian Lamparter <chunkeey@googlemail.com> - 2016-04-18 18:30 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Christian Lamparter <chunkeey@googlemail.com> - 2016-04-18 18:30 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Kalle Valo <kvalo@codeaurora.org> - 2016-04-18 18:50 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Christian Lamparter <chunkeey@googlemail.com> - 2016-04-18 19:10 +0200
Re: [PATCH v2] carl9170: Clarify kconfig text Kalle Valo <kvalo@codeaurora.org> - 2016-04-20 10:10 +0200
[RESEND] Re: updating carl9170-1.fw in linux-firmware.git Christian Lamparter <chunkeey@googlemail.com> - 2016-04-20 23:20 +0200
| From | Lauri Kasanen <cand@gmx.com> |
|---|---|
| Date | 2016-04-16 10:40 +0200 |
| Subject | [PATCH] carl9170: Clarify kconfig text |
| Message-ID | <rotVM-C4-5@gated-at.bofh.it> |
The previous text was confusing, leading readers to think this driver was a duplicate, and so didn't need to be enabled. After the removal of the older staging driver, this is the only driver in mainline for these devices. Signed-off-by: Lauri Kasanen <cand@gmx.com> --- drivers/net/wireless/ath/carl9170/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig index 1a796e5..f3e3222 100644 --- a/drivers/net/wireless/ath/carl9170/Kconfig +++ b/drivers/net/wireless/ath/carl9170/Kconfig @@ -5,7 +5,7 @@ config CARL9170 select FW_LOADER select CRC32 help - This is another driver for the Atheros "otus" 802.11n USB devices. + This is the mainline driver for the Atheros "otus" 802.11n USB devices. This driver provides more features than the original, but it needs a special firmware (carl9170-1.fw) to do that. -- 2.6.2
[toc] | [next] | [standalone]
| From | Lauri Kasanen <cand@gmx.com> |
|---|---|
| Date | 2016-04-16 16:20 +0200 |
| Subject | [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rozeO-4La-17@gated-at.bofh.it> |
| In reply to | #1380509 |
The previous text was confusing, leading readers to think this driver was a duplicate, and so didn't need to be enabled. After the removal of the older staging driver, this is the only driver in mainline for these devices. Signed-off-by: Lauri Kasanen <cand@gmx.com> --- v2: Remove the mention of the previous driver, suggested by Christian. drivers/net/wireless/ath/carl9170/Kconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig index 1a796e5..2e34bae 100644 --- a/drivers/net/wireless/ath/carl9170/Kconfig +++ b/drivers/net/wireless/ath/carl9170/Kconfig @@ -5,12 +5,10 @@ config CARL9170 select FW_LOADER select CRC32 help - This is another driver for the Atheros "otus" 802.11n USB devices. + This is the mainline driver for the Atheros "otus" 802.11n USB devices. - This driver provides more features than the original, - but it needs a special firmware (carl9170-1.fw) to do that. - - The firmware can be downloaded from our wiki here: + It needs a special firmware (carl9170-1.fw), which can be downloaded + from our wiki here: <http://wireless.kernel.org/en/users/Drivers/carl9170> If you choose to build a module, it'll be called carl9170. -- 2.6.2
[toc] | [prev] | [next] | [standalone]
| From | Christian Lamparter <chunkeey@googlemail.com> |
|---|---|
| Date | 2016-04-16 17:40 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <roAud-5LI-7@gated-at.bofh.it> |
| In reply to | #1380554 |
On Saturday, April 16, 2016 05:18:56 PM Lauri Kasanen wrote: > The previous text was confusing, leading readers to think this > driver was a duplicate, and so didn't need to be enabled. > > After the removal of the older staging driver, this is the only > driver in mainline for these devices. > > Signed-off-by: Lauri Kasanen <cand@gmx.com> Acked-by: Christian Lamparter <chunkeey@googlemail.com> > --- > v2: Remove the mention of the previous driver, suggested by Christian. Thanks! > drivers/net/wireless/ath/carl9170/Kconfig | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig > index 1a796e5..2e34bae 100644 > --- a/drivers/net/wireless/ath/carl9170/Kconfig > +++ b/drivers/net/wireless/ath/carl9170/Kconfig > @@ -5,12 +5,10 @@ config CARL9170 > select FW_LOADER > select CRC32 > help > - This is another driver for the Atheros "otus" 802.11n USB devices. > + This is the mainline driver for the Atheros "otus" 802.11n USB devices. > > - This driver provides more features than the original, > - but it needs a special firmware (carl9170-1.fw) to do that. > - > - The firmware can be downloaded from our wiki here: > + It needs a special firmware (carl9170-1.fw), which can be downloaded > + from our wiki here: > <http://wireless.kernel.org/en/users/Drivers/carl9170> > > If you choose to build a module, it'll be called carl9170. >
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-04-18 17:50 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rpjB0-7Y9-23@gated-at.bofh.it> |
| In reply to | #1380554 |
Lauri Kasanen <cand@gmx.com> writes: > The previous text was confusing, leading readers to think this > driver was a duplicate, and so didn't need to be enabled. > > After the removal of the older staging driver, this is the only > driver in mainline for these devices. > > Signed-off-by: Lauri Kasanen <cand@gmx.com> > --- > v2: Remove the mention of the previous driver, suggested by Christian. > > drivers/net/wireless/ath/carl9170/Kconfig | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig > index 1a796e5..2e34bae 100644 > --- a/drivers/net/wireless/ath/carl9170/Kconfig > +++ b/drivers/net/wireless/ath/carl9170/Kconfig > @@ -5,12 +5,10 @@ config CARL9170 > select FW_LOADER > select CRC32 > help > - This is another driver for the Atheros "otus" 802.11n USB devices. > + This is the mainline driver for the Atheros "otus" 802.11n USB devices. > > - This driver provides more features than the original, > - but it needs a special firmware (carl9170-1.fw) to do that. > - > - The firmware can be downloaded from our wiki here: > + It needs a special firmware (carl9170-1.fw), which can be downloaded > + from our wiki here: > <http://wireless.kernel.org/en/users/Drivers/carl9170> Why even mention anything about a "special firmware" as the firmware is already available from linux-firmware.git? That's default location for all firmware images and I think most, if not all, distros should have it available. So wouldn't it be better not to mention anything about firmware at all? -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | Lauri Kasanen <cand@gmx.com> |
|---|---|
| Date | 2016-04-18 18:10 +0200 |
| Subject | [PATCH v3] carl9170: Clarify kconfig text |
| Message-ID | <rpjUn-8sp-37@gated-at.bofh.it> |
| In reply to | #1381844 |
The previous text was confusing, leading readers to think this driver was a duplicate, and so didn't need to be enabled. After the removal of the older staging driver, this is the only driver in mainline for these devices. Signed-off-by: Lauri Kasanen <cand@gmx.com> --- v3: Remove all firmware mentions. drivers/net/wireless/ath/carl9170/Kconfig | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig index 1a796e5..ca1ae09 100644 --- a/drivers/net/wireless/ath/carl9170/Kconfig +++ b/drivers/net/wireless/ath/carl9170/Kconfig @@ -5,13 +5,7 @@ config CARL9170 select FW_LOADER select CRC32 help - This is another driver for the Atheros "otus" 802.11n USB devices. - - This driver provides more features than the original, - but it needs a special firmware (carl9170-1.fw) to do that. - - The firmware can be downloaded from our wiki here: - <http://wireless.kernel.org/en/users/Drivers/carl9170> + This is the mainline driver for the Atheros "otus" 802.11n USB devices. If you choose to build a module, it'll be called carl9170. -- 2.6.2
[toc] | [prev] | [next] | [standalone]
| From | Christian Lamparter <chunkeey@googlemail.com> |
|---|---|
| Date | 2016-04-18 18:30 +0200 |
| Subject | Re: [PATCH v3] carl9170: Clarify kconfig text |
| Message-ID | <rpkdI-bo-17@gated-at.bofh.it> |
| In reply to | #1381865 |
On Monday, April 18, 2016 07:07:39 PM Lauri Kasanen wrote: > The previous text was confusing, leading readers to think this > driver was a duplicate, and so didn't need to be enabled. > > After the removal of the older staging driver, this is the only > driver in mainline for these devices. > > Signed-off-by: Lauri Kasanen <cand@gmx.com> > --- > v3: Remove all firmware mentions. > > drivers/net/wireless/ath/carl9170/Kconfig | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig > index 1a796e5..ca1ae09 100644 > --- a/drivers/net/wireless/ath/carl9170/Kconfig > +++ b/drivers/net/wireless/ath/carl9170/Kconfig > @@ -5,13 +5,7 @@ config CARL9170 > select FW_LOADER > select CRC32 > help > - This is another driver for the Atheros "otus" 802.11n USB devices. > - > - This driver provides more features than the original, > - but it needs a special firmware (carl9170-1.fw) to do that. > - > - The firmware can be downloaded from our wiki here: > - <http://wireless.kernel.org/en/users/Drivers/carl9170> Please do keep the wiki link.
[toc] | [prev] | [next] | [standalone]
| From | Christian Lamparter <chunkeey@googlemail.com> |
|---|---|
| Date | 2016-04-18 18:30 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rpkdI-bo-7@gated-at.bofh.it> |
| In reply to | #1381844 |
On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: > Lauri Kasanen <cand@gmx.com> writes: > > > The previous text was confusing, leading readers to think this > > driver was a duplicate, and so didn't need to be enabled. > > > > After the removal of the older staging driver, this is the only > > driver in mainline for these devices. > > > > Signed-off-by: Lauri Kasanen <cand@gmx.com> > > --- > > v2: Remove the mention of the previous driver, suggested by Christian. > > > > drivers/net/wireless/ath/carl9170/Kconfig | 8 +++----- > > 1 file changed, 3 insertions(+), 5 deletions(-) > > > > diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig > > index 1a796e5..2e34bae 100644 > > --- a/drivers/net/wireless/ath/carl9170/Kconfig > > +++ b/drivers/net/wireless/ath/carl9170/Kconfig > > @@ -5,12 +5,10 @@ config CARL9170 > > select FW_LOADER > > select CRC32 > > help > > - This is another driver for the Atheros "otus" 802.11n USB devices. > > + This is the mainline driver for the Atheros "otus" 802.11n USB devices. > > > > - This driver provides more features than the original, > > - but it needs a special firmware (carl9170-1.fw) to do that. > > - > > - The firmware can be downloaded from our wiki here: > > + It needs a special firmware (carl9170-1.fw), which can be downloaded > > + from our wiki here: > > <http://wireless.kernel.org/en/users/Drivers/carl9170> > > Why even mention anything about a "special firmware" as the firmware is > already available from linux-firmware.git? Yes and no. 1.9.6 is in linux-firmware.git. I've tried to add 1.9.9 too but that failed. <http://comments.gmane.org/gmane.linux.kernel.wireless.general/114639> > That's default location for all firmware images and I think most, if not all, > distros should have it available. So wouldn't it be better not to mention > anything about firmware at all? Sure, but this could be a different patch then. I think Intel devices (iwlwifi, iwlegacy and ipw2x00) have a similar text about "download firmware from this device from our homepage here" too. So if we want, we can remove them altogether? Regards, Christian
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-04-18 18:50 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rpkx4-lO-13@gated-at.bofh.it> |
| In reply to | #1381874 |
Christian Lamparter <chunkeey@googlemail.com> writes: > On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: >> Lauri Kasanen <cand@gmx.com> writes: >> >> > --- a/drivers/net/wireless/ath/carl9170/Kconfig >> > +++ b/drivers/net/wireless/ath/carl9170/Kconfig >> > @@ -5,12 +5,10 @@ config CARL9170 >> > select FW_LOADER >> > select CRC32 >> > help >> > - This is another driver for the Atheros "otus" 802.11n USB devices. >> > + This is the mainline driver for the Atheros "otus" 802.11n USB devices. >> > >> > - This driver provides more features than the original, >> > - but it needs a special firmware (carl9170-1.fw) to do that. >> > - >> > - The firmware can be downloaded from our wiki here: >> > + It needs a special firmware (carl9170-1.fw), which can be downloaded >> > + from our wiki here: >> > <http://wireless.kernel.org/en/users/Drivers/carl9170> >> >> Why even mention anything about a "special firmware" as the firmware is >> already available from linux-firmware.git? > > Yes and no. 1.9.6 is in linux-firmware.git. I've tried to add 1.9.9 too > but that failed. > <http://comments.gmane.org/gmane.linux.kernel.wireless.general/114639> Rick's comment makes sense to me, better just to provide the latest version. No need to unnecessary confuse the users. And if someone really wants to use an older version that she can retrieve it from the git history. >> That's default location for all firmware images and I think most, if not all, >> distros should have it available. So wouldn't it be better not to mention >> anything about firmware at all? > > Sure, but this could be a different patch then. I think Intel devices > (iwlwifi, iwlegacy and ipw2x00) have a similar text about "download > firmware from this device from our homepage here" too. So if we want, > we can remove them altogether? So iwlwifi now has: In order to use this driver, you will need a firmware image for it. You can obtain the microcode from: <http://wireless.kernel.org/en/users/Drivers/iwlwifi>. Maybe that could be changed to mention about the wiki page in general: The driver has a wiki page at: <http://wireless.kernel.org/en/users/Drivers/iwlwifi>. But I know iwlwifi updates the firmware images pretty often so Emmanuel might see this differently. -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | Christian Lamparter <chunkeey@googlemail.com> |
|---|---|
| Date | 2016-04-18 19:10 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rpkQr-Ms-35@gated-at.bofh.it> |
| In reply to | #1381901 |
On Monday, April 18, 2016 07:42:05 PM Kalle Valo wrote: > Christian Lamparter <chunkeey@googlemail.com> writes: > > > On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: > >> Lauri Kasanen <cand@gmx.com> writes: > >> > >> > --- a/drivers/net/wireless/ath/carl9170/Kconfig > >> > +++ b/drivers/net/wireless/ath/carl9170/Kconfig > >> > @@ -5,12 +5,10 @@ config CARL9170 > >> > select FW_LOADER > >> > select CRC32 > >> > help > >> > - This is another driver for the Atheros "otus" 802.11n USB devices. > >> > + This is the mainline driver for the Atheros "otus" 802.11n USB devices. > >> > > >> > - This driver provides more features than the original, > >> > - but it needs a special firmware (carl9170-1.fw) to do that. > >> > - > >> > - The firmware can be downloaded from our wiki here: > >> > + It needs a special firmware (carl9170-1.fw), which can be downloaded > >> > + from our wiki here: > >> > <http://wireless.kernel.org/en/users/Drivers/carl9170> > >> > >> Why even mention anything about a "special firmware" as the firmware is > >> already available from linux-firmware.git? > > > > Yes and no. 1.9.6 is in linux-firmware.git. I've tried to add 1.9.9 too > > but that failed. > > <http://comments.gmane.org/gmane.linux.kernel.wireless.general/114639> > > Rick's comment makes sense to me, better just to provide the latest > version. No need to unnecessary confuse the users. And if someone really > wants to use an older version that she can retrieve it from the git > history. Part of the fun here is that firmware is GPLv2. The linux-firmware.git has to point to or add the firmware source to their tree. They have added every single source file to it.... instead of "packaging" it in a tar.bz2/gz/xz like you normally do for release sources. If you want to read more about it: <http://www.spinics.net/lists/linux-wireless/msg101868.html>
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-04-20 10:10 +0200 |
| Subject | Re: [PATCH v2] carl9170: Clarify kconfig text |
| Message-ID | <rpVmW-4Cl-19@gated-at.bofh.it> |
| In reply to | #1381920 |
Christian Lamparter <chunkeey@googlemail.com> writes: > On Monday, April 18, 2016 07:42:05 PM Kalle Valo wrote: >> Christian Lamparter <chunkeey@googlemail.com> writes: >> >> > On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: >> > >> >> Why even mention anything about a "special firmware" as the firmware is >> >> already available from linux-firmware.git? >> > >> > Yes and no. 1.9.6 is in linux-firmware.git. I've tried to add 1.9.9 too >> > but that failed. >> > <http://comments.gmane.org/gmane.linux.kernel.wireless.general/114639> >> >> Rick's comment makes sense to me, better just to provide the latest >> version. No need to unnecessary confuse the users. And if someone really >> wants to use an older version that she can retrieve it from the git >> history. > > Part of the fun here is that firmware is GPLv2. The linux-firmware.git has > to point to or add the firmware source to their tree. They have added every > single source file to it.... instead of "packaging" it in a tar.bz2/gz/xz > like you normally do for release sources. > > If you want to read more about it: > <http://www.spinics.net/lists/linux-wireless/msg101868.html> Yeah, that's more work. I get that. But I'm still not understanding what's the actual problem which prevents us from updating carl9170 firmware in linux-firmware. -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | Christian Lamparter <chunkeey@googlemail.com> |
|---|---|
| Date | 2016-04-20 23:20 +0200 |
| Subject | [RESEND] Re: updating carl9170-1.fw in linux-firmware.git |
| Message-ID | <rq7Ht-69I-7@gated-at.bofh.it> |
| In reply to | #1383140 |
On Wednesday, April 20, 2016 10:59:44 AM Kalle Valo wrote: > Christian Lamparter <chunkeey@googlemail.com> writes: > > > On Monday, April 18, 2016 07:42:05 PM Kalle Valo wrote: > >> Christian Lamparter <chunkeey@googlemail.com> writes: > >> > >> > On Monday, April 18, 2016 06:45:09 PM Kalle Valo wrote: > >> > > >> >> Why even mention anything about a "special firmware" as the firmware is > >> >> already available from linux-firmware.git? > >> > > >> > Yes and no. 1.9.6 is in linux-firmware.git. I've tried to add 1.9.9 too > >> > but that failed. > >> > <http://comments.gmane.org/gmane.linux.kernel.wireless.general/114639> > >> > >> Rick's comment makes sense to me, better just to provide the latest > >> version. No need to unnecessary confuse the users. And if someone really > >> wants to use an older version that she can retrieve it from the git > >> history. > > > > Part of the fun here is that firmware is GPLv2. The linux-firmware.git has > > to point to or add the firmware source to their tree. They have added every > > single source file to it.... instead of "packaging" it in a tar.bz2/gz/xz > > like you normally do for release sources. > > > > If you want to read more about it: > > <http://www.spinics.net/lists/linux-wireless/msg101868.html> > > Yeah, that's more work. I get that. But I'm still not understanding > what's the actual problem which prevents us from updating carl9170 > firmware in linux-firmware. I'm not sure, but why not ask? I've added the cc'ed Linux Firmware Maintainers. So for those people reading the fw list: What would it take to update the carl9170-1.fw firmware file in your repository to the latest version? Who has to sent the firmware update. Does it have to be the person who sent the first request? (Xose)? The maintainer of the firmware (me)? someone from Qualcomm Atheros? Or someone else (specific)? (the firmware is licensed as GPLv2 - in theory anyone should be able to do that) How should the firmware source update be handled? Currently the latest .tar.xz of the firmware has ~130kb. The formated patches from 1.9.6 to latest are about ~100kb (182 individual patches). How does linux-firmware handle new binary firmware images and new sources? What if carl9170fw-2.bin is added. Do we need another source directory for this in the current tree then? Because carl9170fw-1.bin will still be needed for backwards compatibility so we basically need to duplicate parts of the source? Also, how's the situation with ath9k_htc? The 1.4.0 image contains some GPLv2 code as well? So, why is there no source in the tree, but just the link to it? Because, I would like to do basically the same for carl9170fw and just add a link to the carl9170fw repository and save everyone this source update "song and dance". Regards, Christian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web