-
- Downloads
ARM: s3c24xx: move s3cmci pinctrl handling into board files
Rather than call the internal s3c_gpio_cfgall_range() function through a platform header, move the code into the set_power callback that is already exported by the board, and add a default implementation. In DT mode, the code already does not set the pin config, so nothing changes there. Signed-off-by:Arnd Bergmann <arnd@arndb.de> Acked-by:
Ulf Hansson <ulf.hansson@linaro.org> Link: https://lore.kernel.org/r/20200806182059.2431-29-krzk@kernel.org [krzk: Rebase and correct set_power in mach-h1940.c] Signed-off-by:
Krzysztof Kozlowski <krzk@kernel.org>
Showing
- arch/arm/mach-s3c24xx/include/mach/pm-core.h 1 addition, 0 deletionsarch/arm/mach-s3c24xx/include/mach/pm-core.h
- arch/arm/mach-s3c24xx/mach-amlm5900.c 15 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-amlm5900.c
- arch/arm/mach-s3c24xx/mach-at2440evb.c 9 additions, 1 deletionarch/arm/mach-s3c24xx/mach-at2440evb.c
- arch/arm/mach-s3c24xx/mach-gta02.c 15 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-gta02.c
- arch/arm/mach-s3c24xx/mach-h1940.c 9 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-h1940.c
- arch/arm/mach-s3c24xx/mach-mini2440.c 8 additions, 1 deletionarch/arm/mach-s3c24xx/mach-mini2440.c
- arch/arm/mach-s3c24xx/mach-n30.c 9 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-n30.c
- arch/arm/mach-s3c24xx/mach-qt2410.c 15 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-qt2410.c
- arch/arm/mach-s3c24xx/mach-rx1950.c 9 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-rx1950.c
- arch/arm/mach-s3c24xx/mach-tct_hammer.c 15 additions, 0 deletionsarch/arm/mach-s3c24xx/mach-tct_hammer.c
- arch/arm/plat-samsung/devs.c 29 additions, 0 deletionsarch/arm/plat-samsung/devs.c
- drivers/mmc/host/s3cmci.c 17 additions, 54 deletionsdrivers/mmc/host/s3cmci.c
- include/linux/platform_data/mmc-s3cmci.h 2 additions, 0 deletionsinclude/linux/platform_data/mmc-s3cmci.h
Loading
Please register or sign in to comment