OrangePi_CM5/Documentation/devicetree/bindings
Linus Torvalds f5a8eb632b arch: remove obsolete architecture ports
This removes the entire architecture code for blackfin, cris, frv, m32r,
 metag, mn10300, score, and tile, including the associated device drivers.
 
 I have been working with the (former) maintainers for each one to ensure
 that my interpretation was right and the code is definitely unused in
 mainline kernels. Many had fond memories of working on the respective
 ports to start with and getting them included in upstream, but also saw
 no point in keeping the port alive without any users.
 
 In the end, it seems that while the eight architectures are extremely
 different, they all suffered the same fate: There was one company
 in charge of an SoC line, a CPU microarchitecture and a software
 ecosystem, which was more costly than licensing newer off-the-shelf
 CPU cores from a third party (typically ARM, MIPS, or RISC-V). It seems
 that all the SoC product lines are still around, but have not used the
 custom CPU architectures for several years at this point. In contrast,
 CPU instruction sets that remain popular and have actively maintained
 kernel ports tend to all be used across multiple licensees.
 
 The removal came out of a discussion that is now documented at
 https://lwn.net/Articles/748074/. Unlike the original plans, I'm not
 marking any ports as deprecated but remove them all at once after I made
 sure that they are all unused. Some architectures (notably tile, mn10300,
 and blackfin) are still being shipped in products with old kernels,
 but those products will never be updated to newer kernel releases.
 
 After this series, we still have a few architectures without mainline
 gcc support:
 
 - unicore32 and hexagon both have very outdated gcc releases, but the
   maintainers promised to work on providing something newer. At least
   in case of hexagon, this will only be llvm, not gcc.
 
 - openrisc, risc-v and nds32 are still in the process of finishing their
   support or getting it added to mainline gcc in the first place.
   They all have patched gcc-7.3 ports that work to some degree, but
   complete upstream support won't happen before gcc-8.1. Csky posted
   their first kernel patch set last week, their situation will be similar.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJawdL2AAoJEGCrR//JCVInuH0P/RJAZh1nTD+TR34ZhJq2TBoo
 PgygwDU7Z2+tQVU+EZ453Gywz9/NMRFk1RWAZqrLix4ZtyIMvC6A1qfT2yH1Y7Fb
 Qh6tccQeLe4ezq5u4S/46R/fQXu3Txr92yVwzJJUuPyU0arF9rv5MmI8e6p7L1en
 yb74kSEaCe+/eMlsEj1Cc1dgthDNXGKIURHkRsILoweysCpesjiTg4qDcL+yTibV
 FP2wjVbniKESMKS6qL71tiT5sexvLsLwMNcGiHPj94qCIQuI7DLhLdBVsL5Su6gI
 sbtgv0dsq4auRYAbQdMaH1hFvu6WptsuttIbOMnz2Yegi2z28H8uVXkbk2WVLbqG
 ZESUwutGh8MzOL2RJ4jyyQq5sfo++CRGlfKjr6ImZRv03dv0pe/W85062cK5cKNs
 cgDDJjGRorOXW7dyU6jG2gRqODOQBObIv3w5efdq5OgzOWlbI4EC+Y5u1Z0JF/76
 pSwtGXA6YhwC+9LLAlnVTHG+yOwuLmAICgoKcTbzTVDKA2YQZG/cYuQfI5S1wD8e
 X6urPx3Md2GCwLXQ9mzKBzKZUpu/Tuhx0NvwF4qVxy6x1PELjn68zuP7abDHr46r
 57/09ooVN+iXXnEGMtQVS/OPvYHSa2NgTSZz6Y86lCRbZmUOOlK31RDNlMvYNA+s
 3iIVHovno/JuJnTOE8LY
 =fQ8z
 -----END PGP SIGNATURE-----

Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic

