Hi Prathamesh, thanks for your patch! I think Thierry Reding and/or Jon Hunter needs to look at this patch to review it. On Mon, Aug 30, 2021 at 11:54 AM Prathamesh Shete <pshete@xxxxxxxxxx> wrote: > From: pshete <pshete@xxxxxxxxxx> > > T19x GPIO controller's support multiple interrupts. The GPIO > controller is capable to route 8 interrupts per controller in > case of NON-AON GPIO's and 4 interrupts per controller in AON GPIO. > > Signed-off-by: pshete <pshete@xxxxxxxxxx> (...) > arch/arm64/boot/dts/nvidia/tegra194.dtsi | 49 +++++++++++++++++++++++- > drivers/gpio/gpio-tegra186.c | 25 ++++++++++-- It is a bit unorthodox to patch the driver and the DTSI in the same patch, can these be split in two and applied separately? Yours, Linus Walleij