Home
last modified time | relevance | path

Searched hist:"1 f9e5e228c23831bb8e8896209bb67ebcfaf59a7" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/gpio/
H A Dlpc32xx_gpio.c1f9e5e228c23831bb8e8896209bb67ebcfaf59a7 Tue Apr 14 06:55:24 UTC 2015 Axel Lin <axel.lin@ingics.com> 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>