Re: [PATCH v6 03/10] leds: Add support for max77693 mfd flash cell

2015-04-28 Thread Bryan Wu
On Tue, Apr 28, 2015 at 4:36 AM, Sakari Ailus wrote: > Hi Jacek, > > On Tue, Apr 28, 2015 at 09:18:43AM +0200, Jacek Anaszewski wrote: >> This patch adds led-flash support to Maxim max77693 chipset. >> A device can be exposed to user space through LED subsystem >> sysfs interface. Device supports

Re: [PATCH v6 03/10] leds: Add support for max77693 mfd flash cell

2015-04-28 Thread Sakari Ailus
Hi Jacek, On Tue, Apr 28, 2015 at 09:18:43AM +0200, Jacek Anaszewski wrote: > This patch adds led-flash support to Maxim max77693 chipset. > A device can be exposed to user space through LED subsystem > sysfs interface. Device supports up to two leds which can > work in flash and torch mode. The l

[PATCH v6 03/10] leds: Add support for max77693 mfd flash cell

2015-04-28 Thread Jacek Anaszewski
This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED subsystem sysfs interface. Device supports up to two leds which can work in flash and torch mode. The leds can be triggered externally or by software. Signed-off-by: Jacek Anaszewski Sig