phone-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vincent Knecht <vincent.knecht@mailoo.org>
To: phone-devel@vger.kernel.org
Cc: ~postmarketos/upstreaming@lists.sr.ht,
	Vincent Knecht <vincent.knecht@mailoo.org>,
	Rob Herring <robh+dt@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Sam Ravnborg <sam@ravnborg.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Arnd Bergmann <arnd@arndb.de>, Shawn Guo <shawnguo@kernel.org>,
	Daniel Palmer <daniel@0x0f.com>,
	Oleksij Rempel <linux@rempel-privat.de>,
	Max Merchel <Max.Merchel@tq-group.com>,
	allen <allen.chen@ite.com.tw>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 0/4] Alcatel Idol 3 (4.7") smartphone support
Date: Sat, 30 Jan 2021 11:57:09 +0100	[thread overview]
Message-ID: <20210130105717.2628781-1-vincent.knecht@mailoo.org> (raw)

Changes in v2:
- Disable MDSS by default in msm8916.dtsi
- Split framebuffer suppport in its own patch
- v1 sent on 2021-01-29 didn't make it to the MLs for some reason...

The Alcatel Idol 3 (4.7") is a msm8916-based smartphone released in 2015.
This series adds support for framebuffer, USB, eMMC, SD-Card, WiFi,
BT, power/volume buttons, vibrator and the following sensors:
magnetometer, accelerometer, gyroscope, ambient light+proximity

Touchscreen support will be added later when MStar msg26xx is merged:
https://lore.kernel.org/linux-input/20210121174359.1455393-1-vincent.knecht@mailoo.org/T/

Vincent Knecht (4):
  dt-bindings: vendor-prefixes: add Alcatel
  arm64: dts: qcom: Add device tree for Alcatel Idol 3 (4.7")
  arm64: dts: qcom: Disable MDSS by default for 8916/8016 devices
  arm64: dts: qcom: msm8916-alcatel-idol347: Add framebuffer support

 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi     |   4 +
 .../boot/dts/qcom/msm8916-alcatel-idol347.dts | 322 ++++++++++++++++++
 .../qcom/msm8916-samsung-a2015-common.dtsi    |   4 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi         |   1 +
 6 files changed, 334 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dts

-- 
2.29.2




             reply	other threads:[~2021-01-30 10:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 10:57 Vincent Knecht [this message]
2021-01-30 10:57 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add Alcatel Vincent Knecht
2021-01-30 10:57 ` [PATCH v2 2/4] arm64: dts: qcom: Add device tree for Alcatel Idol 3 (4.7") Vincent Knecht
2021-01-30 11:25   ` Stephan Gerhold
2021-01-30 15:45   ` Konrad Dybcio
2021-01-30 10:57 ` [PATCH v2 3/4] arm64: dts: qcom: Disable MDSS by default for 8916/8016 devices Vincent Knecht
2021-01-30 11:28   ` Stephan Gerhold
2021-01-30 15:40   ` Konrad Dybcio
2021-01-30 10:57 ` [PATCH v2 4/4] arm64: dts: qcom: msm8916-alcatel-idol347: Add framebuffer support Vincent Knecht
2021-01-30 15:42   ` Konrad Dybcio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210130105717.2628781-1-vincent.knecht@mailoo.org \
    --to=vincent.knecht@mailoo.org \
    --cc=Max.Merchel@tq-group.com \
    --cc=agross@kernel.org \
    --cc=allen.chen@ite.com.tw \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=daniel@0x0f.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rempel-privat.de \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=shawnguo@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).