Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2019-03-27 Thread Simon Horman
On Mon, Mar 25, 2019 at 04:30:29AM +0200, Laurent Pinchart wrote: > Hi Simon, > > On Mon, Sep 17, 2018 at 09:10:42AM +0200, Simon Horman wrote: > > On Wed, Sep 12, 2018 at 01:59:53PM +0200, Geert Uytterhoeven wrote: > > > On Wed, Sep 12, 2018 at 12:25 PM Simon Horman wrote: > > >> On Thu, Sep 06,

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2019-03-24 Thread Laurent Pinchart
Hi Simon, On Mon, Sep 17, 2018 at 09:10:42AM +0200, Simon Horman wrote: > On Wed, Sep 12, 2018 at 01:59:53PM +0200, Geert Uytterhoeven wrote: > > On Wed, Sep 12, 2018 at 12:25 PM Simon Horman wrote: > >> On Thu, Sep 06, 2018 at 12:59:20PM +0300, Laurent Pinchart wrote: > >>> On Thursday, 6 Septem

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-09-17 Thread Simon Horman
On Wed, Sep 12, 2018 at 01:59:53PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Sep 12, 2018 at 12:25 PM Simon Horman wrote: > > On Thu, Sep 06, 2018 at 12:59:20PM +0300, Laurent Pinchart wrote: > > > On Thursday, 6 September 2018 12:42:32 EEST Simon Horman wrote: > > > > On Thu, Aug

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-09-12 Thread Geert Uytterhoeven
Hi Simon, On Wed, Sep 12, 2018 at 12:25 PM Simon Horman wrote: > On Thu, Sep 06, 2018 at 12:59:20PM +0300, Laurent Pinchart wrote: > > On Thursday, 6 September 2018 12:42:32 EEST Simon Horman wrote: > > > On Thu, Aug 23, 2018 at 11:58:54AM +0200, Geert Uytterhoeven wrote: > > > > On Sun, Aug 19,

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-09-12 Thread Simon Horman
On Thu, Sep 06, 2018 at 12:59:20PM +0300, Laurent Pinchart wrote: > Hello, > > On Thursday, 6 September 2018 12:42:32 EEST Simon Horman wrote: > > On Thu, Aug 23, 2018 at 11:58:54AM +0200, Geert Uytterhoeven wrote: > > > On Sun, Aug 19, 2018 at 9:44 PM Laurent Pinchart wrote: > > >> The Salvator-X

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-09-06 Thread Laurent Pinchart
Hello, On Thursday, 6 September 2018 12:42:32 EEST Simon Horman wrote: > On Thu, Aug 23, 2018 at 11:58:54AM +0200, Geert Uytterhoeven wrote: > > On Sun, Aug 19, 2018 at 9:44 PM Laurent Pinchart wrote: > >> The Salvator-X and XS boards have a 4 lines DIP switch and 3 push > >> buttons connected to

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-09-06 Thread Simon Horman
On Thu, Aug 23, 2018 at 11:58:54AM +0200, Geert Uytterhoeven wrote: > Hi Laurent, > > On Sun, Aug 19, 2018 at 9:44 PM Laurent Pinchart > wrote: > > The Salvator-X and XS boards have a 4 lines DIP switch and 3 push > > buttons connected to SoC GPIOs, meant to be used as general-purpose test > > ke

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-08-23 Thread Geert Uytterhoeven
Hi Laurent, On Sun, Aug 19, 2018 at 9:44 PM Laurent Pinchart wrote: > The Salvator-X and XS boards have a 4 lines DIP switch and 3 push > buttons connected to SoC GPIOs, meant to be used as general-purpose test > keys. Add a corresponding node in DT, mapping (semi-randomly) the DIP > switch to ke

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-08-23 Thread Geert Uytterhoeven
Hi Simon, On Wed, Aug 22, 2018 at 12:30 PM Simon Horman wrote: > On Sun, Aug 19, 2018 at 10:44:55PM +0300, Laurent Pinchart wrote: > > The Salvator-X and XS boards have a 4 lines DIP switch and 3 push > > buttons connected to SoC GPIOs, meant to be used as general-purpose test > > keys. Add a cor

Re: [PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-08-22 Thread Simon Horman
Hi Laurent, thanks for your patch. On Sun, Aug 19, 2018 at 10:44:55PM +0300, Laurent Pinchart wrote: > The Salvator-X and XS boards have a 4 lines DIP switch and 3 push > buttons connected to SoC GPIOs, meant to be used as general-purpose test > keys. Add a corresponding node in DT, mapping (semi

[PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support

2018-08-19 Thread Laurent Pinchart
The Salvator-X and XS boards have a 4 lines DIP switch and 3 push buttons connected to SoC GPIOs, meant to be used as general-purpose test keys. Add a corresponding node in DT, mapping (semi-randomly) the DIP switch to keys 1-4 and the push buttons to keys A-C. Signed-off-by: Laurent Pinchart ---