Re: [U-Boot] [PATCH v3 12/16] dm: Add GPIO support and tests

2013-10-18 Thread Simon Glass
Hi Marek, On Fri, Jun 28, 2013 at 3:51 PM, Marek Vasut wrote: > Dear Simon Glass, > > > Add driver model support for GPIOs. Since existing GPIO drivers do not > use > > driver model, this feature must be enabled by CONFIG_DM_GPIO. After all > > GPO drivers are converted over we can perhaps remov

Re: [U-Boot] [PATCH v3 12/16] dm: Add GPIO support and tests

2013-06-28 Thread Marek Vasut
Dear Simon Glass, > Add driver model support for GPIOs. Since existing GPIO drivers do not use > driver model, this feature must be enabled by CONFIG_DM_GPIO. After all > GPO drivers are converted over we can perhaps remove this config. > > Tests are provided for the sandbox implementation, and a

[U-Boot] [PATCH v3 12/16] dm: Add GPIO support and tests

2013-06-18 Thread Simon Glass
Add driver model support for GPIOs. Since existing GPIO drivers do not use driver model, this feature must be enabled by CONFIG_DM_GPIO. After all GPO drivers are converted over we can perhaps remove this config. Tests are provided for the sandbox implementation, and are a sufficient sanity check