On Thu, Jun 11, 2020 at 6:51 PM Robert Hancock <hancock@xxxxxxxxxxxxx> wrote: > Adds interrupt support to the Xilinx GPIO driver so that rising and > falling edge line events can be supported. Since interrupt support is > an optional feature in the Xilinx IP, the driver continues to support > devices which have no interrupt provided. > > These changes are based on a patch in the Xilinx Linux Git tree, > "gpio: xilinx: Add irq support to the driver" from Srinivas Neeli, but > include a number of fixes and improvements such as supporting both > rising and falling edge events. > > Signed-off-by: Robert Hancock <hancock@xxxxxxxxxxxxx> > --- > > Changes from v1: Changed platform_get_irq to platform_get_irq_optional Looks good to me, two questions: - Can you make sure that this applies to the GPIO "devel" branch that has the previous changes from Srinivas. - Can we get a Tested-by or at least ACK from Srinivas? This driver currently lacks a maintainer. I would be very happy if Srinivas or Robert or both would send a patch to add you as maintainer(s) in the MAINTAINERS file, and would also like Michal to to ACK that so everyone is happy. Yours, Linus Walleij