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

2019-06-05 Thread Clément Péron
On Wed, 5 Jun 2019 at 22:00, Maxime Ripard wrote: > > On Wed, Jun 05, 2019 at 02:44:06PM +0200, Clément Péron wrote: > > Hi Maxime, > > > > On Wed, 5 Jun 2019 at 11:51, Maxime Ripard > > wrote: > > > > > > On Tue, Jun 04, 2019 at 06:29:50PM +0200, Clément Péron wrote: > > > > We are using RXINT

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

2019-06-05 Thread Maxime Ripard
On Wed, Jun 05, 2019 at 02:44:06PM +0200, Clément Péron wrote: > Hi Maxime, > > On Wed, 5 Jun 2019 at 11:51, Maxime Ripard wrote: > > > > On Tue, Jun 04, 2019 at 06:29:50PM +0200, Clément Péron wrote: > > > We are using RXINT bits definition when looking at RXSTA register. > > > > > > These bits a

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

2019-06-05 Thread Clément Péron
Hi Maxime, On Wed, 5 Jun 2019 at 11:51, Maxime Ripard wrote: > > On Tue, Jun 04, 2019 at 06:29:50PM +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

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

2019-06-05 Thread Maxime Ripard
On Tue, Jun 04, 2019 at 06:29:50PM +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 > --- > drivers/me