commit | 1f9e5e228c23831bb8e8896209bb67ebcfaf59a7 | [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 | 42eccdd650915962345daeae831dab183d67511b [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>