All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801
@ 2016-09-18  8:00 stefan.nickl at gmail.com
  2016-09-18 14:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: stefan.nickl at gmail.com @ 2016-09-18  8:00 UTC (permalink / raw)
  To: buildroot

From: snickl <snickl>

Hi,
    
unfortunately my ppp/musl endeavors were forestalled by some Makefile
weirdness. In the meantime, here is adding an option for the Marvell
8801 WIFI USB firmware.

Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com>

---

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index f56f31d..b9f7c85 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -161,6 +161,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8797
 	help
 	  Firmware files for the Marvell Wifi-Ex 8797 module on USB.
 
+config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8801
+	bool "Marvell Wifi-Ex 8801 USB"
+	help
+	  Firmware files for the Marvell Wifi-Ex 8801 module on USB.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8887
 	bool "Marvell Wifi-Ex 8887 SDIO"
 	help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 1401848..3bbd7c0 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -141,6 +141,12 @@ LINUX_FIRMWARE_FILES += mrvl/usb8797_uapsta.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.Marvell
 endif
 
+# usb8801
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8801),y)
+LINUX_FIRMWARE_FILES += mrvl/usb8801_uapsta.bin
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.Marvell
+endif
+
 # sd8887
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8887),y)
 LINUX_FIRMWARE_FILES += mrvl/sd8887_uapsta.bin
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801
  2016-09-18  8:00 [Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801 stefan.nickl at gmail.com
@ 2016-09-18 14:52 ` Thomas Petazzoni
  2016-09-18 20:09   ` Stefan Nickl
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-18 14:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 18 Sep 2016 10:00:41 +0200, stefan.nickl at gmail.com wrote:
> From: snickl <snickl>

This From: is not correct, it should have been Stefan Nickl
<Stefan.Nickl@gmail.com>.

> unfortunately my ppp/musl endeavors were forestalled by some Makefile
> weirdness. In the meantime, here is adding an option for the Marvell
> 8801 WIFI USB firmware.

This sort of message must go below the "---" so that they are not kept
when the patch is applied.

I've fixed those issues and applied your patch. Thanks for your
contribution!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801
  2016-09-18 14:52 ` Thomas Petazzoni
@ 2016-09-18 20:09   ` Stefan Nickl
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Nickl @ 2016-09-18 20:09 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On So, 2016-09-18 at 16:52 +0200, Thomas Petazzoni wrote:
> From: snickl <snickl>
> 
> This From: is not correct, it should have been Stefan Nickl
> <Stefan.Nickl@gmail.com>.

Seems mailmap is failing me here...

> > unfortunately my ppp/musl endeavors were forestalled by some
> > Makefile
> > weirdness. In the meantime, here is adding an option for the
> > Marvell
> > 8801 WIFI USB firmware.
> 
> This sort of message must go below the "---" so that they are not
> kept
> when the patch is applied.

Ok, thanks for pointing that out.

> I've fixed those issues and applied your patch. Thanks for your
> contribution!

Great, keep up the good work!

--?
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-18 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-18  8:00 [Buildroot] [PATCH] linux-firmware: Add switch for marvell usb8801 stefan.nickl at gmail.com
2016-09-18 14:52 ` Thomas Petazzoni
2016-09-18 20:09   ` Stefan Nickl

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.