On Tue, Apr 28, 2020 at 11:27 PM Simon Glass <[email protected]> wrote: > > Hi Rayagonda, > > On Tue, 28 Apr 2020 at 02:11, Rayagonda Kokatanur > <[email protected]> wrote: > > > > Add gpio driver support for Broadcom iproc-based socs. > > > > Signed-off-by: Rayagonda Kokatanur <[email protected]> > > Signed-off-by: Sheetal Tigadoli <[email protected]> > > --- > > drivers/gpio/Kconfig | 10 ++ > > drivers/gpio/Makefile | 1 + > > drivers/gpio/iproc_gpio.c | 260 ++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 271 insertions(+) > > create mode 100644 drivers/gpio/iproc_gpio.c > > > > Please can you use the livetree interface? That is dev_read_...() - or > maybe ofnode_...() if you need to read from a non-device node.
Thank you Simon, will fix it. > > Regards, > Simon

