Re: [PATCH 02/10] leds: lp55xx: add common macros for device attributes

2013-08-13 Thread Bryan Wu
On Thu, Aug 8, 2013 at 12:59 AM, Milo Kim wrote: > This patch provides common macros for LP5521 and LP5523 device attributes and > functions. > > (Device attributes) > LP5521: 'mode', 'load' and 'selftest' > LP5523: 'mode', 'load', 'leds' and 'selftest' > > (Permissions) > mode: R/W > load:

Re: [PATCH 02/10] leds: lp55xx: add common macros for device attributes

2013-08-13 Thread Bryan Wu
On Thu, Aug 8, 2013 at 12:59 AM, Milo Kim woogyom@gmail.com wrote: This patch provides common macros for LP5521 and LP5523 device attributes and functions. (Device attributes) LP5521: 'mode', 'load' and 'selftest' LP5523: 'mode', 'load', 'leds' and 'selftest' (Permissions) mode: R/W

[PATCH 02/10] leds: lp55xx: add common macros for device attributes

2013-08-08 Thread Milo Kim
This patch provides common macros for LP5521 and LP5523 device attributes and functions. (Device attributes) LP5521: 'mode', 'load' and 'selftest' LP5523: 'mode', 'load', 'leds' and 'selftest' (Permissions) mode: R/W load: Write-only leds: R/W selftest: Read-only Couple of lines are duplicate,

[PATCH 02/10] leds: lp55xx: add common macros for device attributes

2013-08-08 Thread Milo Kim
This patch provides common macros for LP5521 and LP5523 device attributes and functions. (Device attributes) LP5521: 'mode', 'load' and 'selftest' LP5523: 'mode', 'load', 'leds' and 'selftest' (Permissions) mode: R/W load: Write-only leds: R/W selftest: Read-only Couple of lines are duplicate,