mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Merge branch 'pinctrl-qcom/for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/pinctrl/qcom,maili-tlmm.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Qualcomm Technologies, Inc. Maili TLMM block
|
||||
|
||||
maintainers:
|
||||
- Jingyi Wang <jingyi.wang@oss.qualcomm.com>
|
||||
|
||||
description:
|
||||
Top Level Mode Multiplexer pin controller in Qualcomm Maili SoC.
|
||||
|
||||
allOf:
|
||||
- $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,maili-tlmm
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
interrupts:
|
||||
maxItems: 1
|
||||
|
||||
gpio-reserved-ranges:
|
||||
minItems: 1
|
||||
maxItems: 113
|
||||
|
||||
gpio-line-names:
|
||||
maxItems: 226
|
||||
|
||||
patternProperties:
|
||||
"-state$":
|
||||
oneOf:
|
||||
- $ref: "#/$defs/qcom-maili-tlmm-state"
|
||||
- patternProperties:
|
||||
"-pins$":
|
||||
$ref: "#/$defs/qcom-maili-tlmm-state"
|
||||
additionalProperties: false
|
||||
|
||||
$defs:
|
||||
qcom-maili-tlmm-state:
|
||||
type: object
|
||||
description:
|
||||
Pinctrl node's client devices use subnodes for desired pin configuration.
|
||||
Client device subnodes use below standard properties.
|
||||
$ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
|
||||
unevaluatedProperties: false
|
||||
|
||||
properties:
|
||||
pins:
|
||||
description:
|
||||
List of gpio pins affected by the properties specified in this
|
||||
subnode.
|
||||
items:
|
||||
oneOf:
|
||||
- pattern: "^gpio([0-9]|[1-9][0-9]|1[0-9][0-9]|20[0-9]|21[0-9]|22[0-5])$"
|
||||
- enum: [ ufs_reset, sdc2_clk, sdc2_cmd, sdc2_data ]
|
||||
minItems: 1
|
||||
maxItems: 36
|
||||
|
||||
function:
|
||||
description:
|
||||
Specify the alternative function to be configured for the specified
|
||||
pins.
|
||||
enum: [ gpio, aoss_cti, atest_char, atest_usb, audio_ext_mclk,
|
||||
audio_ref_clk, cam_mclk, cci_async_in, cci_i2c0, cci_i2c1,
|
||||
cci_i2c2, cci_i2c3, cci_timer, coex_espmi, coex_uart1_rx,
|
||||
coex_uart1_tx, dbg_out_clk, ddr_bist, ddr_pxi, dp_hot, egpio,
|
||||
gcc_gp, gnss_adc, host2wlan_sol, host_rst, i2chub0_se0,
|
||||
i2chub0_se1, i2chub0_se2, i2chub0_se3, i2chub0_se4, i2s0, i2s1,
|
||||
ibi_i3c, ibi_i3c_qup5_se0, jitter_bist, mdp_esync0, mdp_esync1,
|
||||
mdp_esync2, mdp_vsync, mdp_vsync_e, mdp_vsync_p, mdp_vsync0_out,
|
||||
mdp_vsync1_out, mdp_vsync2_out, mdp_vsync3_out, mdp_vsync5_out,
|
||||
modem_pps_in, modem_pps_out, nav_gpio, nav_gpio0, nav_gpio3,
|
||||
nav_rffe, pcie0_clk_req_n, pcie1_clk_req_n, pcie1_rst_n,
|
||||
phase_flag, pll_bist_sync, pll_clk_aux, qdss_cti, qlink, qspi,
|
||||
qspi_clk, qspi_cs, qup1_se0, qup1_se1, qup1_se2, qup1_se3,
|
||||
qup1_se4, qup1_se5, qup1_se6, qup1_se7, qup2_se0, qup2_se1,
|
||||
qup2_se2, qup2_se3, qup2_se4_01, qup2_se4_23, qup3_se0,
|
||||
qup3_se1, qup3_se2, qup3_se3, qup3_se4, qup3_se5, qup4_se0,
|
||||
qup4_se1, qup4_se2, qup4_se3_01, qup4_se3_23, qup4_se3_l3,
|
||||
qup4_se4_01, qup4_se4_23, qup4_se4_l3, qup5_se0, rng_rosc,
|
||||
sd_write_protect, sdc2_clk, sdc2_cmd, sdc2_data, sdc2_rclk,
|
||||
sdc4_clk, sdc4_cmd, sdc4_data, sys_throttle, tb_trig_sdc,
|
||||
tmess_rng, tsense_clm, tsense_pwm, uim0, uim1, usb0_hs, usb_phy,
|
||||
vfr, vsense_trigger_mirnat, wcn_sw ]
|
||||
|
||||
required:
|
||||
- pins
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
|
||||
unevaluatedProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
|
||||
tlmm: pinctrl@f100000 {
|
||||
compatible = "qcom,maili-tlmm";
|
||||
reg = <0x0f100000 0x300000>;
|
||||
interrupts = <GIC_ESPI 272 IRQ_TYPE_LEVEL_HIGH>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&tlmm 0 0 227>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
qup-uart7-state {
|
||||
pins = "gpio62", "gpio63";
|
||||
function = "qup1_se7";
|
||||
};
|
||||
};
|
||||
...
|
||||
@@ -15,9 +15,12 @@ description:
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,milos-lpass-lpi-pinctrl
|
||||
enum:
|
||||
- qcom,eliza-lpass-lpi-pinctrl
|
||||
- qcom,milos-lpass-lpi-pinctrl
|
||||
|
||||
reg:
|
||||
minItems: 1
|
||||
items:
|
||||
- description: LPASS LPI TLMM Control and Status registers
|
||||
- description: LPASS LPI MCC registers
|
||||
@@ -74,6 +77,19 @@ $defs:
|
||||
allOf:
|
||||
- $ref: qcom,lpass-lpi-common.yaml#
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,eliza-lpass-lpi-pinctrl
|
||||
then:
|
||||
properties:
|
||||
reg:
|
||||
maxItems: 1
|
||||
else:
|
||||
properties:
|
||||
reg:
|
||||
minItems: 2
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
|
||||
@@ -62,6 +62,7 @@ properties:
|
||||
- qcom,pmc8380-gpio
|
||||
- qcom,pmcx0102-gpio
|
||||
- qcom,pmd8028-gpio
|
||||
- qcom,pmg1110-gpio
|
||||
- qcom,pmh0101-gpio
|
||||
- qcom,pmh0104-gpio
|
||||
- qcom,pmh0110-gpio
|
||||
@@ -155,6 +156,7 @@ allOf:
|
||||
- qcom,pm8450-gpio
|
||||
- qcom,pm8916-gpio
|
||||
- qcom,pmd8028-gpio
|
||||
- qcom,pmg1110-gpio
|
||||
- qcom,pmk8350-gpio
|
||||
- qcom,pmr735a-gpio
|
||||
- qcom,pmr735b-gpio
|
||||
@@ -496,6 +498,7 @@ $defs:
|
||||
- gpio1-gpio22 for pma8084
|
||||
- gpio1-gpio14 for pmcx0102
|
||||
- gpio1-gpio4 for pmd8028
|
||||
- gpio1-gpio4 for pmg1110
|
||||
- gpio1-gpio18 for pmh0101
|
||||
- gpio1-gpio8 for pmh0104
|
||||
- gpio1-gpio14 for pmh0110
|
||||
|
||||
@@ -153,6 +153,16 @@ config PINCTRL_KAANAPALI
|
||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||
Technologies Inc Kaanapali platform.
|
||||
|
||||
config PINCTRL_MAILI
|
||||
tristate "Qualcomm Technologies Inc Maili pin controller driver"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||
Qualcomm Technologies Inc TLMM block found on the Maili platform.
|
||||
Say Y here to compile statically, or M here to compile it as a module.
|
||||
If unsure, say N.
|
||||
|
||||
config PINCTRL_MSM8226
|
||||
tristate "Qualcomm 8226 pin controller driver"
|
||||
depends on ARM || COMPILE_TEST
|
||||
|
||||
@@ -17,6 +17,7 @@ obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o
|
||||
obj-$(CONFIG_PINCTRL_IPQ9574) += pinctrl-ipq9574.o
|
||||
obj-$(CONFIG_PINCTRL_IPQ9650) += pinctrl-ipq9650.o
|
||||
obj-$(CONFIG_PINCTRL_KAANAPALI) += pinctrl-kaanapali.o
|
||||
obj-$(CONFIG_PINCTRL_MAILI) += pinctrl-maili.o
|
||||
obj-$(CONFIG_PINCTRL_MSM8226) += pinctrl-msm8226.o
|
||||
obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o
|
||||
obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -148,6 +148,33 @@ static const struct lpi_pingroup milos_groups[] = {
|
||||
LPI_PINGROUP(22, LPI_NO_SLEW, i2s3_data, dmic4_data, ext_mclk1_e, _),
|
||||
};
|
||||
|
||||
static const struct lpi_pingroup eliza_groups[] = {
|
||||
LPI_PINGROUP(0, 11, swr_tx_clk, i2s0_clk, _, _),
|
||||
LPI_PINGROUP(1, 11, swr_tx_data, i2s0_ws, _, _),
|
||||
LPI_PINGROUP(2, 11, swr_tx_data, i2s0_data, _, _),
|
||||
LPI_PINGROUP(3, 11, swr_rx_clk, i2s0_data, _, _),
|
||||
LPI_PINGROUP(4, 11, swr_rx_data, i2s0_data, _, _),
|
||||
LPI_PINGROUP(5, 11, swr_rx_data, ext_mclk1_c, i2s0_data, _),
|
||||
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
|
||||
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
|
||||
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
|
||||
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
|
||||
LPI_PINGROUP(10, 11, wsa_swr_clk, i2s2_clk, _, _),
|
||||
LPI_PINGROUP(11, 11, wsa_swr_data, i2s2_ws, _, _),
|
||||
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
|
||||
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, ext_mclk1_a, _),
|
||||
LPI_PINGROUP(14, 11, swr_tx_data, ext_mclk1_d, _, _),
|
||||
/* gpio15 - gpio18 do not really exist */
|
||||
LPI_PINGROUP(15, 11, _, _, _, _),
|
||||
LPI_PINGROUP(16, 11, _, _, _, _),
|
||||
LPI_PINGROUP(17, LPI_NO_SLEW, _, _, _, _),
|
||||
LPI_PINGROUP(18, LPI_NO_SLEW, _, _, _, _),
|
||||
LPI_PINGROUP(19, LPI_NO_SLEW, i2s3_clk, slimbus_clk, qca_swr_clk, _),
|
||||
LPI_PINGROUP(20, LPI_NO_SLEW, i2s3_ws, slimbus_data, qca_swr_data, _),
|
||||
LPI_PINGROUP(21, LPI_NO_SLEW, i2s3_data, dmic4_clk, _, _),
|
||||
LPI_PINGROUP(22, LPI_NO_SLEW, i2s3_data, dmic4_data, ext_mclk1_e, _),
|
||||
};
|
||||
|
||||
static const struct lpi_function milos_functions[] = {
|
||||
LPI_FUNCTION(gpio),
|
||||
LPI_FUNCTION(dmic1_clk),
|
||||
@@ -196,8 +223,21 @@ static const struct lpi_pinctrl_variant_data milos_lpi_data = {
|
||||
.nfunctions = ARRAY_SIZE(milos_functions),
|
||||
};
|
||||
|
||||
static const struct lpi_pinctrl_variant_data eliza_lpi_data = {
|
||||
.pins = milos_lpi_pins,
|
||||
.npins = ARRAY_SIZE(milos_lpi_pins),
|
||||
.groups = eliza_groups,
|
||||
.ngroups = ARRAY_SIZE(eliza_groups),
|
||||
.functions = milos_functions,
|
||||
.nfunctions = ARRAY_SIZE(milos_functions),
|
||||
.flags = LPI_FLAG_SLEW_RATE_SAME_REG,
|
||||
};
|
||||
|
||||
static const struct of_device_id lpi_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "qcom,eliza-lpass-lpi-pinctrl",
|
||||
.data = &eliza_lpi_data,
|
||||
}, {
|
||||
.compatible = "qcom,milos-lpass-lpi-pinctrl",
|
||||
.data = &milos_lpi_data,
|
||||
},
|
||||
|
||||
@@ -810,8 +810,7 @@ static const struct gpio_chip msm_gpio_template = {
|
||||
* Algorithm comes from Google's msmgpio driver.
|
||||
*/
|
||||
static void msm_gpio_update_dual_edge_pos(struct msm_pinctrl *pctrl,
|
||||
const struct msm_pingroup *g,
|
||||
struct irq_data *d)
|
||||
const struct msm_pingroup *g)
|
||||
{
|
||||
int loop_limit = 100;
|
||||
unsigned val, val2, intstat;
|
||||
@@ -995,6 +994,16 @@ static void msm_gpio_irq_ack(struct irq_data *d)
|
||||
if (test_bit(d->hwirq, pctrl->skip_wake_irqs)) {
|
||||
if (test_bit(d->hwirq, pctrl->dual_edge_irqs))
|
||||
msm_gpio_update_dual_edge_parent(d);
|
||||
|
||||
/*
|
||||
* During early initialization of the IRQ hierarchy,
|
||||
* irq_ack() is called by __irq_set_handler() before
|
||||
* the parent IRQ chip has been set up. This is why
|
||||
* we additionally need to check for d->parent_data->chip.
|
||||
*/
|
||||
|
||||
if (d->parent_data->chip && d->parent_data->chip->irq_ack)
|
||||
irq_chip_ack_parent(d);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1005,7 +1014,7 @@ static void msm_gpio_irq_ack(struct irq_data *d)
|
||||
msm_ack_intr_status(pctrl, g);
|
||||
|
||||
if (test_bit(d->hwirq, pctrl->dual_edge_irqs))
|
||||
msm_gpio_update_dual_edge_pos(pctrl, g, d);
|
||||
msm_gpio_update_dual_edge_pos(pctrl, g);
|
||||
|
||||
raw_spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||
}
|
||||
@@ -1035,8 +1044,6 @@ static void msm_gpio_irq_init_valid_mask(struct gpio_chip *gc,
|
||||
const struct msm_pingroup *g;
|
||||
int i;
|
||||
|
||||
bitmap_fill(valid_mask, ngpios);
|
||||
|
||||
for (i = 0; i < ngpios; i++) {
|
||||
g = &pctrl->soc->groups[i];
|
||||
|
||||
@@ -1067,7 +1074,10 @@ static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type)
|
||||
|
||||
if (test_bit(d->hwirq, pctrl->skip_wake_irqs)) {
|
||||
clear_bit(d->hwirq, pctrl->dual_edge_irqs);
|
||||
irq_set_handler_locked(d, handle_fasteoi_irq);
|
||||
if (type & IRQ_TYPE_LEVEL_MASK)
|
||||
irq_set_handler_locked(d, handle_fasteoi_irq);
|
||||
else
|
||||
irq_set_handler_locked(d, handle_fasteoi_ack_irq);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -1177,7 +1187,7 @@ static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type)
|
||||
msm_ack_intr_status(pctrl, g);
|
||||
|
||||
if (test_bit(d->hwirq, pctrl->dual_edge_irqs))
|
||||
msm_gpio_update_dual_edge_pos(pctrl, g, d);
|
||||
msm_gpio_update_dual_edge_pos(pctrl, g);
|
||||
|
||||
raw_spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||
|
||||
@@ -1303,6 +1313,43 @@ static int msm_gpio_irq_set_affinity(struct irq_data *d,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
static int msm_gpio_irq_set_irqchip_state(struct irq_data *d,
|
||||
enum irqchip_irq_state which, bool val)
|
||||
{
|
||||
struct gpio_chip *gc = irq_data_get_irq_chip_data(d);
|
||||
struct msm_pinctrl *pctrl = gpiochip_get_data(gc);
|
||||
const struct msm_pingroup *g = &pctrl->soc->groups[d->hwirq];
|
||||
|
||||
if (which != IRQCHIP_STATE_PENDING)
|
||||
return -EINVAL;
|
||||
|
||||
if (test_bit(d->hwirq, pctrl->skip_wake_irqs))
|
||||
return -EINVAL;
|
||||
|
||||
msm_writel_intr_status(val, pctrl, g);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int msm_gpio_irq_get_irqchip_state(struct irq_data *d,
|
||||
enum irqchip_irq_state which, bool *val)
|
||||
{
|
||||
struct gpio_chip *gc = irq_data_get_irq_chip_data(d);
|
||||
struct msm_pinctrl *pctrl = gpiochip_get_data(gc);
|
||||
const struct msm_pingroup *g = &pctrl->soc->groups[d->hwirq];
|
||||
|
||||
if (which != IRQCHIP_STATE_PENDING)
|
||||
return -EINVAL;
|
||||
|
||||
if (test_bit(d->hwirq, pctrl->skip_wake_irqs))
|
||||
return -EINVAL;
|
||||
|
||||
g = &pctrl->soc->groups[d->hwirq];
|
||||
*val = msm_readl_intr_status(pctrl, g);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int msm_gpio_irq_set_vcpu_affinity(struct irq_data *d, void *vcpu_info)
|
||||
{
|
||||
struct gpio_chip *gc = irq_data_get_irq_chip_data(d);
|
||||
@@ -1391,6 +1438,8 @@ static const struct irq_chip msm_gpio_irq_chip = {
|
||||
.irq_request_resources = msm_gpio_irq_reqres,
|
||||
.irq_release_resources = msm_gpio_irq_relres,
|
||||
.irq_set_affinity = msm_gpio_irq_set_affinity,
|
||||
.irq_set_irqchip_state = msm_gpio_irq_set_irqchip_state,
|
||||
.irq_get_irqchip_state = msm_gpio_irq_get_irqchip_state,
|
||||
.irq_set_vcpu_affinity = msm_gpio_irq_set_vcpu_affinity,
|
||||
.flags = (IRQCHIP_MASK_ON_SUSPEND |
|
||||
IRQCHIP_SET_TYPE_MASKED |
|
||||
|
||||
@@ -1262,6 +1262,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
|
||||
{ .compatible = "qcom,pmc8380-gpio", .data = (void *) 10 },
|
||||
{ .compatible = "qcom,pmcx0102-gpio", .data = (void *)14 },
|
||||
{ .compatible = "qcom,pmd8028-gpio", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pmg1110-gpio", .data = (void *) 4 },
|
||||
{ .compatible = "qcom,pmh0101-gpio", .data = (void *)18 },
|
||||
{ .compatible = "qcom,pmh0104-gpio", .data = (void *)8 },
|
||||
{ .compatible = "qcom,pmh0110-gpio", .data = (void *)14 },
|
||||
|
||||
@@ -1836,9 +1836,7 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
|
||||
.ngroups = ARRAY_SIZE(x1e80100_groups),
|
||||
.ngpios = 239,
|
||||
.wakeirq_map = x1e80100_pdc_map,
|
||||
/* TODO: Enabling PDC currently breaks GPIO interrupts */
|
||||
.nwakeirq_map = 0,
|
||||
/* .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), */
|
||||
.nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map),
|
||||
.egpio_func = 9,
|
||||
};
|
||||
|
||||
|
||||
@@ -273,7 +273,6 @@ static void tlmm_test_low(struct kunit *test)
|
||||
int i;
|
||||
|
||||
priv->intr_op = TLMM_TEST_COUNT | TLMM_TEST_OUTPUT_HIGH;
|
||||
atomic_set(&priv->intr_op_remain, 9);
|
||||
|
||||
tlmm_output_high();
|
||||
|
||||
@@ -298,7 +297,6 @@ static void tlmm_test_high(struct kunit *test)
|
||||
int i;
|
||||
|
||||
priv->intr_op = TLMM_TEST_COUNT | TLMM_TEST_OUTPUT_LOW;
|
||||
atomic_set(&priv->intr_op_remain, 9);
|
||||
|
||||
tlmm_output_low();
|
||||
|
||||
@@ -521,7 +519,6 @@ static void tlmm_test_rising_while_disabled(struct kunit *test)
|
||||
unsigned int before_edge;
|
||||
|
||||
priv->intr_op = TLMM_TEST_COUNT;
|
||||
atomic_set(&priv->thread_op_remain, 10);
|
||||
|
||||
tlmm_output_low();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user