* [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
@ 2023-01-06 14:28 Lin, Meng-Bo
2023-01-06 14:30 ` [PATCH v6 1/5] dt-bindings: qcom: Document bindings for msm8916-samsung-j5x Lin, Meng-Bo
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:28 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming
v6: Rebase on linux-next and reword. Add MUIC. Drop WIP J3 device tree
v5: Fix address typo tz-apps@85a00000 in msm8916-samsung-j3.dts
v4: Try "git format-patch -B -C -M -D" to fix errors.
v3: Drop msm8916-samsung-j5.dts temporarily before moving it.
Minor rewords.
v2: Reword and resend. Split common dtsi patch.
Add missing suffix state in pinctrl.
The smartphones below are using the MSM8916 SoC,
which are released in 2015-2016:
Samsung Galaxy J5 2015 (SM-J500*)
Samsung Galaxy J5 2016 (SM-J510*)
Add a common device tree for with initial support for:
- GPIO keys
- GPIO Hall sensor
- SDHCI (internal and external storage)
- USB Device Mode
- UART (on USB connector via the SM5703 MUIC)
- WCNSS (WiFi/BT)
- Regulators
The two devices (all other variants of J5 released in 2015 and J5X
released in 2016) are very similar, with some differences in display and
GPIO pins. The common parts are shared in msm8916-samsung-j5-common.dtsi
to reduce duplication.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v6 1/5] dt-bindings: qcom: Document bindings for msm8916-samsung-j5x
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
@ 2023-01-06 14:30 ` Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 2/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree Lin, Meng-Bo
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:30 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming, Krzysztof Kozlowski
Document the new samsung-j5x device tree bindings used in its device tree.
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 27063a045bd0..23a38bd9c7cf 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -204,6 +204,7 @@ properties:
- samsung,e7
- samsung,grandmax
- samsung,j5
+ - samsung,j5x
- samsung,serranove
- wingtech,wt88047
- const: qcom,msm8916
--
2.30.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v6 2/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
2023-01-06 14:30 ` [PATCH v6 1/5] dt-bindings: qcom: Document bindings for msm8916-samsung-j5x Lin, Meng-Bo
@ 2023-01-06 14:31 ` Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees Lin, Meng-Bo
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:31 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming, Krzysztof Kozlowski
The smartphones below are using the MSM8916 SoC,
which are released in 2015-2016:
Samsung Galaxy J5 2015 (SM-J500*)
Samsung Galaxy J5 2016 (SM-J510*)
Move msm8916-samsung-j5.dts to msm8916-samsung-j5-common.dtsi, and add
a common device tree for with initial support for:
- GPIO keys
- SDHCI (internal and external storage)
- USB Device Mode
- UART (on USB connector via the SM5703 MUIC)
- WCNSS (WiFi/BT)
- Regulators
The two devices (all other variants of J5 released in 2015 and J5X
released in 2016) are very similar, with some differences in display and
GPIO pins. The common parts are shared in msm8916-samsung-j5-common.dtsi
to reduce duplication.
This patch rewrites J5 2015 devices, later patches will add support for
other models.
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
...-j5.dts => msm8916-samsung-j5-common.dtsi} | 7 -
.../boot/dts/qcom/msm8916-samsung-j5.dts | 224 ++----------------
2 files changed, 15 insertions(+), 216 deletions(-)
copy arch/arm64/boot/dts/qcom/{msm8916-samsung-j5.dts => msm8916-samsung-j5-common.dtsi} (95%)
rewrite arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts (93%)
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
similarity index 95%
copy from arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
copy to arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
index 7ac49a021563..502b38d4a61e 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
@@ -1,15 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
-/dts-v1/;
-
#include "msm8916-pm8916.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
- model = "Samsung Galaxy J5 (2015)";
- compatible = "samsung,j5", "qcom,msm8916";
- chassis-type = "handset";
-
aliases {
serial0 = &blsp1_uart2;
};
@@ -92,7 +86,6 @@ &usb {
&usb_hs_phy {
extcon = <&pm8916_usbin>;
- qcom,init-seq = /bits/ 8 <0x1 0x19 0x2 0x0b>;
};
&smd_rpm_regulators {
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
dissimilarity index 93%
index 7ac49a021563..0a32d33e9778 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts
@@ -?,? +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+/dts-v1/;
+
+#include "msm8916-samsung-j5-common.dtsi"
+
+/ {
+ model = "Samsung Galaxy J5 (2015)";
+ compatible = "samsung,j5", "qcom,msm8916";
+ chassis-type = "handset";
+};
+
+&usb_hs_phy {
+ qcom,init-seq = /bits/ 8 <0x1 0x19 0x2 0x0b>;
+};
--
2.30.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v6 3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
2023-01-06 14:30 ` [PATCH v6 1/5] dt-bindings: qcom: Document bindings for msm8916-samsung-j5x Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 2/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree Lin, Meng-Bo
@ 2023-01-06 14:31 ` Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 4/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor Lin, Meng-Bo
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:31 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming, Krzysztof Kozlowski
After moving msm8916-samsung-j5.dts to msm8916-samsung-j5-common.dtsi,
Add new J5 2016 device tree.
[Add j5x device tree]
Co-developed-by: Josef W Menad <JosefWMenad@protonmail.ch>
Signed-off-by: Josef W Menad <JosefWMenad@protonmail.ch>
[Use &pm8916_usbin as USB extcon and add chassis-type for j5x]
Co-developed-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
[Use common init device tree]
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts | 11 +++++++++++
2 files changed, 12 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
index 3f1d79388df7..a25973a8218d 100644
--- a/arch/arm64/boot/dts/qcom/Makefile
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -39,6 +39,7 @@ dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-gt510.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-gt58.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-heatqlte.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-j5.dtb
+dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-j5x.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-on7.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-serranove.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-wingtech-wt86518.dtb
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
new file mode 100644
index 000000000000..7656ac4508cf
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+/dts-v1/;
+
+#include "msm8916-samsung-j5-common.dtsi"
+
+/ {
+ model = "Samsung Galaxy J5 (2016)";
+ compatible = "samsung,j5x", "qcom,msm8916";
+ chassis-type = "handset";
+};
--
2.30.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v6 4/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
` (2 preceding siblings ...)
2023-01-06 14:31 ` [PATCH v6 3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees Lin, Meng-Bo
@ 2023-01-06 14:31 ` Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add MUIC support Lin, Meng-Bo
2023-01-18 23:55 ` (subset) [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Bjorn Andersson
5 siblings, 0 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:31 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming, Krzysztof Kozlowski
Samsung Galaxy J5 2015 and 2016 have a Hall sensor on GPIO pin 52.
Add GPIO Hall sensor for them.
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../dts/qcom/msm8916-samsung-j5-common.dtsi | 26 +++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
index 502b38d4a61e..5755b360c6ed 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
@@ -2,6 +2,7 @@
#include "msm8916-pm8916.dtsi"
#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
/ {
aliases {
@@ -20,6 +21,23 @@ tz-apps@85500000 {
};
};
+ gpio_hall_sensor: gpio-hall-sensor {
+ compatible = "gpio-keys";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&gpio_hall_sensor_default>;
+
+ label = "GPIO Hall Effect Sensor";
+
+ event-hall-sensor {
+ label = "Hall Effect Sensor";
+ gpios = <&msmgpio 52 GPIO_ACTIVE_LOW>;
+ linux,input-type = <EV_SW>;
+ linux,code = <SW_LID>;
+ linux,can-disable;
+ };
+ };
+
gpio-keys {
compatible = "gpio-keys";
@@ -192,6 +210,14 @@ l18 {
};
&msmgpio {
+ gpio_hall_sensor_default: gpio-hall-sensor-default-state {
+ pins = "gpio52";
+ function = "gpio";
+
+ drive-strength = <2>;
+ bias-disable;
+ };
+
gpio_keys_default: gpio-keys-default-state {
pins = "gpio107", "gpio109";
function = "gpio";
--
2.30.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v6 5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add MUIC support
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
` (3 preceding siblings ...)
2023-01-06 14:31 ` [PATCH v6 4/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor Lin, Meng-Bo
@ 2023-01-06 14:31 ` Lin, Meng-Bo
2023-01-18 23:55 ` (subset) [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Bjorn Andersson
5 siblings, 0 replies; 7+ messages in thread
From: Lin, Meng-Bo @ 2023-01-06 14:31 UTC (permalink / raw)
To: devicetree
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Stephan Gerhold, Nikita Travkin,
Julian Ribbeck, Josef W Menad, Markuss Broks, linux-arm-msm,
linux-kernel, ~postmarketos/upstreaming
From: Markuss Broks <markuss.broks@gmail.com>
The MUIC installed is a part of SM5703 MFD, and it seems to work
the same as the SM5502 MUIC unit.
Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
[Apply for msm8916-samsung-j5x]
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
---
.../dts/qcom/msm8916-samsung-j5-common.dtsi | 50 ++++++++++++++++---
.../boot/dts/qcom/msm8916-samsung-j5x.dts | 8 +++
2 files changed, 50 insertions(+), 8 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
index 5755b360c6ed..f3b81b6f0a2f 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
@@ -3,6 +3,7 @@
#include "msm8916-pm8916.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
+#include <dt-bindings/interrupt-controller/irq.h>
/ {
aliases {
@@ -58,6 +59,29 @@ button-home {
linux,code = <KEY_HOMEPAGE>;
};
};
+
+ i2c_muic: i2c-muic {
+ compatible = "i2c-gpio";
+ sda-gpios = <&msmgpio 105 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+ scl-gpios = <&msmgpio 106 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&muic_i2c_default>;
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ muic: extcon@25 {
+ compatible = "siliconmitus,sm5703-muic";
+ reg = <0x25>;
+
+ interrupt-parent = <&msmgpio>;
+ interrupts = <12 IRQ_TYPE_EDGE_FALLING>;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&muic_int_default>;
+ };
+ };
};
&blsp1_uart2 {
@@ -69,11 +93,6 @@ &pm8916_resin {
linux,code = <KEY_VOLUMEDOWN>;
};
-/* FIXME: Replace with SM5703 MUIC when driver is available */
-&pm8916_usbin {
- status = "okay";
-};
-
&pronto {
status = "okay";
};
@@ -97,13 +116,12 @@ &sdhc_2 {
};
&usb {
+ extcon = <&muic>, <&muic>;
status = "okay";
- dr_mode = "peripheral";
- extcon = <&pm8916_usbin>;
};
&usb_hs_phy {
- extcon = <&pm8916_usbin>;
+ extcon = <&muic>;
};
&smd_rpm_regulators {
@@ -225,4 +243,20 @@ gpio_keys_default: gpio-keys-default-state {
drive-strength = <2>;
bias-pull-up;
};
+
+ muic_i2c_default: muic-i2c-default-state {
+ pins = "gpio105", "gpio106";
+ function = "gpio";
+
+ drive-strength = <2>;
+ bias-disable;
+ };
+
+ muic_int_default: muic-int-default-state {
+ pins = "gpio12";
+ function = "gpio";
+
+ drive-strength = <2>;
+ bias-disable;
+ };
};
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
index 7656ac4508cf..7e1326cc13c5 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-j5x.dts
@@ -9,3 +9,11 @@ / {
compatible = "samsung,j5x", "qcom,msm8916";
chassis-type = "handset";
};
+
+&muic {
+ interrupts = <121 IRQ_TYPE_EDGE_FALLING>;
+};
+
+&muic_int_default {
+ pins = "gpio121";
+};
--
2.30.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
` (4 preceding siblings ...)
2023-01-06 14:31 ` [PATCH v6 5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add MUIC support Lin, Meng-Bo
@ 2023-01-18 23:55 ` Bjorn Andersson
5 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2023-01-18 23:55 UTC (permalink / raw)
To: linmengbo0689, devicetree
Cc: ~postmarketos/upstreaming, Rob Herring, konrad.dybcio,
markuss.broks, JosefWMenad, julian.ribbeck, linux-arm-msm,
Andy Gross, linux-kernel, stephan, nikita, Krzysztof Kozlowski
On Fri, 06 Jan 2023 14:28:38 +0000, Lin, Meng-Bo wrote:
> v6: Rebase on linux-next and reword. Add MUIC. Drop WIP J3 device tree
> v5: Fix address typo tz-apps@85a00000 in msm8916-samsung-j3.dts
> v4: Try "git format-patch -B -C -M -D" to fix errors.
> v3: Drop msm8916-samsung-j5.dts temporarily before moving it.
> Minor rewords.
> v2: Reword and resend. Split common dtsi patch.
> Add missing suffix state in pinctrl.
>
> [...]
Applied, thanks!
[2/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
commit: 66e9ba516be3c165b1adf86ed2bd7e2ec4a3b578
[3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees
commit: 4414bdf9c56513f6f706bc936cb9e35126ac8773
[4/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor
commit: 027523b77c0cecf4e4afbb7c587aaa10fd33b510
[5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add MUIC support
commit: 83a54e61b2bdfd81865bee12033b1d9d5af0016f
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-01-18 23:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 14:28 [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Lin, Meng-Bo
2023-01-06 14:30 ` [PATCH v6 1/5] dt-bindings: qcom: Document bindings for msm8916-samsung-j5x Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 2/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 4/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor Lin, Meng-Bo
2023-01-06 14:31 ` [PATCH v6 5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add MUIC support Lin, Meng-Bo
2023-01-18 23:55 ` (subset) [PATCH v6 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).