Message ID | 20230724-bq_m5-v1-0-17a0870a73be@apitzsch.eu |
---|---|
Headers | show |
Series | arm64: dts: qcom: msm8939-longcheer-l9100: Add initial dts | expand |
On 24/07/2023 22:52, André Apitzsch wrote: > Add a compatible for BQ Aquaris M5 (Longcheer L9100). > > Signed-off-by: André Apitzsch <git@apitzsch.eu> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- This is an automated instruction, just in case, because many review tags are being ignored. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 Best regards, Krzysztof
On 25.07.2023 07:46, Krzysztof Kozlowski wrote: > On 24/07/2023 22:52, André Apitzsch wrote: >> Add a compatible for BQ Aquaris M5 (Longcheer L9100). >> >> Signed-off-by: André Apitzsch <git@apitzsch.eu> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 1 + >> 1 file changed, 1 insertion(+) > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > --- > > This is an automated instruction, just in case, because many review tags > are being ignored. If you do not know the process, here is a short > explanation: > > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", when > provided in a message replied to you on the mailing list. Tools like b4 > can help here. However, there's no need to repost patches *only* to add > the tags. The upstream maintainer will do that for acks received on the > version they apply. > > https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 Krzysztof, update your bot to paste this link with s/v5.17/latest/g Konrad
On 25/07/2023 10:13, Konrad Dybcio wrote: > On 25.07.2023 07:46, Krzysztof Kozlowski wrote: >> On 24/07/2023 22:52, André Apitzsch wrote: >>> Add a compatible for BQ Aquaris M5 (Longcheer L9100). >>> >>> Signed-off-by: André Apitzsch <git@apitzsch.eu> >>> --- >>> Documentation/devicetree/bindings/arm/qcom.yaml | 1 + >>> 1 file changed, 1 insertion(+) >> >> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> >> >> --- >> >> This is an automated instruction, just in case, because many review tags >> are being ignored. If you do not know the process, here is a short >> explanation: >> >> Please add Acked-by/Reviewed-by/Tested-by tags when posting new >> versions, under or above your Signed-off-by tag. Tag is "received", when >> provided in a message replied to you on the mailing list. Tools like b4 >> can help here. However, there's no need to repost patches *only* to add >> the tags. The upstream maintainer will do that for acks received on the >> version they apply. >> >> https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 > Krzysztof, update your bot to paste this link with s/v5.17/latest/g Is there any difference? :) I would need to update links in all my templates and re-check the links... Best regards, Krzysztof
On 25.07.2023 11:43, Krzysztof Kozlowski wrote: > On 25/07/2023 10:13, Konrad Dybcio wrote: >> On 25.07.2023 07:46, Krzysztof Kozlowski wrote: >>> On 24/07/2023 22:52, André Apitzsch wrote: >>>> Add a compatible for BQ Aquaris M5 (Longcheer L9100). >>>> >>>> Signed-off-by: André Apitzsch <git@apitzsch.eu> >>>> --- >>>> Documentation/devicetree/bindings/arm/qcom.yaml | 1 + >>>> 1 file changed, 1 insertion(+) >>> >>> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >>> >>> >>> --- >>> >>> This is an automated instruction, just in case, because many review tags >>> are being ignored. If you do not know the process, here is a short >>> explanation: >>> >>> Please add Acked-by/Reviewed-by/Tested-by tags when posting new >>> versions, under or above your Signed-off-by tag. Tag is "received", when >>> provided in a message replied to you on the mailing list. Tools like b4 >>> can help here. However, there's no need to repost patches *only* to add >>> the tags. The upstream maintainer will do that for acks received on the >>> version they apply. >>> >>> https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 >> Krzysztof, update your bot to paste this link with s/v5.17/latest/g > > Is there any difference? :) I would need to update links in all my > templates and re-check the links... Don't know, but the keyword "latest" in the link always points to the.. latest available release Konrad
This dts adds support for BQ Aquaris M5 (Longcheer L9100) released in 2015. Add a device tree with initial support for: - GPIO keys - Hall sensor - SDHCI - WCNSS (BT/WIFI) - Accelerometer/Magnetometer - Vibrator - Touchscreen - Front flash Signed-off-by: André Apitzsch <git@apitzsch.eu> --- André Apitzsch (2): dt-bindings: arm: qcom: Add BQ Aquaris M5 arm64: dts: qcom: msm8939-longcheer-l9100: Add initial device tree Documentation/devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/msm8939-longcheer-l9100.dts | 340 +++++++++++++++++++++ 3 files changed, 342 insertions(+) --- base-commit: 4d2c646ac07cf4a35ef1c4a935a1a4fd6c6b1a36 change-id: 20230724-bq_m5-bc9afe378f8d Best regards,