ARM: ep93xx: move pinctrl interfaces into include/linux/soc
ep93xx does not have a proper pinctrl driver, but does things ad-hoc through mach/platform.h, which is also used for setting up the boards. To avoid using mach/*.h headers completely, let's move the interfaces into include/linux/soc/. This is far from great, but gets the job done here, without the need for a proper pinctrl driver. Acked-by:Alexander Sverdlin <alexander.sverdlin@gmail.com> Acked-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by:
Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Olof Johansson <olof@lixom.net>
Showing
- arch/arm/mach-ep93xx/clock.c 1 addition, 0 deletionsarch/arm/mach-ep93xx/clock.c
- arch/arm/mach-ep93xx/core.c 2 additions, 0 deletionsarch/arm/mach-ep93xx/core.c
- arch/arm/mach-ep93xx/include/mach/platform.h 0 additions, 16 deletionsarch/arm/mach-ep93xx/include/mach/platform.h
- drivers/ata/pata_ep93xx.c 1 addition, 1 deletiondrivers/ata/pata_ep93xx.c
- drivers/input/keyboard/ep93xx_keypad.c 1 addition, 2 deletionsdrivers/input/keyboard/ep93xx_keypad.c
- drivers/pwm/pwm-ep93xx.c 1 addition, 1 deletiondrivers/pwm/pwm-ep93xx.c
- include/linux/soc/cirrus/ep93xx.h 37 additions, 0 deletionsinclude/linux/soc/cirrus/ep93xx.h
- sound/soc/cirrus/edb93xx.c 1 addition, 1 deletionsound/soc/cirrus/edb93xx.c
- sound/soc/cirrus/ep93xx-ac97.c 1 addition, 0 deletionssound/soc/cirrus/ep93xx-ac97.c
- sound/soc/cirrus/ep93xx-i2s.c 1 addition, 2 deletionssound/soc/cirrus/ep93xx-i2s.c
- sound/soc/cirrus/simone.c 1 addition, 1 deletionsound/soc/cirrus/simone.c
- sound/soc/cirrus/snappercl15.c 1 addition, 1 deletionsound/soc/cirrus/snappercl15.c
Please register or sign in to comment