Re: [PATCH v3 5/5] gpio: syscon: Add support for the Xylon LogiCVC GPIOs

2019-10-03 Thread Paul Kocialkowski
Hi and thanks for the review! On Thu 03 Oct 19, 10:26, Bartosz Golaszewski wrote: > Hi Paul, > > just two nits: > > pt., 27 wrz 2019 o 12:04 Paul Kocialkowski > napisał(a): > > > > The LogiCVC display hardware block comes with GPIO capabilities > > that must be exposed separately from the main

Re: [PATCH v3 5/5] gpio: syscon: Add support for the Xylon LogiCVC GPIOs

2019-10-03 Thread Bartosz Golaszewski
Hi Paul, just two nits: pt., 27 wrz 2019 o 12:04 Paul Kocialkowski napisał(a): > > The LogiCVC display hardware block comes with GPIO capabilities > that must be exposed separately from the main driver (as GPIOs) for > use with regulators and panels. A syscon is used to share the same > regmap a

[PATCH v3 5/5] gpio: syscon: Add support for the Xylon LogiCVC GPIOs

2019-09-27 Thread Paul Kocialkowski
The LogiCVC display hardware block comes with GPIO capabilities that must be exposed separately from the main driver (as GPIOs) for use with regulators and panels. A syscon is used to share the same regmap across the two drivers. Since the GPIO capabilities are pretty simple, add them to the sysco