[U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-21 Thread Peng Fan
This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, platdata is alloced using calloc, so there is no need to use mxc_plat. The following situations are tested, and all work fine: 1.

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-21 Thread Peng Fan
Hi Igor, Just kindly remind, did you miss this one? Since you ack the other patches in this patch set. On 1/21/2015 7:09 PM, Peng Fan wrote: This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Igor Grinberg
Hi Peng, On 01/22/15 03:06, Peng Fan wrote: > Hi Igor, > > Just kindly remind, did you miss this one? Since you ack the other patches in > this patch set. Nope, I did not miss it. I just haven't looked at it yet... > > On 1/21/2015 7:09 PM, Peng Fan wrote: >> This patch add DT support for mxc

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Peng Fan
Hi, Igor Reply below. On 1/22/2015 4:38 PM, Igor Grinberg wrote: Hi Peng, On 01/22/15 03:06, Peng Fan wrote: Hi Igor, Just kindly remind, did you miss this one? Since you ack the other patches in this patch set. Nope, I did not miss it. I just haven't looked at it yet... On 1/21/2015 7:0

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Simon Glass
Hi Peng, On 21 January 2015 at 04:09, Peng Fan wrote: > This patch add DT support for mxc gpio driver. > > There are one place using CONFIG_OF_CONTROL macro. > 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, >platdata is alloced using calloc, so there is no need to use mxc_p

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-24 Thread Peng Fan
Hi Simon, On 1/23/2015 5:26 AM, Simon Glass wrote: Hi Peng, On 21 January 2015 at 04:09, Peng Fan wrote: This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, platdata is alloced

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-26 Thread Simon Glass
Hi Peng, On 24 January 2015 at 07:34, Peng Fan wrote: > Hi Simon, > > > On 1/23/2015 5:26 AM, Simon Glass wrote: >> >> Hi Peng, >> >> On 21 January 2015 at 04:09, Peng Fan wrote: >>> >>> This patch add DT support for mxc gpio driver. >>> >>> There are one place using CONFIG_OF_CONTROL macro. >>>