Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-24 Thread Maxime Ripard
On Wed, Jul 24, 2019 at 06:39:37AM +0100, Sean Young wrote: > On Tue, Jul 23, 2019 at 09:04:40AM +0200, Maxime Ripard wrote: > > Hi Sean, > > > > On Tue, Jul 23, 2019 at 07:25:57AM +0100, Sean Young wrote: > > > On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > > > > On Sun, Jul 14, 201

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-23 Thread Sean Young
On Tue, Jul 23, 2019 at 09:04:40AM +0200, Maxime Ripard wrote: > Hi Sean, > > On Tue, Jul 23, 2019 at 07:25:57AM +0100, Sean Young wrote: > > On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > > > On Sun, Jul 14, 2019 at 04:32:22PM +0200, Clément Péron wrote: > > > > Hi Sean, > > > > >

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-23 Thread Maxime Ripard
Hi Sean, On Tue, Jul 23, 2019 at 07:25:57AM +0100, Sean Young wrote: > On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > > On Sun, Jul 14, 2019 at 04:32:22PM +0200, Clément Péron wrote: > > > Hi Sean, > > > > > > You acked the whole v3 series but this patch has been introduced in v5 >

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-22 Thread Sean Young
Hi, On Mon, Jul 15, 2019 at 01:12:45PM +0100, Sean Young wrote: > On Sun, Jul 14, 2019 at 04:32:22PM +0200, Clément Péron wrote: > > Hi Sean, > > > > You acked the whole v3 series but this patch has been introduced in v5 > > could you ack this one too? > > Acked-by: Sean Young So who's tree sh

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-15 Thread Sean Young
On Sun, Jul 14, 2019 at 04:32:22PM +0200, Clément Péron wrote: > Hi Sean, > > You acked the whole v3 series but this patch has been introduced in v5 > could you ack this one too? Acked-by: Sean Young Thanks Sean > > Thanks, > Clément > > > > > On Mon, 10 Jun 2019 at 11:52, Maxime Ripard

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-14 Thread Clément Péron
Hi Sean, You acked the whole v3 series but this patch has been introduced in v5 could you ack this one too? Thanks, Clément On Mon, 10 Jun 2019 at 11:52, Maxime Ripard wrote: > > On Sat, Jun 08, 2019 at 01:10:51AM +0200, Clément Péron wrote: > > We are using RXINT bits definition when lookin

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-06-10 Thread Maxime Ripard
On Sat, Jun 08, 2019 at 01:10:51AM +0200, Clément Péron wrote: > We are using RXINT bits definition when looking at RXSTA register. > > These bits are equal but it's not really proper. > > Introduce the RXSTA bits and use them to have coherency. > > Signed-off-by: Clément Péron Acked-by: Maxime R

[PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-06-07 Thread Clément Péron
We are using RXINT bits definition when looking at RXSTA register. These bits are equal but it's not really proper. Introduce the RXSTA bits and use them to have coherency. Signed-off-by: Clément Péron --- drivers/media/rc/sunxi-cir.c | 18 -- 1 file changed, 12 insertions(+),