mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 00:18:10 +00:00
No core changes this time. Just new driver code and improvements!
New drivers:
- New driver for the Broadcom BCM4908 SoC.
- New subdriver for Tesla FSD (Full Self Driving) SoC, a
derivative of the Samsung Exynos pin control driver.
- New driver for the Amlogic Meson S4 SoC.
- New driver for the Sunplus SP7021 SoC.
- New driver for the Microsemi Ocelot family ServalT SoC.
- New subdriver for Intel Alder Lake-M SoC.
- New subdriver for Intel Ice Lake-N SoC, including PCH support.
- New subdriver for Renesas R8A779F0 SoC.
- New subdriver for Mediatek MT8186 SoC.
- New subdriver for NXP Freescale i.MX93 SoC.
- New driver for Nuvoton WPCM450 SoC.
- New driver for Qualcomm SC8280XP SoC.
Improvements:
- Wakeup support on Samsung Exynos850 and ExynosAutov9.
- Serious and voluminous maintenance cleanup and refactoring in
the Renesas drivers. Mainly sharing similar data between the
different SoC subdrivers.
- Qualcomm SM8450 EGPIO support.
- Drive strength support on the Mediatek MT8195.
- Add some missing groups and functions to the Ralink RT2880.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAmJBsSwACgkQQRCzN7AZ
XXOoVhAAhHW2FSXB8ud1mdyuN3CswMSiWrZqC8nveznHMcddzsDvZsGsAP8x6fKi
1CgTXDQblA/plpxqORvBDA8Ji9+z9NAilIMds1ZcMbPjpY1l63uD5VhWq7tpPN1H
ALnJAhc4rl1fkJ01U5sTtHJ8xibjpN690ZCrfzNwdLOQAUvXJ22zuyuIcSBFiSMv
ij4E2fejOj0ZN7rzb8xTxcaSWUrj5Kci5Eaq6yi/clKHaOrrV5r/tX9yo7uWF3mi
6UX/1IioougtMF2bhsoodQE5E5XN8Hjm2+VWULxBCsKjI1gKY/NR2GXeaHHJve8B
do3Y45cU+zZSWVo4mmlf/Z3+4npIQlMFe8LvDmBvb3ZopcbapuGiOSzYxT6aZA/z
WtGDDIaECcNF/dJCHwRugAsG5OhT0AYyNblMxsmW+ARoTocMlYPG8Jq4KEmIoIEz
m+UArJEe8asQlk4ebK/e0x2hbywgfN02ILO8OygpXpwsHAyx7pjDk7SABkzrAQLg
vTpI1i7q1hsYyeTm9RXJJd2VTe9fpYLTgjTa5bnqBQNcsyEd5o9QtH/IwARS/NP7
nNlZLUIUsOa782O6N4oT5JGb96a3cMxHv+hAIKcwhxK/54IYrGh+/BAORnfoe0Vo
h6pwKoUVE+L70t0RfmVqYK0EX6zsWSnb1NNNJFM+uLLpfFnx+1U=
=TY4V
-----END PGP SIGNATURE-----
Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control updates from Linus Walleij:
"No core changes this time. Just new driver code and improvements!
New drivers:
- New driver for the Broadcom BCM4908 SoC.
- New subdriver for Tesla FSD (Full Self Driving) SoC, a derivative
of the Samsung Exynos pin control driver.
- New driver for the Amlogic Meson S4 SoC.
- New driver for the Sunplus SP7021 SoC.
- New driver for the Microsemi Ocelot family ServalT SoC.
- New subdriver for Intel Alder Lake-M SoC.
- New subdriver for Intel Ice Lake-N SoC, including PCH support.
- New subdriver for Renesas R8A779F0 SoC.
- New subdriver for Mediatek MT8186 SoC.
- New subdriver for NXP Freescale i.MX93 SoC.
- New driver for Nuvoton WPCM450 SoC.
- New driver for Qualcomm SC8280XP SoC.
Improvements:
- Wakeup support on Samsung Exynos850 and ExynosAutov9.
- Serious and voluminous maintenance cleanup and refactoring in the
Renesas drivers. Mainly sharing similar data between the different
SoC subdrivers.
- Qualcomm SM8450 EGPIO support.
- Drive strength support on the Mediatek MT8195.
- Add some missing groups and functions to the Ralink RT2880"
* tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (188 commits)
pinctrl: mediatek: common-v1: fix semicolon.cocci warnings
pinctrl: nuvoton: wpcm450: Fix build error without OF
pinctrl: qcom-pmic-gpio: Add support for pm8450
dt-bindings: pinctrl: aspeed: Update gfx node in example
dt-bindings: pinctrl: rt2880: add missing pin groups and functions
pinctrl: ingenic: Fix regmap on X series SoCs
pinctrl: nuvoton: Fix return value check in wpcm450_gpio_register()
pinctrl: nuvoton: wpcm450: off by one in wpcm450_gpio_register()
pinctrl: nuvoton: wpcm450: select GENERIC_PINCTRL_GROUPS
pinctrl: nuvoton: Fix sparse warning
pinctrl: mediatek: mt8186: Account for probe refactoring
pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callback
pinctrl: mediatek: common-v1: Commonize spec_pupd callback
pinctrl: mediatek: common-v1: Use common probe function
pinctrl: mediatek: common-v1: Add common probe function
pinctrl: mediatek: paris: Unify probe function by using OF match data
pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe
pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe
pinctrl: berlin: fix error return code of berlin_pinctrl_build_state()
pinctrl: qcom: Introduce sc8280xp TLMM driver
...
217 lines
6.3 KiB
Plaintext
217 lines
6.3 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Broadcom pinctrl drivers
|
|
#
|
|
|
|
config PINCTRL_BCM281XX
|
|
bool "Broadcom BCM281xx pinctrl driver"
|
|
depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST)
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select REGMAP_MMIO
|
|
default ARCH_BCM_MOBILE
|
|
help
|
|
Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
|
|
for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,
|
|
BCM28145, and BCM28155 SoCs. This driver requires the pinctrl
|
|
framework. GPIO is provided by a separate GPIO driver.
|
|
|
|
config PINCTRL_BCM2835
|
|
tristate "Broadcom BCM2835 GPIO (with PINCONF) driver"
|
|
depends on OF && (ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST)
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB
|
|
select GPIOLIB_IRQCHIP
|
|
default ARCH_BCM2835 || ARCH_BRCMSTB
|
|
help
|
|
Say Y here to enable the Broadcom BCM2835 GPIO driver.
|
|
|
|
config PINCTRL_BCM4908
|
|
tristate "Broadcom BCM4908 pinmux driver"
|
|
depends on OF && (ARCH_BCM4908 || COMPILE_TEST)
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
default ARCH_BCM4908
|
|
help
|
|
Driver for BCM4908 family SoCs with integrated pin controller.
|
|
|
|
If compiled as module it will be called pinctrl-bcm4908.
|
|
|
|
config PINCTRL_BCM63XX
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB
|
|
select REGMAP
|
|
select GPIO_REGMAP
|
|
|
|
config PINCTRL_BCM6318
|
|
bool "Broadcom BCM6318 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM6318 GPIO driver.
|
|
|
|
config PINCTRL_BCM6328
|
|
bool "Broadcom BCM6328 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM6328 GPIO driver.
|
|
|
|
config PINCTRL_BCM6358
|
|
bool "Broadcom BCM6358 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM6358 GPIO driver.
|
|
|
|
config PINCTRL_BCM6362
|
|
bool "Broadcom BCM6362 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM6362 GPIO driver.
|
|
|
|
config PINCTRL_BCM6368
|
|
bool "Broadcom BCM6368 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM6368 GPIO driver.
|
|
|
|
config PINCTRL_BCM63268
|
|
bool "Broadcom BCM63268 GPIO driver"
|
|
depends on (BMIPS_GENERIC || COMPILE_TEST)
|
|
depends on OF
|
|
select PINCTRL_BCM63XX
|
|
default BMIPS_GENERIC
|
|
help
|
|
Say Y here to enable the Broadcom BCM63268 GPIO driver.
|
|
|
|
config PINCTRL_IPROC_GPIO
|
|
bool "Broadcom iProc GPIO (with PINCONF) driver"
|
|
depends on OF_GPIO && (ARCH_BCM_IPROC || COMPILE_TEST)
|
|
select GPIOLIB_IRQCHIP
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
default ARCH_BCM_IPROC
|
|
help
|
|
Say yes here to enable the Broadcom iProc GPIO driver.
|
|
|
|
The Broadcom iProc based SoCs- Cygnus, NS2, NSP and Stingray, use
|
|
same GPIO Controller IP hence this driver could be used for all.
|
|
|
|
The Broadcom Cygnus SoC has 3 GPIO controllers including the ASIU
|
|
GPIO controller (ASIU), the chipCommonG GPIO controller (CCM), and
|
|
the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
|
|
supported by this driver.
|
|
|
|
The Broadcom NSP has two GPIO controllers including the ChipcommonA
|
|
GPIO, the ChipcommonB GPIO. Later controller is supported by this
|
|
driver.
|
|
|
|
The Broadcom NS2 has two GPIO controller including the CRMU GPIO,
|
|
the ChipcommonG GPIO. Both controllers are supported by this driver.
|
|
|
|
The Broadcom Stingray GPIO controllers are supported by this driver.
|
|
|
|
All above SoCs GPIO controllers support basic PINCONF functions such
|
|
as bias pull up, pull down, and drive strength configurations, when
|
|
these pins are muxed to GPIO.
|
|
|
|
It provides the framework where pins from the individual GPIO can be
|
|
individually muxed to GPIO function, through interaction with the
|
|
SoCs IOMUX controller. This features could be used only on SoCs which
|
|
support individual pin muxing.
|
|
|
|
config PINCTRL_CYGNUS_MUX
|
|
bool "Broadcom Cygnus IOMUX driver"
|
|
depends on (ARCH_BCM_CYGNUS || COMPILE_TEST)
|
|
depends on OF
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
default ARCH_BCM_CYGNUS
|
|
help
|
|
Say yes here to enable the Broadcom Cygnus IOMUX driver.
|
|
|
|
The Broadcom Cygnus IOMUX driver supports group based IOMUX
|
|
configuration, with the exception that certain individual pins
|
|
can be overridden to GPIO function
|
|
|
|
config PINCTRL_NS
|
|
bool "Broadcom Northstar pins driver"
|
|
depends on OF && (ARCH_BCM_5301X || COMPILE_TEST)
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
default ARCH_BCM_5301X
|
|
help
|
|
Say yes here to enable the Broadcom NS SoC pins driver.
|
|
|
|
The Broadcom Northstar pins driver supports muxing multi-purpose pins
|
|
that can be used for various functions (e.g. SPI, I2C, UART) as well
|
|
as GPIOs.
|
|
|
|
config PINCTRL_NSP_GPIO
|
|
bool "Broadcom NSP GPIO (with PINCONF) driver"
|
|
depends on OF_GPIO && (ARCH_BCM_NSP || COMPILE_TEST)
|
|
select GPIOLIB_IRQCHIP
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
default ARCH_BCM_NSP
|
|
help
|
|
Say yes here to enable the Broadcom NSP GPIO driver.
|
|
|
|
The Broadcom Northstar Plus SoC ChipcommonA GPIO controller is
|
|
supported by this driver.
|
|
|
|
The ChipcommonA GPIO controller support basic PINCONF functions such
|
|
as bias pull up, pull down, and drive strength configurations, when
|
|
these pins are muxed to GPIO.
|
|
|
|
config PINCTRL_NS2_MUX
|
|
bool "Broadcom Northstar2 pinmux driver"
|
|
depends on OF
|
|
depends on ARCH_BCM_IPROC || COMPILE_TEST
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
default ARM64 && ARCH_BCM_IPROC
|
|
help
|
|
Say yes here to enable the Broadcom NS2 MUX driver.
|
|
|
|
The Broadcom Northstar2 IOMUX driver supports group based IOMUX
|
|
configuration.
|
|
|
|
config PINCTRL_NSP_MUX
|
|
bool "Broadcom NSP IOMUX driver"
|
|
depends on (ARCH_BCM_NSP || COMPILE_TEST)
|
|
depends on OF
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
default ARCH_BCM_NSP
|
|
help
|
|
Say yes here to enable the Broadcom NSP SOC IOMUX driver.
|
|
|
|
The Broadcom Northstar Plus IOMUX driver supports pin based IOMUX
|
|
configuration, with certain individual pins can be overridden
|
|
to GPIO function.
|