mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 04:57:54 +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 ...
199 lines
6.0 KiB
C
199 lines
6.0 KiB
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Driver for the NVIDIA Tegra pinmux
|
|
*
|
|
* Copyright (c) 2011, NVIDIA CORPORATION. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __PINMUX_TEGRA_H__
|
|
#define __PINMUX_TEGRA_H__
|
|
|
|
struct tegra_pmx {
|
|
struct device *dev;
|
|
struct pinctrl_dev *pctl;
|
|
|
|
const struct tegra_pinctrl_soc_data *soc;
|
|
const char **group_pins;
|
|
|
|
int nbanks;
|
|
void __iomem **regs;
|
|
};
|
|
|
|
enum tegra_pinconf_param {
|
|
/* argument: tegra_pinconf_pull */
|
|
TEGRA_PINCONF_PARAM_PULL,
|
|
/* argument: tegra_pinconf_tristate */
|
|
TEGRA_PINCONF_PARAM_TRISTATE,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_ENABLE_INPUT,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_OPEN_DRAIN,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_LOCK,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_IORESET,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_RCV_SEL,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_HIGH_SPEED_MODE,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_SCHMITT,
|
|
/* argument: Boolean */
|
|
TEGRA_PINCONF_PARAM_LOW_POWER_MODE,
|
|
/* argument: Integer, range is HW-dependant */
|
|
TEGRA_PINCONF_PARAM_DRIVE_DOWN_STRENGTH,
|
|
/* argument: Integer, range is HW-dependant */
|
|
TEGRA_PINCONF_PARAM_DRIVE_UP_STRENGTH,
|
|
/* argument: Integer, range is HW-dependant */
|
|
TEGRA_PINCONF_PARAM_SLEW_RATE_FALLING,
|
|
/* argument: Integer, range is HW-dependant */
|
|
TEGRA_PINCONF_PARAM_SLEW_RATE_RISING,
|
|
/* argument: Integer, range is HW-dependant */
|
|
TEGRA_PINCONF_PARAM_DRIVE_TYPE,
|
|
};
|
|
|
|
enum tegra_pinconf_pull {
|
|
TEGRA_PINCONFIG_PULL_NONE,
|
|
TEGRA_PINCONFIG_PULL_DOWN,
|
|
TEGRA_PINCONFIG_PULL_UP,
|
|
};
|
|
|
|
enum tegra_pinconf_tristate {
|
|
TEGRA_PINCONFIG_DRIVEN,
|
|
TEGRA_PINCONFIG_TRISTATE,
|
|
};
|
|
|
|
#define TEGRA_PINCONF_PACK(_param_, _arg_) ((_param_) << 16 | (_arg_))
|
|
#define TEGRA_PINCONF_UNPACK_PARAM(_conf_) ((_conf_) >> 16)
|
|
#define TEGRA_PINCONF_UNPACK_ARG(_conf_) ((_conf_) & 0xffff)
|
|
|
|
/**
|
|
* struct tegra_function - Tegra pinctrl mux function
|
|
* @name: The name of the function, exported to pinctrl core.
|
|
* @groups: An array of pin groups that may select this function.
|
|
* @ngroups: The number of entries in @groups.
|
|
*/
|
|
struct tegra_function {
|
|
const char *name;
|
|
const char **groups;
|
|
unsigned ngroups;
|
|
};
|
|
|
|
/**
|
|
* struct tegra_pingroup - Tegra pin group
|
|
* @name The name of the pin group.
|
|
* @pins An array of pin IDs included in this pin group.
|
|
* @npins The number of entries in @pins.
|
|
* @funcs The mux functions which can be muxed onto this group.
|
|
* @mux_reg: Mux register offset.
|
|
* This register contains the mux, einput, odrain, lock,
|
|
* ioreset, rcv_sel parameters.
|
|
* @mux_bank: Mux register bank.
|
|
* @mux_bit: Mux register bit.
|
|
* @pupd_reg: Pull-up/down register offset.
|
|
* @pupd_bank: Pull-up/down register bank.
|
|
* @pupd_bit: Pull-up/down register bit.
|
|
* @tri_reg: Tri-state register offset.
|
|
* @tri_bank: Tri-state register bank.
|
|
* @tri_bit: Tri-state register bit.
|
|
* @einput_bit: Enable-input register bit.
|
|
* @odrain_bit: Open-drain register bit.
|
|
* @lock_bit: Lock register bit.
|
|
* @ioreset_bit: IO reset register bit.
|
|
* @rcv_sel_bit: Receiver select bit.
|
|
* @drv_reg: Drive fields register offset.
|
|
* This register contains hsm, schmitt, lpmd, drvdn,
|
|
* drvup, slwr, slwf, and drvtype parameters.
|
|
* @drv_bank: Drive fields register bank.
|
|
* @hsm_bit: High Speed Mode register bit.
|
|
* @schmitt_bit: Scmitt register bit.
|
|
* @lpmd_bit: Low Power Mode register bit.
|
|
* @drvdn_bit: Drive Down register bit.
|
|
* @drvdn_width: Drive Down field width.
|
|
* @drvup_bit: Drive Up register bit.
|
|
* @drvup_width: Drive Up field width.
|
|
* @slwr_bit: Slew Rising register bit.
|
|
* @slwr_width: Slew Rising field width.
|
|
* @slwf_bit: Slew Falling register bit.
|
|
* @slwf_width: Slew Falling field width.
|
|
* @drvtype_bit: Drive type register bit.
|
|
* @parked_bitmask: Parked register mask. 0 if unsupported.
|
|
*
|
|
* -1 in a *_reg field means that feature is unsupported for this group.
|
|
* *_bank and *_reg values are irrelevant when *_reg is -1.
|
|
* When *_reg is valid, *_bit may be -1 to indicate an unsupported feature.
|
|
*
|
|
* A representation of a group of pins (possibly just one pin) in the Tegra
|
|
* pin controller. Each group allows some parameter or parameters to be
|
|
* configured. The most common is mux function selection. Many others exist
|
|
* such as pull-up/down, tri-state, etc. Tegra's pin controller is complex;
|
|
* certain groups may only support configuring certain parameters, hence
|
|
* each parameter is optional.
|
|
*/
|
|
struct tegra_pingroup {
|
|
const char *name;
|
|
const unsigned *pins;
|
|
u8 npins;
|
|
u8 funcs[4];
|
|
s32 mux_reg;
|
|
s32 pupd_reg;
|
|
s32 tri_reg;
|
|
s32 drv_reg;
|
|
u32 mux_bank:2;
|
|
u32 pupd_bank:2;
|
|
u32 tri_bank:2;
|
|
u32 drv_bank:2;
|
|
s32 mux_bit:6;
|
|
s32 pupd_bit:6;
|
|
s32 tri_bit:6;
|
|
s32 einput_bit:6;
|
|
s32 odrain_bit:6;
|
|
s32 lock_bit:6;
|
|
s32 ioreset_bit:6;
|
|
s32 rcv_sel_bit:6;
|
|
s32 hsm_bit:6;
|
|
s32 schmitt_bit:6;
|
|
s32 lpmd_bit:6;
|
|
s32 drvdn_bit:6;
|
|
s32 drvup_bit:6;
|
|
s32 slwr_bit:6;
|
|
s32 slwf_bit:6;
|
|
s32 drvtype_bit:6;
|
|
s32 drvdn_width:6;
|
|
s32 drvup_width:6;
|
|
s32 slwr_width:6;
|
|
s32 slwf_width:6;
|
|
u32 parked_bitmask;
|
|
};
|
|
|
|
/**
|
|
* struct tegra_pinctrl_soc_data - Tegra pin controller driver configuration
|
|
* @ngpios: The number of GPIO pins the pin controller HW affects.
|
|
* @pins: An array describing all pins the pin controller affects.
|
|
* All pins which are also GPIOs must be listed first within the
|
|
* array, and be numbered identically to the GPIO controller's
|
|
* numbering.
|
|
* @npins: The numbmer of entries in @pins.
|
|
* @functions: An array describing all mux functions the SoC supports.
|
|
* @nfunctions: The numbmer of entries in @functions.
|
|
* @groups: An array describing all pin groups the pin SoC supports.
|
|
* @ngroups: The numbmer of entries in @groups.
|
|
*/
|
|
struct tegra_pinctrl_soc_data {
|
|
unsigned ngpios;
|
|
const char *gpio_compatible;
|
|
const struct pinctrl_pin_desc *pins;
|
|
unsigned npins;
|
|
struct tegra_function *functions;
|
|
unsigned nfunctions;
|
|
const struct tegra_pingroup *groups;
|
|
unsigned ngroups;
|
|
bool hsm_in_mux;
|
|
bool schmitt_in_mux;
|
|
bool drvtype_in_mux;
|
|
};
|
|
|
|
int tegra_pinctrl_probe(struct platform_device *pdev,
|
|
const struct tegra_pinctrl_soc_data *soc_data);
|
|
#endif
|