Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-08 Thread gabriel huau
Hi Simon, On 04/07/2015 07:03 PM, Simon Glass wrote: Hi Gabriel, On 6 April 2015 at 00:10, Gabriel Huau wrote: Hi Simon, On 04/05/2015 11:31 AM, Simon Glass wrote: Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau wrote: Hi Simon, On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabrie

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-07 Thread Simon Glass
Hi Gabriel, On 6 April 2015 at 00:10, Gabriel Huau wrote: > Hi Simon, > > > On 04/05/2015 11:31 AM, Simon Glass wrote: >> >> Hi Gabriel, >> >> On 1 April 2015 at 05:20, Gabriel Huau wrote: >>> >>> Hi Simon, >>> >>> >>> On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabriel, On

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-05 Thread Gabriel Huau
Hi Simon, On 04/05/2015 11:31 AM, Simon Glass wrote: Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau wrote: Hi Simon, On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabriel, On 27 February 2015 at 01:52, Bin Meng wrote: Hi Gabriel, On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-05 Thread Simon Glass
Hi Gabriel, On 1 April 2015 at 05:20, Gabriel Huau wrote: > Hi Simon, > > > On 03/31/2015 07:32 PM, Simon Glass wrote: >> >> Hi Gabriel, >> >> On 27 February 2015 at 01:52, Bin Meng wrote: >>> >>> Hi Gabriel, >>> >>> On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau >>> wrote: Hi Bin, >>>

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-04-01 Thread Gabriel Huau
Hi Simon, On 03/31/2015 07:32 PM, Simon Glass wrote: Hi Gabriel, On 27 February 2015 at 01:52, Bin Meng wrote: Hi Gabriel, On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote: Hi Bin, On 02/26/2015 07:30 PM, Bin Meng wrote: Hi Gabriel, On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau wr

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-03-31 Thread Simon Glass
Hi Gabriel, On 27 February 2015 at 01:52, Bin Meng wrote: > Hi Gabriel, > > On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote: >> Hi Bin, >> >> >> On 02/26/2015 07:30 PM, Bin Meng wrote: >>> >>> Hi Gabriel, >>> >>> On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau >>> wrote: Hi Bin, >>

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-27 Thread Bin Meng
Hi Gabriel, On Fri, Feb 27, 2015 at 3:54 PM, gabriel huau wrote: > Hi Bin, > > > On 02/26/2015 07:30 PM, Bin Meng wrote: >> >> Hi Gabriel, >> >> On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau >> wrote: >>> >>> Hi Bin, >>> >>> >>> On 02/24/2015 11:52 PM, Bin Meng wrote: Hi Gabriel,

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-26 Thread gabriel huau
Hi Bin, On 02/26/2015 07:30 PM, Bin Meng wrote: Hi Gabriel, On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau wrote: Hi Bin, On 02/24/2015 11:52 PM, Bin Meng wrote: Hi Gabriel, On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau wrote: Configure the pinctrl as it required to make some IO control

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-26 Thread Bin Meng
Hi Gabriel, On Thu, Feb 26, 2015 at 12:27 AM, Gabriel Huau wrote: > Hi Bin, > > > On 02/24/2015 11:52 PM, Bin Meng wrote: >> >> Hi Gabriel, >> >> On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau >> wrote: >>> >>> Configure the pinctrl as it required to make some IO controllers >>> working (USB/UART

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread Gabriel Huau
Hi Bin, On 02/24/2015 11:52 PM, Bin Meng wrote: Hi Gabriel, On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The idea would be in the next version to modify the pch GPIO driver and configure these

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread Gabriel Huau
Hi Simon, With a little bit of delay here are the responses ... :) On 02/17/2015 08:04 PM, Simon Glass wrote: Hi Gabriel, On 15 February 2015 at 14:55, Gabriel Huau wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The idea would be in the ne

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-24 Thread Bin Meng
Hi Gabriel, On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau wrote: > Configure the pinctrl as it required to make some IO controllers > working (USB/UART/I2C/...). > The idea would be in the next version to modify the pch GPIO driver and > configure these pins through the device tree. > > These mod

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-17 Thread Simon Glass
Hi Gabriel, On 15 February 2015 at 14:55, Gabriel Huau wrote: > Configure the pinctrl as it required to make some IO controllers > working (USB/UART/I2C/...). > The idea would be in the next version to modify the pch GPIO driver and > configure these pins through the device tree. > > These modifi

[U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-15 Thread Gabriel Huau
Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The idea would be in the next version to modify the pch GPIO driver and configure these pins through the device tree. These modifications are ported from the coreboot project. Signed-off-by: Gabriel Huau