]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
gpio: lpc32xx: Use priv_data instead of platdata
authorAxel Lin <axel.lin@ingics.com>
Tue, 14 Apr 2015 06:55:24 +0000 (14:55 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:37 +0000 (00:47 +0200)
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>

No differences found