forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/soc/soc Pull ARM SoC fixes from Arnd Bergmann: "This is a fairly large set of bugfixes, most of which had been sent a while ago but only now made it into the soc tree: Maintainer file updates: - Claudiu Beznea now co-maintains the at91 soc family, replacing Ludovic Desroches. - Michael Walle maintains the sl28cpld drivers - Alain Volmat and Raphael Gallais-Pou take over some drivers for ST platforms - Alim Akhtar is an additional reviewer for Samsung platforms Code fixes: - Op-tee had a problem with object lifetime that needs a slightly complex fix, as well as another bug with error handling. - Several minor issues for the OMAP platform, including a regression with the timer - A Kconfig change to fix a build-time issue on Intel SoCFPGA Device tree fixes: - The Amlogic Meson platform fixes a boot regression on am1-odroid, a spurious interrupt, and a problem with reserved memory regions - In the i.MX platform, several bug fixes are needed to make devices work correctly: SD card detection, alarmtimer, and sound card on some board. One patch for the GPU got in there by accident and gets reverted again. - TI K3 needs a fix for J721S2 serial port numbers - ux500 needs a fix to mount the SD card as root on the Skomer phone" * tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (46 commits) Revert "arm64: dts: imx8mn-venice-gw7902: disable gpu" arm64: Remove ARCH_VULCAN MAINTAINERS: add myself as a maintainer for the sl28cpld MAINTAINERS: add IRC to ARM sub-architectures and Devicetree MAINTAINERS: arm: samsung: add Git tree and IRC ARM: dts: Fix boot regression on Skomer ARM: dts: spear320: Drop unused and undocumented 'irq-over-gpio' property soc: aspeed: lpc-ctrl: Block error printing on probe defer cases docs/ABI: testing: aspeed-uart-routing: Escape asterisk MAINTAINERS: update drm/stm drm/sti and cec/sti maintainers MAINTAINERS: Update Benjamin Gaignard maintainer status ARM: socfpga: fix missing RESET_CONTROLLER arm64: dts: meson-sm1-odroid: fix boot loop after reboot arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 arm64: dts: meson-g12: add ATF BL32 reserved-memory region arm64: dts: meson-gx: add ATF BL32 reserved-memory region arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io regulator arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' optee: use driver internal tee_context for some rpc ...
- Loading branch information
Showing
42 changed files
with
263 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
What: /sys/bus/platform/drivers/aspeed-uart-routing/*/uart* | ||
What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\* | ||
Date: September 2021 | ||
Contact: Oskar Senft <[email protected]> | ||
Chia-Wei Wang <[email protected]> | ||
|
@@ -9,15 +9,15 @@ Description: Selects the RX source of the UARTx device. | |
depends on the selected file. | ||
|
||
e.g. | ||
cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1 | ||
cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1 | ||
[io1] io2 io3 io4 uart2 uart3 uart4 io6 | ||
|
||
In this case, UART1 gets its input from IO1 (physical serial port 1). | ||
|
||
Users: OpenBMC. Proposed changes should be mailed to | ||
[email protected] | ||
|
||
What: /sys/bus/platform/drivers/aspeed-uart-routing/*/io* | ||
What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\* | ||
Date: September 2021 | ||
Contact: Oskar Senft <[email protected]> | ||
Chia-Wei Wang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1620,13 +1620,15 @@ M: Olof Johansson <[email protected]> | |
M: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
C: irc://irc.libera.chat/armlinux | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git | ||
F: arch/arm/boot/dts/Makefile | ||
F: arch/arm64/boot/dts/Makefile | ||
|
||
ARM SUB-ARCHITECTURES | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
C: irc://irc.libera.chat/armlinux | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git | ||
F: arch/arm/mach-*/ | ||
F: arch/arm/plat-*/ | ||
|
@@ -1780,6 +1782,7 @@ F: drivers/irqchip/irq-apple-aic.c | |
F: drivers/mailbox/apple-mailbox.c | ||
F: drivers/pinctrl/pinctrl-apple-gpio.c | ||
F: drivers/soc/apple/* | ||
F: drivers/watchdog/apple_wdt.c | ||
F: include/dt-bindings/interrupt-controller/apple-aic.h | ||
F: include/dt-bindings/pinctrl/apple.h | ||
F: include/linux/apple-mailbox.h | ||
|
@@ -2570,10 +2573,13 @@ N: rockchip | |
|
||
ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES | ||
M: Krzysztof Kozlowski <[email protected]> | ||
R: Alim Akhtar <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Maintained | ||
C: irc://irc.libera.chat/linux-exynos | ||
Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git | ||
F: Documentation/arm/samsung/ | ||
F: Documentation/devicetree/bindings/arm/samsung/ | ||
F: Documentation/devicetree/bindings/power/pd-samsung.yaml | ||
|
@@ -5772,7 +5778,7 @@ F: tools/testing/selftests/dma/ | |
|
||
DMA-BUF HEAPS FRAMEWORK | ||
M: Sumit Semwal <[email protected]> | ||
R: Benjamin Gaignard <benjamin.gaignard@linaro.org> | ||
R: Benjamin Gaignard <benjamin.gaignard@collabora.com> | ||
R: Liam Mark <[email protected]> | ||
R: Laura Abbott <[email protected]> | ||
R: Brian Starkey <[email protected]> | ||
|
@@ -6502,7 +6508,7 @@ F: Documentation/devicetree/bindings/display/rockchip/ | |
F: drivers/gpu/drm/rockchip/ | ||
|
||
DRM DRIVERS FOR STI | ||
M: Benjamin Gaignard <[email protected]> | ||
M: Alain Volmat <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://anongit.freedesktop.org/drm/drm-misc | ||
|
@@ -6511,8 +6517,8 @@ F: drivers/gpu/drm/sti | |
|
||
DRM DRIVERS FOR STM | ||
M: Yannick Fertre <[email protected]> | ||
M: Raphael Gallais-Pou <[email protected]> | ||
M: Philippe Cornu <[email protected]> | ||
M: Benjamin Gaignard <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://anongit.freedesktop.org/drm/drm-misc | ||
|
@@ -14395,6 +14401,7 @@ M: Rob Herring <[email protected]> | |
M: Frank Rowand <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
C: irc://irc.libera.chat/devicetree | ||
W: http://www.devicetree.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git | ||
F: Documentation/ABI/testing/sysfs-firmware-ofw | ||
|
@@ -14406,6 +14413,7 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS | |
M: Rob Herring <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
C: irc://irc.libera.chat/devicetree | ||
Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git | ||
F: Documentation/devicetree/ | ||
|
@@ -15296,9 +15304,11 @@ PIN CONTROLLER - SAMSUNG | |
M: Tomasz Figa <[email protected]> | ||
M: Krzysztof Kozlowski <[email protected]> | ||
M: Sylwester Nawrocki <[email protected]> | ||
R: Alim Akhtar <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Maintained | ||
C: irc://irc.libera.chat/linux-exynos | ||
Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git | ||
F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt | ||
|
@@ -17095,6 +17105,7 @@ SAMSUNG SOC CLOCK DRIVERS | |
M: Sylwester Nawrocki <[email protected]> | ||
M: Tomasz Figa <[email protected]> | ||
M: Chanwoo Choi <[email protected]> | ||
R: Alim Akhtar <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git | ||
|
@@ -17731,6 +17742,21 @@ S: Maintained | |
W: http://www.winischhofer.at/linuxsisusbvga.shtml | ||
F: drivers/usb/misc/sisusbvga/ | ||
|
||
SL28 CPLD MFD DRIVER | ||
M: Michael Walle <[email protected]> | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml | ||
F: Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml | ||
F: Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml | ||
F: Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml | ||
F: Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml | ||
F: Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml | ||
F: drivers/gpio/gpio-sl28cpld.c | ||
F: drivers/hwmon/sl28cpld-hwmon.c | ||
F: drivers/irqchip/irq-sl28cpld.c | ||
F: drivers/pwm/pwm-sl28cpld.c | ||
F: drivers/watchdog/sl28cpld_wdt.c | ||
|
||
SLAB ALLOCATOR | ||
M: Christoph Lameter <[email protected]> | ||
M: Pekka Enberg <[email protected]> | ||
|
@@ -18447,7 +18473,7 @@ F: Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt | |
F: sound/soc/sti/ | ||
|
||
STI CEC DRIVER | ||
M: Benjamin Gaignard <[email protected]> | ||
M: Alain Volmat <[email protected]> | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/media/stih-cec.txt | ||
F: drivers/media/cec/platform/sti/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
* Author: Fabio Estevam <[email protected]> | ||
*/ | ||
|
||
#include <dt-bindings/gpio/gpio.h> | ||
|
||
/ { | ||
aliases { | ||
backlight = &backlight; | ||
|
@@ -226,6 +228,7 @@ | |
MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059 | ||
MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059 | ||
MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059 | ||
MX6QDL_PAD_SD3_DAT5__GPIO7_IO00 0x1b0b0 | ||
>; | ||
}; | ||
|
||
|
@@ -304,7 +307,7 @@ | |
&usdhc3 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_usdhc3>; | ||
non-removable; | ||
cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>; | ||
status = "okay"; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.