Re: [PATCH 05/13] misc: at25: Make use of device property API

2014-10-07 Thread Mika Westerberg
On Tue, Oct 07, 2014 at 11:10:23AM +0200, Geert Uytterhoeven wrote: > On Tue, Oct 7, 2014 at 2:14 AM, Rafael J. Wysocki wrote: > > @@ -301,35 +301,33 @@ static ssize_t at25_mem_write(struct memory_accessor > > *mem, const char *buf, > > > > > > /*

Re: [PATCH 05/13] misc: at25: Make use of device property API

2014-10-07 Thread Geert Uytterhoeven
On Tue, Oct 7, 2014 at 2:14 AM, Rafael J. Wysocki wrote: > @@ -301,35 +301,33 @@ static ssize_t at25_mem_write(struct memory_accessor > *mem, const char *buf, > > /*-*/ > > -static int at25_np_to_chip(struct device *dev, > -

[PATCH 05/13] misc: at25: Make use of device property API

2014-10-06 Thread Rafael J. Wysocki
From: Mika Westerberg Make use of device property API in this driver so that both DT and ACPI based systems can use this driver. Signed-off-by: Mika Westerberg Signed-off-by: Rafael J. Wysocki --- drivers/misc/eeprom/at25.c | 34 +- 1 file changed, 13 insertion