[PATCH] ARM: dts: qcom: apq8026-samsung-matissewifi: Configure touch keys

2023-12-04 Thread Matti Lehtimäki
Add touch keys which are handled in touchscreen driver. Use KEY_APPSELECT for the left button because other devices use that even though downstream kernel uses KEY_RECENT. Signed-off-by: Matti Lehtimäki --- .../boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts| 7 +++ 1 file changed

[PATCH v2 0/2] MPM pin mappings for MSM8226 and MSM8974

2023-09-23 Thread Matti Lehtimäki
This series adds the MPM wakeirq mappings for MSM8226 and MSM8974. Changes in v2: - Add missing entry to MSM8226 mapping - Add Reviewed-by tag to MSM8974 patch Matti Lehtimäki (2): pinctrl: qcom: msm8226: Add MPM pin mappings pinctrl: qcom: msm8974: Add MPM pin mappings drivers/pinctrl

[PATCH v2 1/2] pinctrl: qcom: msm8226: Add MPM pin mappings

2023-09-23 Thread Matti Lehtimäki
Add pin <-> wakeirq mappings to allow for waking up the AP from sleep through MPM-connected pins. Signed-off-by: Matti Lehtimäki --- Changes in v2: - Add missing entry to mapping --- drivers/pinctrl/qcom/pinctrl-msm8226.c | 12 1 file changed, 12 insertions(+) diff -

[PATCH 1/2] pinctrl: qcom: msm8226: Add MPM pin mappings

2023-09-22 Thread Matti Lehtimäki
Add pin <-> wakeirq mappings to allow for waking up the AP from sleep through MPM-connected pins. Signed-off-by: Matti Lehtimäki --- drivers/pinctrl/qcom/pinctrl-msm8226.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/pinctrl/qcom/pinctrl-msm8226.c b/drivers/p

[PATCH 2/2] pinctrl: qcom: msm8974: Add MPM pin mappings

2023-09-22 Thread Matti Lehtimäki
Add pin <-> wakeirq mappings to allow for waking up the AP from sleep through MPM-connected pins. Signed-off-by: Matti Lehtimäki --- drivers/pinctrl/qcom/pinctrl-msm8x74.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/pinctrl/qcom/pinctrl-msm8x74.c b/drivers/p

[PATCH 0/2] MPM pin mappings for MSM8226 and MSM8974

2023-09-22 Thread Matti Lehtimäki
This series adds the MPM wakeirq mappings for MSM8226 and MSM8974. Matti Lehtimäki (2): pinctrl: qcom: msm8226: Add MPM pin mappings pinctrl: qcom: msm8974: Add MPM pin mappings drivers/pinctrl/qcom/pinctrl-msm8226.c | 12 drivers/pinctrl/qcom/pinctrl-msm8x74.c | 12

[PATCH] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor

2023-09-21 Thread Matti Lehtimäki
Fix hall sensor GPIO polarity and also allow disabling the sensor. Remove unneeded interrupt. Fixes: f15623bda1dc ("ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 10.1 (SM-T530)") Signed-off-by: Matti Lehtimäki --- arch/arm/boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts |

[PATCH 2/2] ARM: qcom: msm8974: Add rpm-master-stats node

2023-09-21 Thread Matti Lehtimäki
Add rpm-master-stats node for MSM8974 and the required RPM MSG RAM slices for memory access. Signed-off-by: Matti Lehtimäki --- arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 32 1 file changed, 32 insertions(+) diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi b/arch

[PATCH 1/2] ARM: qcom: msm8226: Add rpm-master-stats node

2023-09-21 Thread Matti Lehtimäki
Add rpm-master-stats node for MSM8226 and the required RPM MSG RAM slices for memory access. Signed-off-by: Matti Lehtimäki --- arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 32 1 file changed, 32 insertions(+) diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi b/arch

[PATCH 0/2] Add rpm-master-stats nodes for MSM8226 and MSM8974

2023-09-21 Thread Matti Lehtimäki
Add rpm-master-stats nodes and the required RPM MSG RAM slices for MSM8226 and MSM8974. Matti Lehtimäki (2): ARM: qcom: msm8226: Add rpm-master-stats node ARM: qcom: msm8974: Add rpm-master-stats node arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 32 arch/arm/boot/dts