aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mc9s08dz60.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-01gpio: mc9s08dz60: Use devm_kzalloc APIAxel Lin1-18/+3
Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
2012-01-30ARM/mx35/3ds: gpio: add mc9s08dz60 gpio functionwu guoxing1-0/+161
we only use the gpio function of mc9s08dz60 mcu chip, so just add the gpio driver, as this mcu will never be used in other board. Signed-off-by: Wu Guoxing <[email protected]> Reviewed-by: Sascha Hauer <[email protected]> Acked-by: Marc Kleine-Budde <[email protected]> Signed-off-by: Grant Likely <[email protected]>