Messages in this thread |  | | Date | Mon, 02 Dec 2019 13:29:07 +1030 | From | "Andrew Jeffery" <> | Subject | Re: [PATCH v3 1/6] gpio: treewide rename gpio chip hwgpio to gpiod to offset |
| |
On Sat, 30 Nov 2019, at 03:55, Marco Felsch wrote: > During discussion [1] we decided to rename the gpio subsystem local > helper so the name is more meaningful for users outside the gpio > subsystem. Making the helper public is done by a 2nd patch. The > current users are the gpiolib itself and the aspeed gpio driver. > The renaming is done by the following command: > > find ./drivers/gpio -type f -exec sed -i > 's/gpio_chip_hwgpio/gpiod_to_offset/g' {} \; > > [1] https://lkml.org/lkml/2019/11/27/357 > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > Changelog: > v3: > - new patch > > drivers/gpio/gpio-aspeed.c | 6 ++---
For the aspeed portion:
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
|  |