linux-stable/arch/arm/mach-s3c
Linus Torvalds 7d0d3fa733 ARM: boardfile deprecation for 6.0
Over the past ten years, new machine support was based on device tree,
 and an initial set of about 400 boards using ATAGS with boardfile
 for booting were grandfathered in, with about half of them either
 removed or converted to DT over time.
 
 Based on the recent mailing list discussion I started, I have now
 turned the findings into a set of patches that marks most board files as
 'depends on UNUSED_BOARD_FILES', leaving only 38 of the 196 boards.
 
 For the boards that are marked as unused, there are two final chances
 for potential users: The removal is scheduled to take place after the
 longterm stable kernel at the end of 2022, so users can stay on that
 version for another few years, and if anyone still has one of these
 machines and is planning to keep updating kernels beyond that version,
 they can speak up now to have their boards taken off the list again.
 
 Waiting for the LTS release also makes sure that there will be at
 least one longterm kernel that contains the recent multiplatform
 conversion along while still supporting all legacy boards.
 
 The short summary of the current status is:
 
  - The s3c24xx, cns3xxx, iop32x and mv78xx0 platforms have no known
    users and will be removed entirely.
 
  - The mmp and davinci platforms have DT support for the important
    machines and will become DT-only after this.
 
  - s3c64xx, dove, orion5x, and pxa keep some board files to allow
    those to be migrated over to DT more easily, but most board files
    are getting removed now. DT support on these platforms is partially
    working but requires changes to additional drivers for the other
    boards.
 
  - omap1, ep93xx, sa1100, footbridge and rpc have no DT support at
    the moment but have some boards with known users. Removing the board
    files that nobody uses should make it easier to try a DT conversion
    if anyone cares.
 
 There is no explicit timeline what happens with the boards that remain
 after this removal, but I expect to revisit this in the future, and
 with most boards gone, there will be a good time to do a treewide
 review of platform drivers that never gained DT support and have no
 remaining in-tree board files.
 
 Link: https://lore.kernel.org/linux-arm-kernel/CAK8P3a0Z9vGEQbVRBo84bSyPFM-LF+hs5w8ZA51g2Z+NsdtDQA@mail.gmail.com/
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmLo+30ACgkQmmx57+YA
 GNnibw//anM6PmfEX9Oeh2sJb7B7scUOMYrhUiw7e//pJ3kD68thviWwkMC0O8x6
 05bjFscnCo+AXuZ6TKChFHDrZxJXdJzEpFmGaKVu9LAZjVBGjWaXVeI5xiTGn01b
 Og9tqPsRqHFfeo3MzrubVUmOv/lbceXoqrep7i+MHfYvmAMWwfGg54JChmABvYSZ
 6si4NNLj1U+Eav0uj9Ge2ucBfzN6z1nJeo6I68GXTuAjZcrtlgAEcgTK0X6yMnTF
 Sv3TzX/B3QG7t0Jib+PSYrDDVxqMJM+e+m8d/qyHFW5am/9ML/fSn2OyPYigfs1+
 0/dgh0+Qu6GG+Xjr+wx5DY7EE/uM9AqvdJiKhGWPfGv++K5H2r/wMeIvbmXlzlrr
 JRWpKXUHCPdcGKyouJlDOiT3XfBU7X1gfMUK6Os/WYLxLgPo+9+syQtJBMA2PtnJ
 USlS31vLJbitInDgj9DWtXagBvDvzaUdW9NBwHtE2I3FqsvSZXCqvTpNgkmX7a1v
 qYJuoMHeppFP6Ylq4Lcu+5DHR9rDfG4z35BC7KWC/7EIkzOapqtYjuzwZg5N5HM2
 NOm7gLigOmQl4Jue+2ziUGllo6knPNZdcnRZXUWt+pF77smQS+BSGXAm4xjuwn6B
 lPD8CQUN83QZdZtVkkvrC9rDGp3ZJCkII9XzvSBf/Cl+C+6ejqY=
 =wd/l
 -----END PGP SIGNATURE-----

Merge tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

Pull ARM boardfile deprecation from Arnd Bergmann:
 "Over the past ten years, new machine support was based on device tree,
  and an initial set of about 400 boards using ATAGS with boardfile for
  booting were grandfathered in, with about half of them either removed
  or converted to DT over time.

  Based on the recent mailing list discussion I started, I have now
  turned the findings into a set of patches that marks most board files
  as 'depends on UNUSED_BOARD_FILES', leaving only 38 of the 196 boards.

  For the boards that are marked as unused, there are two final chances
  for potential users: The removal is scheduled to take place after the
  longterm stable kernel at the end of 2022, so users can stay on that
  version for another few years, and if anyone still has one of these
  machines and is planning to keep updating kernels beyond that version,
  they can speak up now to have their boards taken off the list again.

  Waiting for the LTS release also makes sure that there will be at
  least one longterm kernel that contains the recent multiplatform
  conversion along while still supporting all legacy boards.

  The short summary of the current status is:

   - The s3c24xx, cns3xxx, iop32x and mv78xx0 platforms have no known
     users and will be removed entirely.

   - The mmp and davinci platforms have DT support for the important
     machines and will become DT-only after this.

   - s3c64xx, dove, orion5x, and pxa keep some board files to allow
     those to be migrated over to DT more easily, but most board files
     are getting removed now. DT support on these platforms is partially
     working but requires changes to additional drivers for the other
     boards.

   - omap1, ep93xx, sa1100, footbridge and rpc have no DT support at the
     moment but have some boards with known users. Removing the board
     files that nobody uses should make it easier to try a DT conversion
     if anyone cares.

  There is no explicit timeline what happens with the boards that remain
  after this removal, but I expect to revisit this in the future, and
  with most boards gone, there will be a good time to do a treewide
  review of platform drivers that never gained DT support and have no
  remaining in-tree board files"

