Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-21 Thread Rafał Miłecki
On 20 April 2015 at 22:16, Arend van Spriel ar...@broadcom.com wrote: On 04/20/15 20:49, Rafał Miłecki wrote: On 20 April 2015 at 19:12, Arend van Sprielar...@broadcom.com wrote: On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Sprielar...@broadcom.com wrote:

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 20:49, Rafał Miłecki wrote: On 20 April 2015 at 19:12, Arend van Sprielar...@broadcom.com wrote: On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Sprielar...@broadcom.com wrote: Another option is to add the parsing stuff in that nvram code and have

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 17 April 2015 at 10:50, Arend van Spriel ar...@broadcom.com wrote: On 04/17/15 09:45, Rafał Miłecki wrote: Huh, why dropping linux-wireless (and top posting btw)? Please let everyone follow the discussion :) On 15 April 2015 at 21:20, Hante Meulemanmeule...@broadcom.com wrote: As I

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Sprielar...@broadcom.com wrote: On 04/17/15 09:45, Rafał Miłecki wrote: Huh, why dropping linux-wireless (and top posting btw)? Please let everyone follow the discussion :) On 15 April 2015 at 21:20, Hante

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 20 April 2015 at 19:12, Arend van Spriel ar...@broadcom.com wrote: On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Sprielar...@broadcom.com wrote: Another option is to add the parsing stuff in that nvram code and have an api to get the appropriate portion

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-17 Thread Arend van Spriel
+ openwrt-devel list On 04/17/15 09:45, Rafał Miłecki wrote: Huh, why dropping linux-wireless (and top posting btw)? Please let everyone follow the discussion :) On 15 April 2015 at 21:20, Hante Meulemanmeule...@broadcom.com wrote: As I wrote to you in a mail and on the openwrt forum, this

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-17 Thread Rafał Miłecki
Huh, why dropping linux-wireless (and top posting btw)? Please let everyone follow the discussion :) On 15 April 2015 at 21:20, Hante Meuleman meule...@broadcom.com wrote: As I wrote to you in a mail and on the openwrt forum, this patch is indeed an attempt to support more complex nvram files.

Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-15 Thread Rafał Miłecki
On 14 April 2015 at 20:10, Arend van Spriel ar...@broadcom.com wrote: From: Hante Meuleman meule...@broadcom.com With PCIE it is possible to support multiple devices with the same device type. They all load the same nvram file. In order to support this the nvram can specify which part of the

[PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-14 Thread Arend van Spriel
From: Hante Meuleman meule...@broadcom.com With PCIE it is possible to support multiple devices with the same device type. They all load the same nvram file. In order to support this the nvram can specify which part of the nvram is for which pcie device. This patch adds support for these new