Re: [U-Boot] [PATCH v2 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-17 Thread Igor Grinberg
On 09/17/14 06:51, Simon Glass wrote: Add driver model support with this driver. In this case the platform data is in the driver. It would be better to put this into an SOC-specific file, but this is best attempted when more boards are moved over to use driver model. Signed-off-by: Simon

Re: [U-Boot] [PATCH v2 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-17 Thread Simon Glass
Hi Igor, On 17 September 2014 07:00, Igor Grinberg grinb...@compulab.co.il wrote: On 09/17/14 06:51, Simon Glass wrote: Add driver model support with this driver. In this case the platform data is in the driver. It would be better to put this into an SOC-specific file, but this is best

Re: [U-Boot] [PATCH v2 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-17 Thread Igor Grinberg
On 09/17/14 17:03, Simon Glass wrote: Hi Igor, On 17 September 2014 07:00, Igor Grinberg grinb...@compulab.co.il mailto:grinb...@compulab.co.il wrote: On 09/17/14 06:51, Simon Glass wrote: Add driver model support with this driver. In this case the platform data is in

[U-Boot] [PATCH v2 09/11] dm: imx: gpio: Support driver model in MXC gpio driver

2014-09-16 Thread Simon Glass
Add driver model support with this driver. In this case the platform data is in the driver. It would be better to put this into an SOC-specific file, but this is best attempted when more boards are moved over to use driver model. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: -