Hi Linus, On Thu, Aug 08, 2019 at 04:44:58PM +0200, Linus Walleij wrote: > This driver can use GPIO descriptors rather than GPIO numbers > without any problems, convert it. Name the field variables after > the actual pins on the chip rather than the "reset" and "touch" > names from the devicetree bindings that are vaguely inaccurate. > > No in-tree users pass GPIO numbers in platform data so drop > this. Descriptor tables can be used to get these GPIOs from a board > file if need be. Do you have a device to test this on? I am not very fond of mixing up devm and non-devm resources, so if we are cleaning it up I'd like to do more cleanups... Thanks. -- Dmitry