Message ID | 20241225192631.25017-1-val@packett.cool (mailing list archive) |
---|---|
Headers | show |
Series | mt6779-keypad: fix compatibles and add to mt8516 | expand |
Il 25/12/24 20:26, Val Packett ha scritto: > The mt8516 patch was previously sent in another series but rejected due > to not using an mt8516 specific compatible - which the other usages > of this driver (mt8183 and mt8365) weren't doing either. > > It's only fair to add the SoC-specific compatibles to all of them then :) > Nice!! Whole series is Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > Val Packett (3): > dt-bindings: mediatek,mt6779-keypad: add more compatibles > arm64: dts: mediatek: add per-SoC compatibles for keypad nodes > arm64: dts: mediatek: mt8516: add keypad node > > .../bindings/input/mediatek,mt6779-keypad.yaml | 3 +++ > arch/arm64/boot/dts/mediatek/mt8183.dtsi | 3 ++- > arch/arm64/boot/dts/mediatek/mt8365.dtsi | 3 ++- > arch/arm64/boot/dts/mediatek/mt8516.dtsi | 11 +++++++++++ > 4 files changed, 18 insertions(+), 2 deletions(-) >
Hi Val, Thank you for the patches. On mer., déc. 25, 2024 at 16:26, Val Packett <val@packett.cool> wrote: > The mt8516 patch was previously sent in another series but rejected due > to not using an mt8516 specific compatible - which the other usages > of this driver (mt8183 and mt8365) weren't doing either. > > It's only fair to add the SoC-specific compatibles to all of them then :) > > Val Packett (3): > dt-bindings: mediatek,mt6779-keypad: add more compatibles > arm64: dts: mediatek: add per-SoC compatibles for keypad nodes > arm64: dts: mediatek: mt8516: add keypad node For the series, Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> > > .../bindings/input/mediatek,mt6779-keypad.yaml | 3 +++ > arch/arm64/boot/dts/mediatek/mt8183.dtsi | 3 ++- > arch/arm64/boot/dts/mediatek/mt8365.dtsi | 3 ++- > arch/arm64/boot/dts/mediatek/mt8516.dtsi | 11 +++++++++++ > 4 files changed, 18 insertions(+), 2 deletions(-) > > -- > 2.47.1
On Wed, 25 Dec 2024 16:26:18 -0300, Val Packett wrote: > The mt8516 patch was previously sent in another series but rejected due > to not using an mt8516 specific compatible - which the other usages > of this driver (mt8183 and mt8365) weren't doing either. > > It's only fair to add the SoC-specific compatibles to all of them then :) > > Val Packett (3): > dt-bindings: mediatek,mt6779-keypad: add more compatibles > arm64: dts: mediatek: add per-SoC compatibles for keypad nodes > arm64: dts: mediatek: mt8516: add keypad node > > [...] Applied to v6.13-next/dts64, thanks! [1/3] dt-bindings: mediatek,mt6779-keypad: add more compatibles commit: 3b19239ad4201123a2bc05af5859f5d75a30a49e [2/3] arm64: dts: mediatek: add per-SoC compatibles for keypad nodes commit: 6139d9e9e397dc9711cf10f8f548a8f9da3b5323 [3/3] arm64: dts: mediatek: mt8516: add keypad node commit: 0fb0d360218129f00b76f13e30b86321b64e36f6 Cheers, Angelo