Re: [PATCH 1/5] arm64: dts: qcom: msm8917-xiaomi-riva: Commonize for Redmi 4A and GO
From: barnabas . czeman
Date: Mon Mar 09 2026 - 17:50:08 EST
On 2026-03-09 13:55, Konrad Dybcio wrote:
On 3/5/26 6:28 PM, Barnabás Czémán wrote:It is inverting the diff there will be less change in msm8917-xiaomi-riva-common.dtsi
Redmi 5A is very similar for Redmi 4A (rolex) and Redmi GO (tiare),
it can be commonized for avoid unnecessary code duplications.
Signed-off-by: Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx>
---
Could you please try adding the following to your gitconfig:
[diff]
renameLimit = 999999
algorithm = histogram # or 'copies'
renames = copies
and see if this generates a shorter diff?
and a lot of deletion in msm8917-xiaomi-riva.dts.
I can split the commit in that case rename will be shown properly but riva devicetree
will be removed temporarily.
Konrad