Re: [PATCH] gpio: Add gpio_request_by_line_name()

2022-04-10 Thread Tom Rini
On Mon, Jan 31, 2022 at 01:54:05PM +1030, Andrew Jeffery wrote: > Add support for the upstream gpio-line-names property already described > in the common GPIO binding document[1]. The ability to search for a line > name allows boards to lift the implementation of common GPIO behaviours > away

Re: [PATCH] gpio: Add gpio_request_by_line_name()

2022-01-31 Thread Andrew Jeffery
Hi Fabio, thanks for taking a look. On Tue, 1 Feb 2022, at 02:40, Fabio Estevam wrote: > On Mon, Jan 31, 2022 at 9:55 AM Andrew Jeffery wrote: >> >> Add support for the upstream gpio-line-names property already described >> in the common GPIO binding document[1]. The ability to search for a line

Re: [PATCH] gpio: Add gpio_request_by_line_name()

2022-01-31 Thread Fabio Estevam
On Mon, Jan 31, 2022 at 9:55 AM Andrew Jeffery wrote: > > Add support for the upstream gpio-line-names property already described > in the common GPIO binding document[1]. The ability to search for a line > name allows boards to lift the implementation of common GPIO behaviours > away from

[PATCH] gpio: Add gpio_request_by_line_name()

2022-01-31 Thread Andrew Jeffery
Add support for the upstream gpio-line-names property already described in the common GPIO binding document[1]. The ability to search for a line name allows boards to lift the implementation of common GPIO behaviours away from specific line indexes on a GPIO controller. [1]