linux-stable/arch/arm/mach-s3c
Linus Torvalds ecf0aa5317 ARM: ARMv4T/v5 multiplatform support for v5.19, part 1
This series has been 12 years in the making, it mostly finishes the
 work that was started with the founding of Linaro to clean up platform
 support in the kernel.
 
 The largest change here is a cleanup of the omap1 platform, which
 is the final ARM machine type to get converted to the common-clk
 subsystem. All the omap1 specific drivers are now made independent of the
 mach/*.h headers to allow the platform to be part of a generic ARMv4/v5
 multiplatform kernel. The last bit that enables this support is still
 missing here while we wait for some last dependencies to make it into
 the mainline kernel through other subsystems.
 
 The s3c24xx, ixp4xx, iop32x, ep93xx and dove platforms were all almost
 at the point of allowing multiplatform kernels, this work gets completed
 here along with a few additional cleanup.  At the same time, the s3c24xx
 and s3c64xx are now deprecated and expected to get removed in the future.
 
 The PXA and OMAP1 bits are in a separate branch because of dependencies.
 Once both branches are merged, only the three Intel StrongARM platforms
 (RiscPC, Footbridge/NetWinder and StrongARM1100) need separate kernels,
 and there are no plans to include these.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmKOP3sACgkQmmx57+YA
 GNk+DhAAmrPNuS8JDlCRPa76Nd9PC9aitnnEGYytQ6bgwexKd3qdvP7gdUtr7jlV
 8k4KiGnnZZjEGd4i5cAVhSCyBbCt4oPKhato62KneEsO19xLsVmmTpQg1LPK75do
 mHYKpc+6932Lp6WrtI1F75id0phx684tpZp9P4ggXwMwgYkagq9rcO+mGUNZWDc8
 D9SdAmoObtSCoBCYYbq2VhAPA79mSKKVpLGehzd+Gq5cuf/jJQD0u1E00izkdyZc
 r/5acQ7PHQlVXqSONYgCpkvDTqmjg9cvVCKeKLpFspV3f6vBVRgV60UGfwhpdPHY
 N119KUJtPf81xnLSxsqBFA34LMSerrH72YM5cYupKiiYcTDr+Yw6zrtNR6ktkt/B
 F1Tc/QV+A9CGergxljy39G1smEuwKtNiVA//NSlUORCHxgwa5XUB0mQIzNcWARa4
 oMDLhBF7ES211CB7Yto2FR6gBQbh2A9HSpjOh6kxdHrRb4FCgoXjPhzBoMxPoSFu
 XIzJpMb18K4bI+hKRYddEOK5V0kHt9mzT7ViGT/2+n13IHKIGmKrZxwDH7mohAW9
 4GF77gGbQsE9szajkx5EG1t+PWextQeeMyYW05bXO/mbDwA0n7EdjGpBeedvTZw3
 6gUWVahfYp9hZWPdxJ4fbGnlbSovCq0y4tj5fbZHPh6AOAtmvWY=
 =CTtN
 -----END PGP SIGNATURE-----

Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

Pull ARMv4T/v5 multiplatform support from Arnd Bergmann:
 "This series has been 12 years in the making, it mostly finishes the
  work that was started with the founding of Linaro to clean up platform
  support in the kernel.

  The largest change here is a cleanup of the omap1 platform, which is
  the final ARM machine type to get converted to the common-clk
  subsystem. All the omap1 specific drivers are now made independent of
  the mach/*.h headers to allow the platform to be part of a generic
  ARMv4/v5 multiplatform kernel.

  The last bit that enables this support is still missing here while we
  wait for some last dependencies to make it into the mainline kernel
  through other subsystems.

  The s3c24xx, ixp4xx, iop32x, ep93xx and dove platforms were all almost
  at the point of allowing multiplatform kernels, this work gets
  completed here along with a few additional cleanup. At the same time,
  the s3c24xx and s3c64xx are now deprecated and expected to get removed
  in the future.

  The PXA and OMAP1 bits are in a separate branch because of
  dependencies. Once both branches are merged, only the three Intel
  StrongARM platforms (RiscPC, Footbridge/NetWinder and StrongARM1100)
  need separate kernels, and there are no plans to include these"

* tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (61 commits)
  ARM: ixp4xx: Consolidate Kconfig fixing issue
  ARM: versatile: Add missing of_node_put in dcscb_init
  ARM: config: Refresh IXP4xx config after multiplatform
  ARM: omap1: add back omap_set_dma_priority() stub
  ARM: omap: fix missing declaration warnings
  ARM: omap: fix address space warnings from sparse
  ARM: spear: remove include/mach/ subdirectory
  ARM: davinci: remove include/mach/ subdirectory
  ARM: omap2: remove include/mach/ subdirectory
  integrator: remove empty ap_init_early()
  ARM: s3c: fix include path
  MAINTAINERS: omap1: Add Janusz as an additional maintainer
  ARM: omap1: htc_herald: fix typos in comments
  ARM: OMAP1: fix typos in comments
  ARM: OMAP1: clock: Remove noop code
  ARM: OMAP1: clock: Remove unused code
  ARM: OMAP1: clock: Fix UART rate reporting algorithm
  ARM: OMAP1: clock: Fix early UART rate issues
  ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF
  ARM: omap1: fix build with no SoC selected
  ...
2022-05-26 10:43:09 -07:00
..
Kconfig ARM: s3c: Drop config symbol S3C24XX_PWM 2022-04-04 18:22:46 +02:00
Kconfig.s3c24xx ARM: ARMv4T/v5 multiplatform support for v5.19, part 1 2022-05-26 10:43:09 -07:00
Kconfig.s3c64xx ARM: s3c: mark as deprecated and schedule removal 2022-04-21 15:11:40 +02:00
Makefile ARM: s3c: fix include path 2022-04-22 11:12:26 +02:00
Makefile.boot
Makefile.s3c24xx
Makefile.s3c64xx ARM: s3c: fix include path 2022-04-22 11:12:26 +02:00
adc-core.h
adc.c
anubis.h
ata-core-s3c64xx.h
backlight-s3c64xx.h
bast-ide.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
bast-irq.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
bast.h
common-smdk-s3c24xx.c mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer 2020-12-10 22:37:29 +01:00
common-smdk-s3c24xx.h
cpu.c ARM: s3c: mark as deprecated and schedule removal 2022-04-21 15:11:40 +02:00
cpu.h
cpufreq-utils-s3c24xx.c
cpuidle-s3c64xx.c
crag6410.h
dev-audio-s3c64xx.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
dev-backlight-s3c64xx.c
dev-uart-s3c64xx.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
dev-uart.c
devs.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
devs.h
dma-s3c24xx.h
dma-s3c64xx.h
dma.h
fb-core-s3c24xx.h
fb.h
gpio-cfg-helpers.h
gpio-cfg.h
gpio-core.h
gpio-samsung-s3c24xx.h
gpio-samsung-s3c64xx.h
gpio-samsung.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
gpio-samsung.h
gta02.h
h1940-bluetooth.c
h1940.h
hardware-s3c24xx.h
iic-core.h
init.c ARM: s3c: mark as deprecated and schedule removal 2022-04-21 15:11:40 +02:00
iotiming-s3c2410.c ARM: s3c: fix typos in comments 2022-04-04 18:57:34 +02:00
iotiming-s3c2412.c
irq-pm-s3c24xx.c ARM: s3c24xx: remove support for ISA drivers on BAST PC/104 2022-04-07 09:31:21 +02:00
irq-pm-s3c64xx.c
irq-s3c24xx-fiq-exports.c
irq-s3c24xx-fiq.S ARM: s3c: fix fiq for clang IAS 2021-02-06 14:11:09 +01:00
irq-s3c24xx.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
irq-uart-s3c64xx.h
irqs-s3c24xx.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
irqs-s3c64xx.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
irqs.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
keypad.h
mach-amlm5900.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-anubis.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-anw6410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-at2440evb.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-bast.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-crag6410-module.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-crag6410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-gta02.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-h1940.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-hmt.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-jive.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-mini2440.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-mini6410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-n30.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-ncp.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-nexcoder.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-osiris-dvs.c
mach-osiris.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-otom.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-qt2410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-real6410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-rx1950.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-rx3715.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-s3c64xx-dt.c
mach-s3c2416-dt.c
mach-smartq.c
mach-smartq.h
mach-smartq5.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smartq7.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk2410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk2413.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk2416.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk2440.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk2443.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk6400.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-smdk6410.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-tct_hammer.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-vr1000.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
mach-vstms.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
map-base.h ARM: s3c24xx: remove support for ISA drivers on BAST PC/104 2022-04-07 09:31:21 +02:00
map-s3c.h
map-s3c24xx.h ARM: s3c24xx: remove support for ISA drivers on BAST PC/104 2022-04-07 09:31:21 +02:00
map-s3c64xx.h ARM: s3c24xx: remove support for ISA drivers on BAST PC/104 2022-04-07 09:31:21 +02:00
map-s5p.h
map.h
nand-core-s3c24xx.h
onenand-core-s3c64xx.h
osiris.h
otom.h
pl080.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
platformdata.c
pll-s3c2410.c
pll-s3c2440-12000000.c
pll-s3c2440-16934400.c
pm-common.c
pm-common.h
pm-core-s3c24xx.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm-core-s3c64xx.h
pm-core.h
pm-gpio.c
pm-h1940.S
pm-s3c24xx.c
pm-s3c64xx.c ARM: ARMv4T/v5 multiplatform support for v5.19, part 1 2022-05-26 10:43:09 -07:00
pm-s3c2410.c
pm-s3c2412.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm-s3c2416.c
pm.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm.h
pwm-core.h
regs-adc.h
regs-clock-s3c24xx.h
regs-clock-s3c64xx.h
regs-clock.h
regs-dsc-s3c24xx.h
regs-gpio-memport-s3c64xx.h
regs-gpio-s3c24xx.h
regs-gpio-s3c64xx.h
regs-gpio.h
regs-irq-s3c24xx.h
regs-irq-s3c64xx.h
regs-irq.h
regs-irqtype.h
regs-mem-s3c24xx.h
regs-modem-s3c64xx.h
regs-s3c2443-clock.h
regs-srom-s3c64xx.h
regs-sys-s3c64xx.h
regs-syscon-power-s3c64xx.h
regs-usb-hsotg-phy-s3c64xx.h
rtc-core-s3c24xx.h
s3c24xx.c ARM: ARMv4T/v5 multiplatform support for v5.19, part 1 2022-05-26 10:43:09 -07:00
s3c24xx.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
s3c64xx.c ARM: s3c: mark as deprecated and schedule removal 2022-04-21 15:11:40 +02:00
s3c64xx.h
s3c244x.c
s3c2410.c
s3c2412-power.h
s3c2412.c
s3c2412.h
s3c2416.c
s3c2440.c
s3c2442.c
s3c2443.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
s3c6400.c
s3c6410.c
sdhci.h
setup-fb-24bpp-s3c64xx.c
setup-i2c-s3c24xx.c
setup-i2c0-s3c64xx.c
setup-i2c1-s3c64xx.c
setup-ide-s3c64xx.c
setup-keypad-s3c64xx.c
setup-sdhci-gpio-s3c24xx.c
setup-sdhci-gpio-s3c64xx.c
setup-spi-s3c24xx.c
setup-spi-s3c64xx.c spi: s3c64xx: Delete unused boardfile helpers 2022-01-24 13:37:31 +00:00
setup-ts-s3c24xx.c
setup-usb-phy-s3c64xx.c
simtec-audio.c
simtec-nor.c
simtec-pm.c
simtec-usb.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
simtec.h
sleep-s3c24xx.S
sleep-s3c64xx.S
sleep-s3c2410.S
sleep-s3c2412.S
spi-core-s3c24xx.h spi: s3c64xx: Delete unused boardfile helpers 2022-01-24 13:37:31 +00:00
usb-phy.h
vr1000.h
wakeup-mask.c
wakeup-mask.h