Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-29 Thread Clément Péron
Hi, On Wed, 29 May 2019 at 09:19, Maxime Ripard wrote: > > On Tue, May 28, 2019 at 08:04:47PM +0200, Ondřej Jirman wrote: > > Hello Clément, > > > > On Tue, May 28, 2019 at 06:21:19PM +0200, Clément Péron wrote: > > > Hi Ondřej, > > > > > > On Mon, 27 May 2019 at 21:53, 'Ondřej Jirman' via

Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-29 Thread Maxime Ripard
On Tue, May 28, 2019 at 08:04:47PM +0200, Ondřej Jirman wrote: > Hello Clément, > > On Tue, May 28, 2019 at 06:21:19PM +0200, Clément Péron wrote: > > Hi Ondřej, > > > > On Mon, 27 May 2019 at 21:53, 'Ondřej Jirman' via linux-sunxi > > wrote: > > > > > > Hi Clément, > > > > > > On Mon, May 27,

Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-28 Thread Ondřej Jirman
Hello Clément, On Tue, May 28, 2019 at 06:21:19PM +0200, Clément Péron wrote: > Hi Ondřej, > > On Mon, 27 May 2019 at 21:53, 'Ondřej Jirman' via linux-sunxi > wrote: > > > > Hi Clément, > > > > On Mon, May 27, 2019 at 09:30:16PM +0200, verejna wrote: > > > Hi Clément, > > > > > > On Mon, May

Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-28 Thread Clément Péron
Hi Ondřej, On Mon, 27 May 2019 at 21:53, 'Ondřej Jirman' via linux-sunxi wrote: > > Hi Clément, > > On Mon, May 27, 2019 at 09:30:16PM +0200, verejna wrote: > > Hi Clément, > > > > On Mon, May 27, 2019 at 08:49:59PM +0200, Clément Péron wrote: > > > Hi Ondrej, > > > > > > > > > > > I'm testing

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Ondřej Jirman
Hi Clément, On Mon, May 27, 2019 at 09:30:16PM +0200, verejna wrote: > Hi Clément, > > On Mon, May 27, 2019 at 08:49:59PM +0200, Clément Péron wrote: > > Hi Ondrej, > > > > > > > > I'm testing on Orange Pi 3. > > > > > > With your patches, I get kernel lockup after ~1 minute of use (ssh stops >

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Ondřej Jirman
Hi Clément, On Mon, May 27, 2019 at 08:49:59PM +0200, Clément Péron wrote: > Hi Ondrej, > > > > > I'm testing on Orange Pi 3. > > > > With your patches, I get kernel lockup after ~1 minute of use (ssh stops > > responding/serial console stops responding). I don't have RC controller to > > test

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Clément Péron
Hi Ondrej, On Mon, 27 May 2019 at 19:23, Ondřej Jirman wrote: > > Hi Clément, > > On Mon, May 27, 2019 at 06:31:17PM +0200, verejna wrote: > > Hi Clément, > > > > On Mon, May 27, 2019 at 04:59:35PM +0200, Clément Péron wrote: > > > Hi Ondřej, > > > > > > On Mon, 27 May 2019 at 15:48, Ondřej

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Ondřej Jirman
Hi Clément, On Mon, May 27, 2019 at 06:31:17PM +0200, verejna wrote: > Hi Clément, > > On Mon, May 27, 2019 at 04:59:35PM +0200, Clément Péron wrote: > > Hi Ondřej, > > > > On Mon, 27 May 2019 at 15:48, Ondřej Jirman wrote: > > > > > > Hi Clément, > > > > > > On Mon, May 27, 2019 at 12:25:26AM

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Ondřej Jirman
Hi Clément, On Mon, May 27, 2019 at 04:59:35PM +0200, Clément Péron wrote: > Hi Ondřej, > > On Mon, 27 May 2019 at 15:48, Ondřej Jirman wrote: > > > > Hi Clément, > > > > On Mon, May 27, 2019 at 12:25:26AM +0200, Clément Péron wrote: > > > Hi, > > > > > > A64 IR support series[1] pointed out

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Clément Péron
Hi Ondřej, On Mon, 27 May 2019 at 15:48, Ondřej Jirman wrote: > > Hi Clément, > > On Mon, May 27, 2019 at 12:25:26AM +0200, Clément Péron wrote: > > Hi, > > > > A64 IR support series[1] pointed out that an A31 bindings should be > > introduced. > > > > This series introduce the A31 compatible

Re: [PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-27 Thread Ondřej Jirman
Hi Clément, On Mon, May 27, 2019 at 12:25:26AM +0200, Clément Péron wrote: > Hi, > > A64 IR support series[1] pointed out that an A31 bindings should be > introduced. > > This series introduce the A31 compatible bindings, then switch it on > the already existing board. > > Finally introduce

[PATCH v2 00/10] Allwinner A64/H6 IR support

2019-05-26 Thread Clément Péron
Hi, A64 IR support series[1] pointed out that an A31 bindings should be introduced. This series introduce the A31 compatible bindings, then switch it on the already existing board. Finally introduce A64 and H6 support. Regards, Clément [1]