Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c38fe0d
nvme: apple: add "apple,t8103-nvme-ans2" compatible
jannau Apr 30, 2026
875354f
pinctrl: apple: Add "apple,t8103-pinctrl" compatible
jannau Apr 30, 2026
25c40c2
power: domain: apple: Add "apple,t8103-pmgr-pwrstate" compatible
jannau Apr 30, 2026
39ee4f1
spi: apple: Add "apple,t8103-spi" compatible
jannau Apr 30, 2026
8087a72
watchdog: apple: Add "apple,t8103-wdt" compatible
jannau Apr 30, 2026
069ee06
doc: board: apple: Mention M2 and M2 Pro/Max/Ultra SoCs
jannau Jan 16, 2026
65ebb5d
doc: device-tree-bindings: Remove apple,pinctrl.yaml
jannau Jan 9, 2026
360ba4a
arm: dts: Switch Apple silicon devices to dts/upstream
jannau Jan 9, 2026
c183a8e
MAINTAINERS: Add missing Apple M1 specific files
jannau Apr 30, 2026
dea067f
arm: apple: Switch to board based text env
jannau Apr 30, 2026
db27d8c
input: apple: Split off report handling into a separate file
marcan Jul 30, 2022
dd20f5e
input: apple: Add support for Apple MTP keyboard
marcan Aug 1, 2022
3b197c8
arm: apple: Add MTP keyboard options to defconfig
marcan Aug 2, 2022
e18c2cc
apple: Set up file system firmware loader
kettenis May 2, 2023
01878d7
iopoll: Add readb_poll_sleep_timeout
kettenis Apr 14, 2023
f9e0240
usb: xhci-pci: Load ASMedia XHCI controller firmware
kettenis Apr 14, 2023
f5787c2
env: apple: Enable ENV_IS_IN_FAT
kettenis May 2, 2023
91ea578
apple: Nail down the EFI system partition
kettenis May 2, 2023
c659e88
efi_loader: prefer EFI system partition
kettenis Apr 7, 2024
02c4a3d
usb: xhci: Add more debugging
marcan May 18, 2023
01382cc
usb: storage: Clear endpoint stalls properly
marcan May 18, 2023
ce24899
usb: Pass through timeout to drivers
marcan May 18, 2023
ba71e64
usb: xhci: Hook up timeouts
marcan May 18, 2023
2c343e3
scsi: Fix a bunch of SCSI definitions.
marcan May 18, 2023
b85792f
usb: storage: Increase read/write timeout
marcan May 18, 2023
a68d8fb
usb: storage: Implement 64-bit LBA support
marcan May 18, 2023
afc509b
usb: Ignore endpoints in non-zero altsettings
marcan May 18, 2023
239fb95
video: console: Select default font based on video_priv.font_size
jannau Jan 10, 2024
95c0912
video: simplefb: HACK: Set video font size
jannau Jan 10, 2024
20d67f3
configs: apple: Do not show the boot menu automatically
jannau Mar 17, 2024
3aea66d
FEDORA: configs: apple: Disable AUTOBOOT_KEYED
jannau Apr 20, 2024
ab751ea
configs: apple: decrease boot delay to 1 second
jannau Aug 24, 2025
595eafa
arm: apple: Add Apple M3 (t8122) support
jannau Apr 30, 2026
3fa16d8
fixup! arm: dts: Switch Apple silicon devices to dts/upstream
jannau May 1, 2026
10c5e0e
scripts/dtc: Add support for floating-point literals
kettenis Apr 14, 2023
d7263c6
Revert "arm: apple: Add Apple M3 (t8122) support"
jannau May 21, 2026
01c2642
arm: apple: Add Apple M3 (t8122) support
jannau Apr 30, 2026
cf58ab5
arm: apple: Add Apple M3 Pro and Max (t603[014]) support
jannau May 21, 2026
79cc635
arm: apple: Add Apple M3 Ultra (t6032) support
jannau May 21, 2026
3b233f5
power: domain: apple: Ignore power states with auto enable flag
jannau May 23, 2026
cf58d98
power: domain: Add Apple PMP reporting driver
yuyuyureka Jun 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,20 @@ M: Mark Kettenis <kettenis@openbsd.org>
S: Maintained
F: arch/arm/include/asm/arch-apple/
F: arch/arm/mach-apple/
F: board/apple/
F: configs/apple_m1_defconfig
F: doc/board/apple/
F: drivers/input/apple_spi_kbd.c
F: drivers/iommu/apple_dart.c
F: drivers/mailbox/apple-mbox.c
F: drivers/nvme/nvme_apple.c
F: drivers/pci/pcie_apple.c
F: drivers/phy/phy-apple-atc.c
F: drivers/pinctrl/pinctrl-apple.c
F: drivers/power/domain/apple-pmgr.c
F: drivers/power/domain/apple-pmp-report.c
F: drivers/spi/apple_spi.c
F: drivers/usb/host/xhci-pci-asmedia.c
F: drivers/watchdog/apple_wdt.c
F: include/configs/apple.h

Expand Down
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ config ARCH_APPLE
imply CMD_GPT
imply BOOTSTD_FULL
imply OF_HAS_PRIOR_STAGE
imply OF_UPSTREAM

config ARCH_OWL
bool "Actions Semi OWL SoCs"
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ dtb-$(CONFIG_TARGET_A5Y17LTE) += exynos78x0-axy17lte.dtb
dtb-$(CONFIG_TARGET_A3Y17LTE) += exynos78x0-axy17lte.dtb
dtb-$(CONFIG_TARGET_A7Y17LTE) += exynos78x0-axy17lte.dtb

dtb-$(CONFIG_ARCH_APPLE) += \
t8103-j274.dtb \
t8103-j293.dtb \
t8103-j313.dtb \
t8103-j456.dtb \
t8103-j457.dtb

dtb-$(CONFIG_ARCH_DAVINCI) += \
da850-lcdk.dtb \
da850-lego-ev3.dtb
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/t8103-j274-u-boot.dtsi

This file was deleted.

129 changes: 0 additions & 129 deletions arch/arm/dts/t8103-j274.dts

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/dts/t8103-j293-u-boot.dtsi

This file was deleted.

116 changes: 0 additions & 116 deletions arch/arm/dts/t8103-j293.dts

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/dts/t8103-j313-u-boot.dtsi

This file was deleted.

Loading