Link: https://lore.kernel.org/linux-arm-kernel/CAK8P3a0Z9vGEQbVRBo84bSyPFM-LF+hs5w8ZA51g2Z+NsdtDQA@mail.gmail.com/

* tag 'arm-boardfiles-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
  ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependency
  ARM: iop32x: mark as unused
  ARM: s3c: mark most board files as unused
  ARM: omap1: add Kconfig dependencies for unused boards
  ARM: sa1100: mark most boards as unused
  ARM: footbridge: mark cats board for removal
  ARM: mmp: mark all board files for removal
  ARM: ep93xx: mark most board files as unused
  ARM: davinci: mark all ATAGS board files as unused
  ARM: orion: add ATAGS dependencies
  ARM: pxa: add Kconfig dependencies for ATAGS based boards
  ARM: add CONFIG_UNUSED_BOARD_FILES
  ARM: add ATAGS dependencies to non-DT platforms
2022-08-02 08:35:17 -07:00
..
Kconfig ARM: s3c: Kconfig: Fix indentation 2022-06-09 16:10:09 +02:00
Kconfig.s3c24xx ARM: boardfile deprecation for 6.0 2022-08-02 08:35:17 -07:00
Kconfig.s3c64xx ARM: boardfile deprecation for 6.0 2022-08-02 08:35:17 -07: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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
adc.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
cpufreq-utils-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
cpuidle-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
crag6410.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
dev-audio-s3c64xx.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
dev-backlight-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
dev-uart-s3c64xx.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
dev-uart.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
devs.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
devs.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
dma-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
dma-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
dma.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
fb-core-s3c24xx.h
fb.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-cfg-helpers.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-cfg.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-core.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-samsung-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-samsung-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gpio-samsung.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
gpio-samsung.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
gta02.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
h1940-bluetooth.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
h1940.h
hardware-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
iic-core.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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: s3c: Use strscpy to replace strlcpy 2022-06-07 14:40:24 +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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
mach-s3c2416-dt.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
mach-smartq.c ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setup 2020-08-28 16:38:55 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
map.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pll-s3c2410.c
pll-s3c2440-12000000.c
pll-s3c2440-16934400.c
pm-common.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-common.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-core-s3c24xx.h ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm-core-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-core.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-gpio.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-h1940.S ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-s3c64xx.c ARM: ARMv4T/v5 multiplatform support for v5.19, part 1 2022-05-26 10:43:09 -07:00
pm-s3c2410.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm-s3c2412.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm-s3c2416.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pm.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
pm.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
pwm-core.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-adc.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-clock-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-clock-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-clock.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-dsc-s3c24xx.h
regs-gpio-memport-s3c64xx.h
regs-gpio-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-gpio-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-gpio.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-irq-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-irq-s3c64xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-irq.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-irqtype.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-mem-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-modem-s3c64xx.h
regs-s3c2443-clock.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
regs-srom-s3c64xx.h
regs-sys-s3c64xx.h
regs-syscon-power-s3c64xx.h
regs-usb-hsotg-phy-s3c64xx.h
rtc-core-s3c24xx.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
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 ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setup 2020-08-28 16:38:55 +02:00
s3c244x.c Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
s3c2410.c Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
s3c2412-power.h
s3c2412.c Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
s3c2412.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
s3c2416.c Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
s3c2440.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
s3c2442.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
s3c2443.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
s3c6400.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
s3c6410.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
sdhci.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-fb-24bpp-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-i2c-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-i2c0-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-i2c1-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-ide-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-keypad-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-sdhci-gpio-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-sdhci-gpio-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-spi-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-spi-s3c64xx.c spi: s3c64xx: Delete unused boardfile helpers 2022-01-24 13:37:31 +00:00
setup-ts-s3c24xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
setup-usb-phy-s3c64xx.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
simtec-audio.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
simtec-nor.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
simtec-pm.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
simtec-usb.c ARM: s3c24xx: convert to sparse-irq 2022-04-07 09:31:31 +02:00
simtec.h
sleep-s3c24xx.S ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
sleep-s3c64xx.S ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
sleep-s3c2410.S ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
sleep-s3c2412.S ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
spi-core-s3c24xx.h spi: s3c64xx: Delete unused boardfile helpers 2022-01-24 13:37:31 +00:00
usb-phy.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
vr1000.h
wakeup-mask.c ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00
wakeup-mask.h ARM: s3c: make headers local if possible 2020-08-22 13:02:02 +02:00