On 11/09/2023 12:30, Sean Young wrote: > On Mon, Sep 11, 2023 at 11:46:33AM +0200, Neil Armstrong wrote: >> On Fri, 25 Aug 2023 19:53:07 +0800, zelong dong wrote: >>> From: Zelong Dong <zelong.dong@xxxxxxxxxxx> >>> >>> Meson IR Controller supports hardware decoder in Meson-S4 and later >>> SoC. So far, protocol NEC could be decoded by hardware decoder. >>> >>> Zelong Dong (3): >>> media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODE >>> dt-bindings: media: Add compatible for Meson-S4 IR Controller >>> arm64: dts: meson: add IR controller for Meson-S4 SoC >>> >>> [...] >> >> Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.7/arm64-dt) >> >> [3/3] arm64: dts: meson: add IR controller for Meson-S4 SoC >> https://git.kernel.org/amlogic/c/dc8bc779feb5e855421215384f23de90a4fcd622 > > Would make more sense to have all three patches go in together through a single > tree? I was about to apply all three of these patches to the media_stage No, DTS should not go via driver (non-SoC) tree. If you insist on that, it would be a sign your patchset is not bisectable or have ABI break. Best regards, Krzysztof