Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-12 Thread Simon Arlott
On 11/12/15 23:29, Jonas Gorski wrote: > On Fri, Dec 11, 2015 at 11:24 PM, Simon Arlott wrote: >> On 11/12/15 22:02, Jonas Gorski wrote: >>> On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: Broadcom BCM963xx boards have multiple nvram variants across different SoCs with additional

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-12 Thread Simon Arlott
On 11/12/15 23:29, Jonas Gorski wrote: > On Fri, Dec 11, 2015 at 11:24 PM, Simon Arlott wrote: >> On 11/12/15 22:02, Jonas Gorski wrote: >>> On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: Broadcom BCM963xx boards have multiple nvram variants

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Jonas Gorski
On Fri, Dec 11, 2015 at 11:24 PM, Simon Arlott wrote: > On 11/12/15 22:02, Jonas Gorski wrote: >> Hi, >> >> On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: >>> Broadcom BCM963xx boards have multiple nvram variants across different >>> SoCs with additional checksum fields added whenever the

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Simon Arlott
On 11/12/15 22:02, Jonas Gorski wrote: > Hi, > > On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: >> Broadcom BCM963xx boards have multiple nvram variants across different >> SoCs with additional checksum fields added whenever the size of the >> nvram was extended. >> >> Add this structure

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Jonas Gorski
Hi, On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: > Broadcom BCM963xx boards have multiple nvram variants across different > SoCs with additional checksum fields added whenever the size of the > nvram was extended. > > Add this structure as a header file so that multiple drivers and

[PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Simon Arlott
Broadcom BCM963xx boards have multiple nvram variants across different SoCs with additional checksum fields added whenever the size of the nvram was extended. Add this structure as a header file so that multiple drivers and userspace can use it. Signed-off-by: Simon Arlott --- v3: Fix

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Jonas Gorski
Hi, On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: > Broadcom BCM963xx boards have multiple nvram variants across different > SoCs with additional checksum fields added whenever the size of the > nvram was extended. > > Add this structure as a header file so that

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Simon Arlott
On 11/12/15 22:02, Jonas Gorski wrote: > Hi, > > On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: >> Broadcom BCM963xx boards have multiple nvram variants across different >> SoCs with additional checksum fields added whenever the size of the >> nvram was extended. >> >>

[PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Simon Arlott
Broadcom BCM963xx boards have multiple nvram variants across different SoCs with additional checksum fields added whenever the size of the nvram was extended. Add this structure as a header file so that multiple drivers and userspace can use it. Signed-off-by: Simon Arlott

Re: [PATCH linux-next (v3) 1/3] MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure

2015-12-11 Thread Jonas Gorski
On Fri, Dec 11, 2015 at 11:24 PM, Simon Arlott wrote: > On 11/12/15 22:02, Jonas Gorski wrote: >> Hi, >> >> On Fri, Dec 11, 2015 at 10:54 PM, Simon Arlott wrote: >>> Broadcom BCM963xx boards have multiple nvram variants across different >>> SoCs with