Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-28 Thread Marek Vasut
On Monday, September 28, 2015 at 02:34:39 AM, Thomas Chou wrote: > Hi Marek, Hi Thomas, > On 09/26/2015 04:16 PM, Marek Vasut wrote: > > If you ever figure out how to use buildman for your tests, I'd be glad > > > > if you share that information -- something like "buildman, the warstory". > > I

Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-27 Thread Thomas Chou
Hi Marek, On 09/26/2015 04:16 PM, Marek Vasut wrote: If you ever figure out how to use buildman for your tests, I'd be glad if you share that information -- something like "buildman, the warstory". I'm struggling with the same thing ;-) Surely I will if I ever do. Best regards, Thomas Chou _

Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-26 Thread Marek Vasut
On Saturday, September 26, 2015 at 09:30:54 AM, Thomas Chou wrote: > Hi Simon, > > On 09/25/2015 10:55 PM, Simon Glass wrote: > > You can use the moveconfig.py tool to move configs into Kconfig. You > > could do that with your patch applied, and create a patch to remove > > the old #defines from b

Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-26 Thread Thomas Chou
Hi Simon, On 09/25/2015 10:55 PM, Simon Glass wrote: You can use the moveconfig.py tool to move configs into Kconfig. You could do that with your patch applied, and create a patch to remove the old #defines from board configs. I think this should be done at the same time as we add new Kconfigs,

Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-25 Thread Simon Glass
Hi Thomas, On 24 September 2015 at 01:44, Thomas Chou wrote: > > Add CMD_GPIO to Kconfig. > > Signed-off-by: Thomas Chou > --- > common/Kconfig | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/common/Kconfig b/common/Kconfig > index 2c42b8e..f2034c2 100644 > --- a/common/Kconfig >

[U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-24 Thread Thomas Chou
Add CMD_GPIO to Kconfig. Signed-off-by: Thomas Chou --- common/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/common/Kconfig b/common/Kconfig index 2c42b8e..f2034c2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -344,6 +344,11 @@ config CMD_FPGA help FPGA