mbox series

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

Message ID 20220520120449.12996-1-ae40515@yahoo.com.tw
Headers show
Series Add support for Xiaomi Mi 5s Plus | expand

Message

Alec Su May 20, 2022, 12:04 p.m. UTC
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

Comments

Pavel Machek May 30, 2022, 7:07 a.m. UTC | #1
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
Krzysztof Kozlowski May 30, 2022, 7:35 a.m. UTC | #2
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