On Fri, Jan 29, 2021 at 3:27 PM Srinivas Neeli <[email protected]> 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. > Depends on OF_GPIO framework for of_xlate function to translate > gpiospec to the GPIO number and flags. > > Signed-off-by: Robert Hancock <[email protected]> > Signed-off-by: Shubhrajyoti Datta <[email protected]> > Signed-off-by: Srinivas Neeli <[email protected]> > --- > Changes in V5: This v5 version looks very nice to me! Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

