[PATCH v3 0/2] Add support for Xiaomi Mi 5s Plus

Alec Su posted 2 patches 3 years, 11 months ago
There is a newer version of this series
.../devicetree/bindings/arm/qcom.yaml         |   1 +
arch/arm64/boot/dts/qcom/Makefile             |   1 +
.../boot/dts/qcom/msm8996-xiaomi-natrium.dts  | 416 ++++++++++++++++++
3 files changed, 418 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts
[PATCH v3 0/2] Add support for Xiaomi Mi 5s Plus
Posted by Alec Su 3 years, 11 months ago
This series adds the device tree for Xiaomi Mi 5s Plus (xiaomi-natrium)
smartphone which is based on Snapdragon 821 SoC.

Changes since v2:
- Rename the node "synaptics" to "touchscreen".

Changes since v1:
- Adjust the sequence of the patches in this series.
- Remove the unnecessary line and properties in the device tree.
- Rename the nodes contain underscores.

Alec Su (2):
  dt-bindings: arm: qcom: Document xiaomi,natrium board
  arm64: dts: qcom: msm8996-xiaomi-natrium: Add support for Xiaomi Mi 5s
    Plus

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../boot/dts/qcom/msm8996-xiaomi-natrium.dts  | 416 ++++++++++++++++++
 3 files changed, 418 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts

-- 
2.35.3
Re: [PATCH v3 0/2] Add support for Xiaomi Mi 5s Plus
Posted by Pavel Machek 3 years, 11 months ago
Hi!

> This series adds the device tree for Xiaomi Mi 5s Plus (xiaomi-natrium)
> smartphone which is based on Snapdragon 821 SoC.

Please cc phone-devel@ mailing list with phone-related patches.

Best regards,
								Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Re: [PATCH v3 0/2] Add support for Xiaomi Mi 5s Plus
Posted by Krzysztof Kozlowski 3 years, 11 months ago
On 30/05/2022 09:07, Pavel Machek wrote:
> Hi!
> 
>> This series adds the device tree for Xiaomi Mi 5s Plus (xiaomi-natrium)
>> smartphone which is based on Snapdragon 821 SoC.
> 
> Please cc phone-devel@ mailing list with phone-related patches.

I think you need to come up with some smart content-pattern for
get_maintainers, because there is little chance I will remember to
manually Cc some different mailing lists depending on type of some
device or some other factor. I remember just to cc soc folks on certain
patches and that's it. Nothing else fits my memory. :) To avoid the
problem of poor human memory, we have a tool - scripts/get_maintainer.pl
- and contributors are encouraged to use that one. If you want to be
cc-ed, please either work on proper maintainers entry or set up some
custom lei filters.

Best regards,
Krzysztof