On Fri, Jun 7, 2019 at 7:04 PM Robert Hancock <hancock@xxxxxxxxxxxxx> wrote: > This driver was using the OF GPIO helper API, but barely used any of its > features and it cost more code than it saved. Also, the OF GPIO code is > now deprecated. Convert it to use a more standard setup and use devm > APIs for initialization to avoid the need for a remove function. > > Our rationale for this change is that we are using the Xilinx GPIO with > resources injected using the MFD core rather than on the device tree > itself. Using platform rather than OF-specific resources allows this to > work for free. > > Signed-off-by: Robert Hancock <hancock@xxxxxxxxxxxxx> Patch applied with Michal's ACK. Yours, Linus Walleij