Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
43eb5ab
irqchip: add S5L8740 GPIO EIC
andrew867 Aug 23, 2026
970ebf6
gpio: add S5L8740 banked GPIO and GPIOCMD
andrew867 Aug 23, 2026
7ac2340
i2c: s5l8702: complete xfers on IICCON IRQPEND
andrew867 Aug 23, 2026
8b53e1d
gpio: d1830: nIRQ keys, power-off, no rail writes at probe
andrew867 Aug 23, 2026
1b91f19
phy: s5l8702-usb2: use the s5l87xx sequence on N31
andrew867 Aug 23, 2026
16480b7
usb: dwc2/rndis: N31 FIFO split and Windows inbox RNDIS
andrew867 Aug 23, 2026
790b8b8
clk: s5l8702: ungate PWRCON on N31 without remuxing SYS
andrew867 Aug 23, 2026
cdc4dee
video: S5L8740 backlight and TinyDRM LCDIF handoff
andrew867 Aug 23, 2026
dd9bb19
arm: dts/defconfig: wire N31 EIC, GPIO, PMIC nIRQ, 87xx PHY
andrew867 Aug 23, 2026
b1386a0
arm: s5l87xx: disarm the SEC watchdog early
andrew867 Aug 23, 2026
37cee36
N31: FMSS/FTL modules, nimbus, audio, and expanded glass bring-up
andrew867 Aug 25, 2026
6403b68
s5l8702-aes: Fix CBC
user890104 Aug 24, 2026
9046ce0
s5l8702-aes: Set correct key size for UID and GID key types
user890104 Aug 24, 2026
f99c654
N31: require DT cpu/codec phandles for nano7-audio card
andrew867 Aug 25, 2026
1d8dca9
N31: sync ASoC Kconfig — select CS42 DAI, drop dummy wording
andrew867 Aug 25, 2026
928babf
N31: sync glass audio/DMA/FTL/MikeyBus from live bring-up tree
andrew867 Aug 27, 2026
12865cb
N31: sync glass Tristar/FMSS/FTL/PMIC/CS42 from live bring-up
andrew867 Aug 27, 2026
5c0bf2e
N31: CS-map FTL recover + nand rename, MikeyBus/nimbus/DTS sync
andrew867 Aug 27, 2026
00d2c42
N31: CXT fast-path FTL recovery, PMIC button debounce, style cleanup
andrew867 Aug 27, 2026
42b2c6a
N31: audio bring-up, FM/RDS command surface, I2C and IIS2 pad muxing
andrew867 Aug 28, 2026
cc1f7ee
N31: FTL recovery correctness -- VBA space, short reads, BTOC formats
andrew867 Aug 29, 2026
19d5f97
N31: pl080 -- stop the channel on a DMA error, claim only serviced IRQs
andrew867 Aug 29, 2026
5fd3df6
N31: audio -- analog stage power, mailbox reads, rate handling, no ja…
andrew867 Aug 29, 2026
6ea5bc1
N31: Bluetooth rail as a regulator, and PMIC button/rail work
andrew867 Aug 29, 2026
513e09a
N31: touch and remote -- SPI status encoding, Nimbus reports, MikeyBu…
andrew867 Aug 29, 2026
1c06a56
N31: platform glue -- GPIO keys, LCDIF clock, Tristar, shared header
andrew867 Aug 29, 2026
86e10e6
N31: device tree -- BT rail supply, panic=0, nodrm variant resync
andrew867 Aug 29, 2026
876747f
ftl: pick the BPB whose FAT is actually a FAT
andrew867 Aug 30, 2026
e1acaa4
ASoC: s5l8740-i2s: stop stamping a whole-SoC clock snapshot over CLKC…
andrew867 Aug 30, 2026
20b00ec
ASoC: cs42l81: make the codec state machine match the decomp
andrew867 Aug 30, 2026
6496ae3
n31: dts and gpio refresh from the working tree
andrew867 Aug 30, 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
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dtb-$(CONFIG_ARCH_S3C64XX) += \
dtb-$(CONFIG_ARCH_S5L87XX) += \
s5l8702-n46.dtb \
s5l8723-n20.dtb \
s5l8740-n31.dtb
s5l8740-n31.dtb \
s5l8740-n31-nodrm.dtb
dtb-$(CONFIG_ARCH_S5PV210) += \
s5pv210-aquila.dtb \
s5pv210-fascinate4g.dtb \
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/samsung/s5l8702-n46.dts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
};

usbotg: usb@38400000 {
compatible = "apple,s5l87xx-usb";
compatible = "apple,s5l8702-usb", "apple,s5l87xx-usb";
reg = <0x38400000 0x40000>;
interrupt-parent = <&vic0>;
interrupts = <19>;
Expand Down
Loading