Re: [PATCH 1/3] gpio-twl4030: get platform data from device tree

2012-09-06 Thread Tony Lindgren
* Linus Walleij [120904 00:31]: > On Mon, Sep 3, 2012 at 3:54 PM, Florian Vaussard > wrote: > > > Adds a number of missing properties to the device tree of > > twl4030/gpio: > > - "ti,use-leds" -> .use_leds > > - "ti,debounce" -> .debounce > > - "ti,mmc-cd"-> .mmc_cd > > - "ti,pullups" -

Re: [PATCH 1/3] gpio-twl4030: get platform data from device tree

2012-09-05 Thread Florian Vaussard
On 9/3/2012 7:24 PM, Florian Vaussard wrote: Adds a number of missing properties to the device tree of twl4030/gpio: - "ti,use-leds" -> .use_leds - "ti,debounce" -> .debounce - "ti,mmc-cd"-> .mmc_cd - "ti,pullups" -> .pullups - "ti,pulldowns" -> .pulldowns Signed-off-by: Florian Vaus

Re: [PATCH 1/3] gpio-twl4030: get platform data from device tree

2012-09-04 Thread Linus Walleij
On Mon, Sep 3, 2012 at 3:54 PM, Florian Vaussard wrote: > Adds a number of missing properties to the device tree of > twl4030/gpio: > - "ti,use-leds" -> .use_leds > - "ti,debounce" -> .debounce > - "ti,mmc-cd"-> .mmc_cd > - "ti,pullups" -> .pullups > - "ti,pulldowns" -> .pulldowns > > Sig

Re: [PATCH 1/3] gpio-twl4030: get platform data from device tree

2012-09-04 Thread Vaibhav Hiremath
On 9/3/2012 7:24 PM, Florian Vaussard wrote: > Adds a number of missing properties to the device tree of > twl4030/gpio: > - "ti,use-leds" -> .use_leds > - "ti,debounce" -> .debounce > - "ti,mmc-cd"-> .mmc_cd > - "ti,pullups" -> .pullups > - "ti,pulldowns" -> .pulldowns > > Signed-off-by

[PATCH 1/3] gpio-twl4030: get platform data from device tree

2012-09-03 Thread Florian Vaussard
Adds a number of missing properties to the device tree of twl4030/gpio: - "ti,use-leds" -> .use_leds - "ti,debounce" -> .debounce - "ti,mmc-cd"-> .mmc_cd - "ti,pullups" -> .pullups - "ti,pulldowns" -> .pulldowns Signed-off-by: Florian Vaussard --- drivers/gpio/gpio-twl4030.c | 86 +