2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-11 23:23:52 +08:00
linux-next/arch/arm/mach-s3c64xx
Arnd Bergmann 1e574a665e ARM: samsung: remove s3c_pm_debug_init()
On s3c24xx and s3c64xx, this is just a wrapper around
s3c_pm_debug_init_uart(), but this function does not exist on s5pv210,
which always uses an empty stub as CONFIG_SAMSUNG_ATAGS is normally
not set.

In a configuration that supports both s5pv210 and s3c64xx, we would
always call the s3c64xx function, which is probably incorrect when
running on s5pv210.

Remove the function call completely on s5pv210 and skip the wrapper on
s3c as a cleanup.

As a side-effect, the s3c64xx behavior is now always the same, regardless
of whether it is a DT-only configuration or both DT and ATAGS are
supported for booting.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-11-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2020-08-19 21:10:50 +02:00
..
include/mach ARM: samsung: remove s3c_pm_debug_init() 2020-08-19 21:10:50 +02:00
ata-core.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
backlight.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
common.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
common.h ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
cpuidle.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
crag6410.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
dev-audio.c ARM: s3c: remove unneeded machine header includes 2020-08-17 18:54:33 +02:00
dev-backlight.c backlight: pwm_bl: Switch to full GPIO descriptor 2020-03-18 15:05:57 +00:00
dev-uart.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
irq-pm.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
irq-uart.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
Kconfig ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-anw6410.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-crag6410-module.c ARM: s3c64xx: use simple i2c probe function 2020-08-17 18:54:33 +02:00
mach-crag6410.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-hmt.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-mini6410.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-ncp.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-real6410.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-s3c64xx-dt.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-smartq5.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-smartq7.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-smartq.c ARM: s3c: remove plat-samsung/.../samsung-time.h 2020-08-17 18:54:33 +02:00
mach-smartq.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
mach-smdk6400.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
mach-smdk6410.c ARM: s3c64xx: switch to generic watchdog driver reset 2020-08-19 20:57:38 +02:00
Makefile ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
onenand-core.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
pl080.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
pm.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
regs-gpio-memport.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
regs-modem.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
regs-srom.h ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
regs-sys.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
regs-syscon-power.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
regs-usb-hsotg-phy.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
s3c6400.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
s3c6410.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-fb-24bpp.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-i2c0.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-i2c1.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-ide.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-keypad.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-sdhci-gpio.c ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00
setup-spi.c ARM: s3c64xx: include header to fix -Wmissing-prototypes 2020-08-17 18:54:33 +02:00
setup-usb-phy.c ARM: s3c64xx: fix return value check in s3c_usb_otgphy_init() 2020-08-17 17:43:53 +02:00
sleep.S ARM: S3C64XX: Add SPDX license identifiers 2018-01-03 18:42:53 +01:00