mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
43c95d3694
cycle: Core changes: - Device links can optionally be added between a pin control producer and its consumers. This will affect how the system power management is handled: a pin controller will not suspend before all of its consumers have been suspended. This was necessary for the ST Microelectronics STMFX expander and need to be tested on other systems as well: it makes sense to make this default in the long run. Right now it is opt-in per driver. - Drive strength can be specified in microamps. With decreases in silicon technology, milliamps isn't granular enough, let's make it possible to select drive strengths in microamps. Right now the Meson (AMlogic) driver needs this. New drivers: - New subdriver for the Tegra 194 SoC. - New subdriver for the Qualcomm SDM845. - New subdriver for the Qualcomm SM8150. - New subdriver for the Freescale i.MX8MN (Freescale is now a product line of NXP). - New subdriver for Marvell MV98DX1135. Driver improvements: - The Bitmain BM1880 driver now supports pin config in addition to muxing. - The Qualcomm drivers can now reserve some GPIOs as taken aside and not usable for users. This is used in ACPI systems to take out some GPIO lines used by the BIOS so that noone else (neither kernel nor userspace) will play with them by mistake and crash the machine. - A slew of refurbishing around the Aspeed drivers (board management controllers for servers) in preparation for the new Aspeed AST2600 SoC. - A slew of improvements over the SH PFC drivers as usual. - Misc cleanups and fixes. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEElDRnuGcz/wPCXQWMQRCzN7AZXXMFAl0oTPcACgkQQRCzN7AZ XXNTsw//aNPfkJS8gRszv58G56lyuO8h6Cq4m5eDpzhlpjx5qjELgi9h2UNGINqD 7CWxo35ufbKe0fDIcqpXmtuDMtSu6MuKT3SMepuw9uf9wxyndK4RIuyb0lpAJrx2 +NMPxzS+ARlrMmcfvXPRyPWHqAkXsQk6zcCgiuNCPtROkOZgs1YZ3+pemZw2/FMq gSLTO/95p0TPWr6YAlpByqfsA1A/onEm9HOiU2INV7DrAfUj7mnkuC1nZ4IJDFcv Gn6qQVQPah+MBzkwt4WXy5kDRozCIbg7x+FQBw3KAO23TrLDTFuNsYIWGFcP2CN2 eT8iSP3cWrXNUuEgcPD59aO07rhFooT+QBQFt2ih1dJCV1u/795wb57nxSh1YDcO M2tG+AW2EZky65FXwhLW2rq3LvmTM4kiEz3mA/DrcOAKvvQllK+6FKEhNy0StstP yvvlqoXdgH3sfOnWTAyHr35qA/pMuGEXSryWTJPqpflCvZ3wxNk+IV5nyPAtfaFz CK7U0Ya7NaEp/5ZlpE720apJ4uSqmRrLwk5Y1eKQvT46mGOk3rC9ZPIMXc8mB10/ mJ9mTubi1t4uIPnBl/T1T7f8QhNtr9hOY6wjLf1LoMeJ1XVNBqA+2uydOlBJ1iop RQ7y/Jl1SZ/gBzKCmvjPHT2+0Oui9oXGd9bQi0xQKO5Lus/nAIg= =Wdw1 -----END PGP SIGNATURE----- Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl Pull pin control updates from Linus Walleij: "This is the bulk of pin control changes for the v5.3 kernel cycle: Core changes: - Device links can optionally be added between a pin control producer and its consumers. This will affect how the system power management is handled: a pin controller will not suspend before all of its consumers have been suspended. This was necessary for the ST Microelectronics STMFX expander and need to be tested on other systems as well: it makes sense to make this default in the long run. Right now it is opt-in per driver. - Drive strength can be specified in microamps. With decreases in silicon technology, milliamps isn't granular enough, let's make it possible to select drive strengths in microamps. Right now the Meson (AMlogic) driver needs this. New drivers: - New subdriver for the Tegra 194 SoC. - New subdriver for the Qualcomm SDM845. - New subdriver for the Qualcomm SM8150. - New subdriver for the Freescale i.MX8MN (Freescale is now a product line of NXP). - New subdriver for Marvell MV98DX1135. Driver improvements: - The Bitmain BM1880 driver now supports pin config in addition to muxing. - The Qualcomm drivers can now reserve some GPIOs as taken aside and not usable for users. This is used in ACPI systems to take out some GPIO lines used by the BIOS so that noone else (neither kernel nor userspace) will play with them by mistake and crash the machine. - A slew of refurbishing around the Aspeed drivers (board management controllers for servers) in preparation for the new Aspeed AST2600 SoC. - A slew of improvements over the SH PFC drivers as usual. - Misc cleanups and fixes" * tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (106 commits) pinctrl: aspeed: Strip moved macros and structs from private header pinctrl: aspeed: Fix missed include pinctrl: baytrail: Use GENMASK() consistently pinctrl: baytrail: Re-use data structures from pinctrl-intel.h pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux() pinctrl: qcom: Add SM8150 pinctrl driver dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding dt-bindings: pinctrl: qcom: Document missing gpio nodes pinctrl: aspeed: Add implementation-related documentation pinctrl: aspeed: Split out pinmux from general pinctrl pinctrl: aspeed: Clarify comment about strapping W1C pinctrl: aspeed: Correct comment that is no longer true MAINTAINERS: Add entry for ASPEED pinctrl drivers dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema dt-bindings: pinctrl: aspeed: Split bindings document in two pinctrl: qcom: Add irq_enable callback for msm gpio pinctrl: madera: Fixup SPDX headers pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard pinctrl: tegra: Add bitmask support for parked bits ...
180 lines
3.7 KiB
Plaintext
180 lines
3.7 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config PINCTRL_IMX
|
|
bool
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
select GENERIC_PINCONF
|
|
select REGMAP
|
|
|
|
config PINCTRL_IMX_SCU
|
|
bool
|
|
depends on IMX_SCU
|
|
select PINCTRL_IMX
|
|
|
|
config PINCTRL_IMX1_CORE
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
|
|
config PINCTRL_IMX1
|
|
bool "IMX1 pinctrl driver"
|
|
depends on SOC_IMX1
|
|
select PINCTRL_IMX1_CORE
|
|
help
|
|
Say Y here to enable the imx1 pinctrl driver
|
|
|
|
config PINCTRL_IMX21
|
|
bool "i.MX21 pinctrl driver"
|
|
depends on SOC_IMX21
|
|
select PINCTRL_IMX1_CORE
|
|
help
|
|
Say Y here to enable the i.MX21 pinctrl driver
|
|
|
|
config PINCTRL_IMX27
|
|
bool "IMX27 pinctrl driver"
|
|
depends on SOC_IMX27
|
|
select PINCTRL_IMX1_CORE
|
|
help
|
|
Say Y here to enable the imx27 pinctrl driver
|
|
|
|
|
|
config PINCTRL_IMX25
|
|
bool "IMX25 pinctrl driver"
|
|
depends on OF
|
|
depends on SOC_IMX25
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx25 pinctrl driver
|
|
|
|
config PINCTRL_IMX35
|
|
bool "IMX35 pinctrl driver"
|
|
depends on SOC_IMX35
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx35 pinctrl driver
|
|
|
|
config PINCTRL_IMX50
|
|
bool "IMX50 pinctrl driver"
|
|
depends on SOC_IMX50
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx50 pinctrl driver
|
|
|
|
config PINCTRL_IMX51
|
|
bool "IMX51 pinctrl driver"
|
|
depends on SOC_IMX51
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx51 pinctrl driver
|
|
|
|
config PINCTRL_IMX53
|
|
bool "IMX53 pinctrl driver"
|
|
depends on SOC_IMX53
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx53 pinctrl driver
|
|
|
|
config PINCTRL_IMX6Q
|
|
bool "IMX6Q/DL pinctrl driver"
|
|
depends on SOC_IMX6Q
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx6q/dl pinctrl driver
|
|
|
|
config PINCTRL_IMX6SL
|
|
bool "IMX6SL pinctrl driver"
|
|
depends on SOC_IMX6SL
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx6sl pinctrl driver
|
|
|
|
config PINCTRL_IMX6SLL
|
|
bool "IMX6SLL pinctrl driver"
|
|
depends on SOC_IMX6SLL
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx6sll pinctrl driver
|
|
|
|
config PINCTRL_IMX6SX
|
|
bool "IMX6SX pinctrl driver"
|
|
depends on SOC_IMX6SX
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx6sx pinctrl driver
|
|
|
|
config PINCTRL_IMX6UL
|
|
bool "IMX6UL pinctrl driver"
|
|
depends on SOC_IMX6UL
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx6ul pinctrl driver
|
|
|
|
config PINCTRL_IMX7D
|
|
bool "IMX7D pinctrl driver"
|
|
depends on SOC_IMX7D
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx7d pinctrl driver
|
|
|
|
config PINCTRL_IMX7ULP
|
|
bool "IMX7ULP pinctrl driver"
|
|
depends on SOC_IMX7ULP
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx7ulp pinctrl driver
|
|
|
|
config PINCTRL_IMX8MM
|
|
bool "IMX8MM pinctrl driver"
|
|
depends on ARCH_MXC && ARM64
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx8mm pinctrl driver
|
|
|
|
config PINCTRL_IMX8MN
|
|
bool "IMX8MN pinctrl driver"
|
|
depends on ARCH_MXC && ARM64
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx8mn pinctrl driver
|
|
|
|
config PINCTRL_IMX8MQ
|
|
bool "IMX8MQ pinctrl driver"
|
|
depends on ARCH_MXC && ARM64
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the imx8mq pinctrl driver
|
|
|
|
config PINCTRL_IMX8QM
|
|
bool "IMX8QM pinctrl driver"
|
|
depends on IMX_SCU && ARCH_MXC && ARM64
|
|
select PINCTRL_IMX_SCU
|
|
help
|
|
Say Y here to enable the imx8qm pinctrl driver
|
|
|
|
config PINCTRL_IMX8QXP
|
|
bool "IMX8QXP pinctrl driver"
|
|
depends on IMX_SCU && ARCH_MXC && ARM64
|
|
select PINCTRL_IMX_SCU
|
|
help
|
|
Say Y here to enable the imx8qxp pinctrl driver
|
|
|
|
config PINCTRL_VF610
|
|
bool "Freescale Vybrid VF610 pinctrl driver"
|
|
depends on SOC_VF610
|
|
select PINCTRL_IMX
|
|
help
|
|
Say Y here to enable the Freescale Vybrid VF610 pinctrl driver
|
|
|
|
config PINCTRL_MXS
|
|
bool
|
|
select PINMUX
|
|
select PINCONF
|
|
|
|
config PINCTRL_IMX23
|
|
bool
|
|
select PINCTRL_MXS
|
|
|
|
config PINCTRL_IMX28
|
|
bool
|
|
select PINCTRL_MXS
|