Hi Bin,

On 04/23/2015 08:23 PM, Bin Meng wrote:
> Hi Gabriel,
>
> On Fri, Apr 24, 2015 at 12:16 AM, Gabriel Huau <cont...@huau-gabriel.fr> 
> wrote:
>> This serie of patches adds the support of pin-muxing from the device tree 
>> through
>> different properties. I have put two example to enable the USB Host on the
>> minnowboard max.
>>
>> The support of the call to 'setup_pch_gpios' is still supported and
>> only the minnowboard has been tested with the device tree implementation.
>>
>> Because the GPIO and IO base register ares different, I have also defined
>> some proxy function to set the function/value and direction of the GPIO as
>> the GPIO register can override some registers in the IO.
>>
>> Gabriel Huau (4):
>>    x86: baytrail: fix the GPIOBASE address
>>    x86: minnowmax: add GPIO banks in the device tree
>>    x86: gpio: add pinctrl support from the device tree
>>    x86: minnowmax: initialize the pin-muxing from device tree
>>
>>   arch/x86/dts/minnowmax.dts                |  63 +++++++++
>>   arch/x86/include/asm/arch-baytrail/gpio.h |   3 +-
>>   arch/x86/include/asm/gpio.h               |   1 +
>>   board/intel/minnowmax/minnowmax.c         |   9 ++
>>   drivers/gpio/intel_ich6_gpio.c            | 222 
>> ++++++++++++++++++++++++++----
>>   include/configs/minnowmax.h               |   1 +
>>   include/dt-bindings/gpio/gpio.h           |  20 +++
>>   7 files changed, 292 insertions(+), 27 deletions(-)
>>
>> --
> Thanks for these patches! Just a general comment, you don't need send
> emails to u-boot-patc...@bugs.denx.de, and always include a simple
> sentence in the commit message :)
>
> Regards,
> Bin
That's why I received plenty of emails to tell me that my patches were
not assigned :).
I'll do the modification for the next version, thank you for the
feedback, I appreciate this.

Regards,
Gabriel

---
Added to GNATS database as unassigned-patches/151
>Responsible:    patch-coord
>Message-Id:     <553a55c4.9080...@huau-gabriel.fr>
>In-Reply-To:    
><caeuhbmvtxf6nkx62o0jwxatyydbsqduv7syyew7jc-xqujj...@mail.gmail.com>
>References:     <1429805775-1809-1-git-send-email-cont...@huau-gabriel.fr> 
><caeuhbmvtxf6nkx62o0jwxatyydbsqduv7syyew7jc-xqujj...@mail.gmail.com>
>Patch-Date:     Fri Apr 24 16:40:04 +0200 2015

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to