commit | 3d23edb40e559f93b994aee1a6d02a53693cd663 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Apr 14 14:55:24 2015 +0800 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Jul 07 08:03:56 2015 +0200 |
tree | 5768d7caa0401ab4af59364cadf9b6d7f734479c | |
parent | 3466855b4c9f70411a842ff7016bfd8234af0b60 [diff] |
gpio: lpc32xx: Use priv_data instead of platdata The LPC32XX GPIO driver platdata currently contains GPIO state information, which should go into priv_data. Thus rename lpc32xx_gpio_platdata to lpc32xx_gpio_priv and convert to use dev_get_priv() instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Tested-by: Albert ARIBAUD <albert.aribaud@3adev.fr>