Re: [RFC v5 00/26] Re-use nvram module

2015-08-17 Thread Finn Thain
On Mon, 17 Aug 2015, Geert Uytterhoeven wrote: > On Mon, Aug 17, 2015 at 10:04 AM, Finn Thain > wrote: > >> BTW, checkpatch reported a few newly-introduced whitespace errors in > >> patches 03, 05, 16, 24, and 25. > > > > I will check again, but I'm sure those are all deliberate. I examined >

Re: [RFC v5 00/26] Re-use nvram module

2015-08-17 Thread Geert Uytterhoeven
Hi Finn, On Mon, Aug 17, 2015 at 10:04 AM, Finn Thain wrote: >> BTW, checkpatch reported a few newly-introduced whitespace errors in >> patches 03, 05, 16, 24, and 25. > > I will check again, but I'm sure those are all deliberate. I examined all > the "errors" and "warnings" before submitting. >

Re: [RFC v5 00/26] Re-use nvram module

2015-08-17 Thread Finn Thain
On Sun, 16 Aug 2015, Geert Uytterhoeven wrote: > Hi Finn, > > On Sat, Jul 25, 2015 at 9:45 AM, Finn Thain > wrote: > > The generic NVRAM module, drivers/char/generic_nvram, implements a > > /dev/nvram misc device. It is used only by 32-bit PowerPC platforms > > and isn't generic enough to be

Re: [RFC v5 00/26] Re-use nvram module

2015-08-16 Thread Geert Uytterhoeven
Hi Finn, On Sat, Jul 25, 2015 at 9:45 AM, Finn Thain wrote: > The generic NVRAM module, drivers/char/generic_nvram, implements a > /dev/nvram misc device. It is used only by 32-bit PowerPC platforms and > isn't generic enough to be more widely used. [...] Thanks! You can add my Acked-by: Geert