commit | 441d0cfff151852120a04acceffcd79195d36336 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 01 19:57:26 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:56 2014 -0600 |
tree | 0d21ba3b75f1de1ec454f26a738d3dfc8ae30a01 | |
parent | 8f488c1bac744bcaa8558c9d099144ea70e8316d [diff] |
dm: imx: gpio: Support driver model in MXC gpio driver 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 <sjg@chromium.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il>