Re: [PATCH 12/13] leds: leds-gpio: Make use of device property API

2014-10-08 Thread Rafael J. Wysocki
On Wednesday, October 08, 2014 10:47:16 AM Bryan Wu wrote: > On Wed, Oct 8, 2014 at 7:04 AM, Rafael J. Wysocki wrote: > > On Tuesday, October 07, 2014 02:18:45 AM Rafael J. Wysocki wrote: > >> From: Rafael J. Wysocki > >> > >> Make use of device property API in this driver so that both OF and ACP

Re: [PATCH 12/13] leds: leds-gpio: Make use of device property API

2014-10-08 Thread Bryan Wu
On Wed, Oct 8, 2014 at 7:04 AM, Rafael J. Wysocki wrote: > On Tuesday, October 07, 2014 02:18:45 AM Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki >> >> Make use of device property API in this driver so that both OF and ACPI >> based system can use the same driver. >> >> This change contains

Re: [PATCH 12/13] leds: leds-gpio: Make use of device property API

2014-10-08 Thread Rafael J. Wysocki
On Tuesday, October 07, 2014 02:18:45 AM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Make use of device property API in this driver so that both OF and ACPI > based system can use the same driver. > > This change contains material from Max Eliaser and Mika Westerberg. > > Signed-off-