Pul removal of obsolete architecture ports from Arnd Bergmann:
 "This removes the entire architecture code for blackfin, cris, frv,
  m32r, metag, mn10300, score, and tile, including the associated device
  drivers.

  I have been working with the (former) maintainers for each one to
  ensure that my interpretation was right and the code is definitely
  unused in mainline kernels. Many had fond memories of working on the
  respective ports to start with and getting them included in upstream,
  but also saw no point in keeping the port alive without any users.

  In the end, it seems that while the eight architectures are extremely
  different, they all suffered the same fate: There was one company in
  charge of an SoC line, a CPU microarchitecture and a software
  ecosystem, which was more costly than licensing newer off-the-shelf
  CPU cores from a third party (typically ARM, MIPS, or RISC-V). It
  seems that all the SoC product lines are still around, but have not
  used the custom CPU architectures for several years at this point. In
  contrast, CPU instruction sets that remain popular and have actively
  maintained kernel ports tend to all be used across multiple licensees.

  [ See the new nds32 port merged in the previous commit for the next
    generation of "one company in charge of an SoC line, a CPU
    microarchitecture and a software ecosystem"   - Linus ]

  The removal came out of a discussion that is now documented at
  https://lwn.net/Articles/748074/. Unlike the original plans, I'm not
  marking any ports as deprecated but remove them all at once after I
  made sure that they are all unused. Some architectures (notably tile,
  mn10300, and blackfin) are still being shipped in products with old
  kernels, but those products will never be updated to newer kernel
  releases.

  After this series, we still have a few architectures without mainline
  gcc support:

   - unicore32 and hexagon both have very outdated gcc releases, but the
     maintainers promised to work on providing something newer. At least
     in case of hexagon, this will only be llvm, not gcc.

   - openrisc, risc-v and nds32 are still in the process of finishing
     their support or getting it added to mainline gcc in the first
     place. They all have patched gcc-7.3 ports that work to some
     degree, but complete upstream support won't happen before gcc-8.1.
     Csky posted their first kernel patch set last week, their situation
     will be similar

  [ Palmer Dabbelt points out that RISC-V support is in mainline gcc
    since gcc-7, although gcc-7.3.0 is the recommended minimum  - Linus ]"

This really says it all:

 2498 files changed, 95 insertions(+), 467668 deletions(-)

* tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: (74 commits)
  MAINTAINERS: UNICORE32: Change email account
  staging: iio: remove iio-trig-bfin-timer driver
  tty: hvc: remove tile driver
  tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers
  serial: remove tile uart driver
  serial: remove m32r_sio driver
  serial: remove blackfin drivers
  serial: remove cris/etrax uart drivers
  usb: Remove Blackfin references in USB support
  usb: isp1362: remove blackfin arch glue
  usb: musb: remove blackfin port
  usb: host: remove tilegx platform glue
  pwm: remove pwm-bfin driver
  i2c: remove bfin-twi driver
  spi: remove blackfin related host drivers
  watchdog: remove bfin_wdt driver
  can: remove bfin_can driver
  mmc: remove bfin_sdh driver
  input: misc: remove blackfin rotary driver
  input: keyboard: remove bf54x driver
  ...
2018-04-02 20:20:12 -07:00
..
arc
…
arm ARM: SoC driver updates for 4.16 2018-02-01 16:35:31 -08:00
ata Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata 2017-11-15 14:11:41 -08:00
auxdisplay auxdisplay: Move arm-charlcd binding to correct folder 2018-02-12 08:41:38 -06:00
board
…
bus ARM: dts: Add generic ti,sysc compatible in addition to the custom ones 2017-12-21 07:28:54 -08:00
c6x
…
clock The core framework has a handful of patches this time around, mostly due 2018-02-01 16:56:07 -08:00
cpufreq
…
crypto DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
devfreq dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
display Linux 4.16-rc7 2018-03-28 14:30:41 +10:00
dma dmaengine: mv_xor_v2: Fix clock resource by adding a register clock 2018-03-11 20:33:27 +05:30
edac
…
eeprom dt-bindings: at24: sort manufacturers alphabetically 2018-02-28 09:56:23 +01:00
extcon
…
firmware ARM: SoC driver updates for v4.15 2017-11-16 16:05:01 -08:00
fpga DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
fsi
…
fuse
…
goldfish
…
gpio gpio: remove etraxfs driver 2018-03-26 15:56:53 +02:00
gpu dt-bindings: gpu: mali-utgard: add rockchip,rk3328-mali compatible 2017-12-16 18:15:20 +01:00
h8300
…
hsi dt-bindings: hsi: add omap4 hsi controller bindings 2017-10-01 17:19:54 +02:00
hwlock
…
hwmon dt-bindings: hwmon: aspeed-pwm-tacho: Add reset node 2018-01-02 15:05:34 -08:00
i2c Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-02-04 10:57:43 -08:00
iio dt-bindings: iio: adc: sd-modulator: fix io-channel-cells 2018-02-24 13:26:57 +00:00
infiniband
…
input DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
interrupt-controller arch: remove obsolete architecture ports 2018-04-02 20:20:12 -07:00
iommu IOMMU Updates for Linux v4.16 2018-02-08 12:03:54 -08:00
ipmi
…
leds dt: bindings: lp8860: Add trigger binding to the lp8860 2018-01-08 21:28:12 +01:00
lpddr2
…
mailbox Misc driver changes only : 2018-02-04 11:11:23 -08:00
media media updates for v4.16-rc1 2018-02-06 11:27:48 -08:00
memory-controllers ARM: SoC driver updates for 4.16 2018-02-01 16:35:31 -08:00
mfd ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
mips dt-bindings: Document MIPS Broadcom STB power management nodes 2017-09-25 11:46:51 -07:00
misc auxdisplay: Move arm-charlcd binding to correct folder 2018-02-12 08:41:38 -06:00
mmc DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
mtd DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
mux
…
nds32 dt-bindings: nds32 SoC Bindings 2018-02-22 10:44:36 +08:00
net net: dsa: mv88e6xxx: Fix binding documentation for MDIO busses 2018-03-16 15:01:34 -04:00
nios2 dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
nvmem nvmem: rockchip-efuse: add support for rk3328-efuse 2017-12-19 10:39:33 +01:00
openrisc/opencores dt-bindings: openrisc: Add OpenRISC platform SoC 2017-11-03 14:01:04 +09:00
opp Merge branches 'pm-opp', 'pm-devfreq', 'pm-avs' and 'pm-tools' 2018-01-18 02:56:04 +01:00
pci pci-v4.16-changes 2018-02-06 09:59:40 -08:00
perf
…
phy dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
pinctrl This is the bulk of pin control changes for the v4.16 kernel cycle: 2018-02-02 14:22:53 -08:00
power DeviceTree fixes for 4.16: 2018-02-28 10:39:43 -08:00
powerpc DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
pps drivers/pps: aesthetic tweaks to PPS-related content 2017-09-08 18:26:51 -07:00
ptp DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
pwm dt-bindings: pwm: Update bindings for the Meson-AXG 2017-12-05 09:51:28 +01:00
regmap
…
regulator DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
remoteproc remoteproc: qcom: Add support for mss remoteproc on msm8996 2017-10-30 18:37:23 -07:00
reserved-memory dt-binding: soc: qcom: Add binding for rmtfs memory 2017-10-22 05:06:34 -05:00
reset dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller 2017-11-27 09:16:40 +01:00
riscv dt-bindings: RISC-V CPU Bindings 2017-09-25 15:50:57 -07:00
rng dt-bindings: rng: Incorporate brcm,bcm6368.txt binding 2017-11-29 16:43:47 +11:00
rtc dt-bindings: rtc: add bindings for i.MX53 SRTC 2018-01-12 00:20:39 +01:00
scsi scsi: hisi_sas: devicetree: bindings: add LED feature for v2 hw 2018-01-22 20:03:58 -05:00
security/tpm Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2017-09-24 11:34:28 -07:00
serial serial: remove cris/etrax uart drivers 2018-03-26 15:57:17 +02:00
serio dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
siox siox: add gpio bus driver 2017-12-19 10:56:53 +01:00
slimbus dt-bindings: Add qcom slimbus controller bindings 2017-12-19 11:01:03 +01:00
soc ARM: SoC driver updates for 4.16 2018-02-01 16:35:31 -08:00
sound DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
spi DeviceTree updates for 4.16: 2018-02-01 10:57:45 -08:00
spmi
…
sram dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
staging/iio/adc
…
thermal dt-bindings: thermal: imx: update the binding to new method 2018-02-12 08:39:50 -06:00
timer dt-bindings: timer: Add andestech atcpit100 timer binding doc 2018-02-22 10:44:36 +08:00
ufs dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
usb usb: host: xhci-rcar: add support for r8a77965 2018-03-08 10:07:44 -08:00
virtio
…
w1 dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
watchdog linux-watchdog 4.16-rc1 merge window tag 2018-02-07 11:54:34 -08:00
x86 of/Documentation: Specify local APIC ID in "reg" 2018-03-26 15:13:32 +02:00
xillybus
…
ABI.txt
…
chosen.txt dt-bindings: chosen: Document linux,initrd-{start,end} 2017-12-15 14:57:55 -06:00
common-properties.txt dt-bindings: Document common property for daisy-chained devices 2017-10-19 22:33:11 +02:00
graph.txt
…
jailhouse.txt jailhouse: Provide detection for non-x86 systems 2018-03-08 12:30:37 +01:00
marvell.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
numa.txt
…
property-units.txt
…
resource-names.txt
…
sparc_sun_oracle_rng.txt
…
submitting-patches.txt
…
trivial-devices.txt dt-bindings: Add Infineon TLV493D-A1B6 2017-12-15 15:42:21 -06:00
unittest.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
vendor-prefixes.txt dt-bindings: Add vendor prefix for emtrion GmbH 2018-03-12 10:06:00 +01:00
xilinx.txt
…