devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for Samsung Galaxy tab A (2015) tablets
@ 2023-01-06 12:25 Nikita Travkin
  2023-01-06 12:25 ` [PATCH v2 1/3] dt-bindings: qcom: Document samsung,gt58 and gt510 Nikita Travkin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nikita Travkin @ 2023-01-06 12:25 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: Rob Herring, Krzysztof Kozlowski, Konrad Dybcio,
	Siddharth Manthan, Jasper Korten, linux-arm-msm, devicetree,
	linux-kernel, ~postmarketos/upstreaming, Nikita Travkin

This series introduces basic support for two Galaxy Tab A
tablets: 8 and 10 inch variants. They share most of the
hardware and are mainly dffernet by the display.

With this series both tablets gain support for things like
- SDHCI (internal and external storage)
- USB Device Mode
- UART
- Regulators
- WCNSS (WiFi/BT)
- GPIO keys
- Fuel gauge
- Touchscreen
- Accelerometer

In fact, with some additional patches like display and
modem support, that are not included as part of this
series, these tablets can actually reach one's expectations
of what a "normal" tablet should be able to do.

Changes in v2:
- Squashed the commits.

Jasper Korten (1):
  arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 9.7 (2015)

Nikita Travkin (1):
  dt-bindings: qcom: Document samsung,gt58 and gt510

Siddharth Manthan (1):
  arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 8.0 (2015)

 .../devicetree/bindings/arm/qcom.yaml         |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   2 +
 .../dts/qcom/msm8916-samsung-gt5-common.dtsi  | 300 ++++++++++++++++++
 .../boot/dts/qcom/msm8916-samsung-gt510.dts   | 116 +++++++
 .../boot/dts/qcom/msm8916-samsung-gt58.dts    |  78 +++++
 5 files changed, 498 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt5-common.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts

-- 
2.38.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-07 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 12:25 [PATCH v2 0/3] Add support for Samsung Galaxy tab A (2015) tablets Nikita Travkin
2023-01-06 12:25 ` [PATCH v2 1/3] dt-bindings: qcom: Document samsung,gt58 and gt510 Nikita Travkin
2023-01-06 12:25 ` [PATCH v2 2/3] arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 9.7 (2015) Nikita Travkin
2023-01-07 10:36   ` Konrad Dybcio
2023-01-06 12:25 ` [PATCH v2 3/3] arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 8.0 (2015) Nikita Travkin
2023-01-07 10:37   ` Konrad Dybcio

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).