summaryrefslogtreecommitdiff
path: root/drivers/gpio/mpc8xxx_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Fix gdsys mail addressesMario Six2018-03-091-1/+1
| | | | | | | | | | The @gdsys.cc addresses are supposed to be used for mailing lists. Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc equivalent. Also, Dirk's address was wrong in one place; fix that as well. Signed-off-by: Mario Six <six@gdsys.cc>
* gpio: mpc8xxx: Make live-tree compatibleMario Six2018-01-281-10/+7
| | | | | | Make the MPC8xxx GPIO driver compatible with a live device tree. Signed-off-by: Mario Six <mario.six@gdsys.cc>
* gpio: mpc8xxx: Make compatible with more SoCsMario Six2018-01-281-2/+21
| | | | | | | | Finally, make the mpc8xxx driver capable of handling more GPIO devices; this entails adding a special case for the MPC5121 SoC, and adding a set of new compatible strings. Signed-off-by: Mario Six <mario.six@gdsys.cc>
* gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six2018-01-281-57/+59
| | | | | | | | Rename the Kconfig option, structures (and their members), as well as functions of the mpc85xx driver to include mpc8xxx to reflect the more generic usage. Signed-off-by: Mario Six <mario.six@gdsys.cc>
* gpio: mpc85xx: Rename driver file to mpc8xxxMario Six2018-01-281-0/+253
In preparation to making the MPC85xx GPIO driver useable for a broader range of SoCs, rename the driver file. Signed-off-by: Mario Six <mario.six@gdsys.cc>