mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Move the ppc4xx gpio driver out of arch/powerpc/platforms/44x/ into drivers/gpio/gpio-ppc44x.c. The driver has no architecture-specific dependencies and follows the same pattern as other PowerPC GPIO drivers already in drivers/gpio/ (e.g. gpio-mpc8xxx, gpio-mpc5200). - Renamed Kconfig symbol from PPC4xx_GPIO to GPIO_PPC44X - Updated ppc44x_defconfig and warp_defconfig to use the new symbol - Marked the new option as tristate (was bool) since the driver supports module build via module_platform_driver() Assisted-by: opencode:big-pickle Signed-off-by: Rosen Penev <rosenp@gmail.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260803223539.86303-2-rosenp@gmail.com |
||
|---|---|---|
| .. | ||
| 44x.h | ||
| canyonlands.c | ||
| cpm.c | ||
| ebony.c | ||
| fsp2.c | ||
| fsp2.h | ||
| hsta_msi.c | ||
| idle.c | ||
| iss4xx.c | ||
| Kconfig | ||
| machine_check.c | ||
| Makefile | ||
| misc_44x.S | ||
| pci.c | ||
| pci.h | ||
| ppc44x_simple.c | ||
| ppc476_modules.lds | ||
| ppc476.c | ||
| sam440ep.c | ||
| soc.c | ||
| uic.c | ||
| warp.c | ||