mirror of https://github.com/armbian/build.git
`sm8250`/`current`: rewrite-kernel-patches, no changes
This commit is contained in:
parent
ff45955848
commit
2d1f91aa9e
|
@ -5,22 +5,9 @@ Subject: arm64: dts: qcom: sm8250-oneplus-instantnoodlep: Add device tree for
|
|||
Oneplus 8 Pro
|
||||
|
||||
---
|
||||
arch/arm64/boot/dts/qcom/Makefile | 1 +
|
||||
arch/arm64/boot/dts/qcom/sm8250-oneplus-instantnoodlep.dts | 832 ++++++++++
|
||||
2 files changed, 833 insertions(+)
|
||||
1 file changed, 832 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/arch/arm64/boot/dts/qcom/Makefile
|
||||
+++ b/arch/arm64/boot/dts/qcom/Makefile
|
||||
@@ -242,6 +242,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8150-sony-xperia-kumano-bahamut.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8150-sony-xperia-kumano-griffin.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-hdk.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-mtp.dtb
|
||||
+dtb-$(CONFIG_ARCH_QCOM) += sm8250-oneplus-instantnoodlep.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx203.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx206.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-xiaomi-elish-boe.dtb
|
||||
diff --git a/arch/arm64/boot/dts/qcom/sm8250-oneplus-instantnoodlep.dts b/arch/arm64/boot/dts/qcom/sm8250-oneplus-instantnoodlep.dts
|
||||
new file mode 100644
|
||||
index 000000000000..111111111111
|
||||
|
|
|
@ -13,30 +13,11 @@ left unused on that device.
|
|||
|
||||
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
|
||||
---
|
||||
MAINTAINERS | 7 +
|
||||
drivers/gpu/drm/panel/Kconfig | 9 +
|
||||
drivers/gpu/drm/panel/Makefile | 1 +
|
||||
drivers/gpu/drm/panel/panel-samsung-amb655x.c | 399 ++++++++++
|
||||
4 files changed, 416 insertions(+)
|
||||
3 files changed, 409 insertions(+)
|
||||
|
||||
diff --git a/MAINTAINERS b/MAINTAINERS
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -7334,6 +7334,13 @@ S: Maintained
|
||||
F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
|
||||
F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
|
||||
|
||||
+DRM DRIVER FOR SAMSUNG AMB655X PANEL
|
||||
+M: Caleb Connolly <caleb@postmarketos.org>
|
||||
+S: Maintained
|
||||
+T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
|
||||
+F: Documentation/devicetree/bindings/display/panel/samsung,amb655x.yaml
|
||||
+F: drivers/gpu/drm/panel/panel-samsung-amb655x.c
|
||||
+
|
||||
DRM DRIVER FOR SAMSUNG DB7430 PANELS
|
||||
M: Linus Walleij <linus.walleij@linaro.org>
|
||||
S: Maintained
|
||||
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/drivers/gpu/drm/panel/Kconfig
|
||||
|
|
|
@ -20,30 +20,11 @@ Co-developed-by: Frieder Hannenheim <frieder.hannenheim@proton.me>
|
|||
Signed-off-by: Frieder Hannenheim <frieder.hannenheim@proton.me>
|
||||
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
|
||||
---
|
||||
MAINTAINERS | 7 +
|
||||
drivers/input/touchscreen/Kconfig | 11 +
|
||||
drivers/input/touchscreen/Makefile | 1 +
|
||||
drivers/input/touchscreen/synaptics_tcm_oncell.c | 570 ++++++++++
|
||||
4 files changed, 589 insertions(+)
|
||||
3 files changed, 582 insertions(+)
|
||||
|
||||
diff --git a/MAINTAINERS b/MAINTAINERS
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -22333,6 +22333,13 @@ S: Maintained
|
||||
F: Documentation/devicetree/bindings/regulator/silergy,sy8106a.yaml
|
||||
F: drivers/regulator/sy8106a-regulator.c
|
||||
|
||||
+SYNAPTICS TCM ONCELL TOUCHSCREEN DRIVER
|
||||
+M: Caleb Connolly <caleb@postmarketos.org>
|
||||
+L: linux-input@vger.kernel.org
|
||||
+S: Maintained
|
||||
+F: Documentation/devicetree/bindings/input/touchscreen/syna,tcm-oncell.yaml
|
||||
+F: drivers/input/touchscreen/synaptics_tcm_oncell.c
|
||||
+
|
||||
SYNC FILE FRAMEWORK
|
||||
M: Sumit Semwal <sumit.semwal@linaro.org>
|
||||
R: Gustavo Padovan <gustavo@padovan.org>
|
||||
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/drivers/input/touchscreen/Kconfig
|
||||
|
|
|
@ -9,23 +9,10 @@ Co-developed-by: Frieder Hannenheim <frieder.hannenheim@proton.me>
|
|||
Signed-off-by: Frieder Hannenheim <frieder.hannenheim@proton.me>
|
||||
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
|
||||
---
|
||||
arch/arm64/boot/dts/qcom/Makefile | 1 +
|
||||
arch/arm64/boot/dts/qcom/sm8250-oneplus-common.dtsi | 909 ++++++++++
|
||||
arch/arm64/boot/dts/qcom/sm8250-oneplus-kebab.dts | 36 +
|
||||
3 files changed, 946 insertions(+)
|
||||
2 files changed, 945 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/arch/arm64/boot/dts/qcom/Makefile
|
||||
+++ b/arch/arm64/boot/dts/qcom/Makefile
|
||||
@@ -243,6 +243,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8150-sony-xperia-kumano-griffin.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-hdk.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-mtp.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-oneplus-instantnoodlep.dtb
|
||||
+dtb-$(CONFIG_ARCH_QCOM) += sm8250-oneplus-kebab.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx203.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx206.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-xiaomi-elish-boe.dtb
|
||||
diff --git a/arch/arm64/boot/dts/qcom/sm8250-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-oneplus-common.dtsi
|
||||
new file mode 100644
|
||||
index 000000000000..111111111111
|
||||
|
|
|
@ -5,25 +5,11 @@ Subject: arm64: dts: qcom: add SM8250 Retroid Pocket variant Signed-off-by:
|
|||
Teguh Sobirin <teguh@sobir.in>
|
||||
|
||||
---
|
||||
arch/arm64/boot/dts/qcom/Makefile | 2 +
|
||||
arch/arm64/boot/dts/qcom/sm8250-retroidpocket-common.dtsi | 1435 ++++++++++
|
||||
arch/arm64/boot/dts/qcom/sm8250-retroidpocket-rp5.dts | 100 +
|
||||
arch/arm64/boot/dts/qcom/sm8250-retroidpocket-rpmini.dts | 98 +
|
||||
4 files changed, 1635 insertions(+)
|
||||
3 files changed, 1633 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/arch/arm64/boot/dts/qcom/Makefile
|
||||
+++ b/arch/arm64/boot/dts/qcom/Makefile
|
||||
@@ -244,6 +244,8 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8250-hdk.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-mtp.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-oneplus-instantnoodlep.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-oneplus-kebab.dtb
|
||||
+dtb-$(CONFIG_ARCH_QCOM) += sm8250-retroidpocket-rp5.dtb
|
||||
+dtb-$(CONFIG_ARCH_QCOM) += sm8250-retroidpocket-rpmini.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx203.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx206.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-xiaomi-elish-boe.dtb
|
||||
diff --git a/arch/arm64/boot/dts/qcom/sm8250-retroidpocket-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-retroidpocket-common.dtsi
|
||||
new file mode 100644
|
||||
index 000000000000..111111111111
|
||||
|
|
Loading…
Reference in New Issue