Re: [U-Boot] [PATCH 3/4 v2] x86: gpio: add pinctrl support from the device tree

2015-05-11 Thread gabriel huau
Hi Stephen, Thanks for the feedback, I completely miss it, I will do the modification for the v3. On 04/28/2015 08:22 AM, Stephen Warren wrote: On 04/28/2015 07:53 AM, Simon Glass wrote: Hi Gabriel, On 25 April 2015 at 14:17, Gabriel Huau wrote: Every pin can be configured now from the de

Re: [U-Boot] [PATCH 3/4 v2] x86: gpio: add pinctrl support from the device tree

2015-05-11 Thread gabriel huau
Hi Simon, Sorry for the delay, I'm gonna provide a new version in the next few days but here is some answers to your question: On 04/28/2015 06:53 AM, Simon Glass wrote: Hi Gabriel, On 25 April 2015 at 14:17, Gabriel Huau wrote: Every pin can be configured now from the device tree. A dt-bi

Re: [U-Boot] [PATCH 3/4 v2] x86: gpio: add pinctrl support from the device tree

2015-04-28 Thread Stephen Warren
On 04/28/2015 07:53 AM, Simon Glass wrote: Hi Gabriel, On 25 April 2015 at 14:17, Gabriel Huau wrote: Every pin can be configured now from the device tree. A dt-bindings has been added to describe the different property available. diff --git a/include/dt-bindings/gpio/x86-gpio.h b/include/

Re: [U-Boot] [PATCH 3/4 v2] x86: gpio: add pinctrl support from the device tree

2015-04-28 Thread Simon Glass
Hi Gabriel, On 25 April 2015 at 14:17, Gabriel Huau wrote: > Every pin can be configured now from the device tree. A dt-bindings > has been added to describe the different property available. > > Signed-off-by: Gabriel Huau > --- > Changes for v2: > - Clean commit message > - Ren

[U-Boot] [PATCH 3/4 v2] x86: gpio: add pinctrl support from the device tree

2015-04-25 Thread Gabriel Huau
Every pin can be configured now from the device tree. A dt-bindings has been added to describe the different property available. Signed-off-by: Gabriel Huau --- Changes for v2: - Clean commit message - Rename compatible string 'ich6' to 'x86' - Fix coding style - C