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

2019-10-04 Thread Linus Walleij
On Mon, Sep 23, 2019 at 3:33 PM Paul Kocialkowski wrote: > Maybe a first step would be to introduce Kconfig options for each device and > ifdef around in the code, as to solve the "built unconditionally" aspect? ifdefs is something we try to avoid using too much, better for things to have their

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

2019-09-23 Thread Paul Kocialkowski
Hi, On Thu 12 Sep 19, 10:17, Linus Walleij wrote: > On Tue, Sep 10, 2019 at 4:29 PM Paul Kocialkowski > wrote: > > > 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 sysco

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

2019-09-12 Thread Linus Walleij
On Tue, Sep 10, 2019 at 4:29 PM Paul Kocialkowski wrote: > 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. >

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

2019-09-10 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