]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'arm/apple-m1' into for-next
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 Apr 2021 20:16:36 +0000 (22:16 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Apr 2021 20:16:36 +0000 (22:16 +0200)
* arm/apple-m1: (79 commits)
  arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree
  dt-bindings: display: Add apple,simple-framebuffer
  arm64: Kconfig: Introduce CONFIG_ARCH_APPLE
  irqchip/apple-aic: Add support for the Apple Interrupt Controller
  dt-bindings: interrupt-controller: Add DT bindings for apple-aic
  arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h
  of/address: Add infrastructure to declare MMIO as non-posted
  asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
  arm64: Implement ioremap_np() to map MMIO as nGnRnE
  docs: driver-api: device-io: Document ioremap() variants & access funcs
  docs: driver-api: device-io: Document I/O access functions
  asm-generic/io.h:  Add a non-posted variant of ioremap()
  arm64: arch_timer: Implement support for interrupt-names
  dt-bindings: timer: arm,arch_timer: Add interrupt-names support
  arm64: cputype: Add CPU implementor & types for the Apple M1 cores
  dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles
  dt-bindings: arm: apple: Add bindings for Apple ARM platforms
  dt-bindings: vendor-prefixes: Add apple prefix
  arm64: irq: allow FIQs to be handled
  arm64: Always keep DAIF.[IF] in sync
  ...

1  2 
Documentation/devicetree/bindings/vendor-prefixes.yaml
MAINTAINERS
arch/arm64/Kconfig
arch/arm64/Kconfig.platforms
arch/arm64/configs/defconfig
arch/arm64/kernel/process.c

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
index 19ed6dd1bf08cfe5960891aa85b9a6a2ec8a8f41,54fb257e55f75d53b2ad24ad688d0532b4099b10..f7b48805f457c59ed95328132b2cc5869bc4a7ec
@@@ -29,9 -29,9 +29,10 @@@ CONFIG_KALLSYMS_ALL=
  CONFIG_PROFILING=y
  CONFIG_ARCH_ACTIONS=y
  CONFIG_ARCH_AGILEX=y
 +CONFIG_ARCH_N5X=y
  CONFIG_ARCH_SUNXI=y
  CONFIG_ARCH_ALPINE=y
+ CONFIG_ARCH_APPLE=y
  CONFIG_ARCH_BCM2835=y
  CONFIG_ARCH_BCM4908=y
  CONFIG_ARCH_BCM_IPROC=y
Simple merge