Re: [PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization

2020-06-01 Thread Mark Brown
On Mon, Jun 01, 2020 at 01:51:31PM +0200, Alexandre Belloni wrote: > On 01/06/2020 14:12:38+0300, Vladimir Oltean wrote: > > In my mind I am not exactly sure what the pull request does to improve > > the work flow. My simplified idea was that you would send a pull > > request upstream, then David

Re: [PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization

2020-06-01 Thread Alexandre Belloni
On 01/06/2020 14:12:38+0300, Vladimir Oltean wrote: > Hi Mark, > > On Mon, 1 Jun 2020 at 13:54, Mark Brown wrote: > > > > On Sun, May 31, 2020 at 03:26:28PM +0300, Vladimir Oltean wrote: > > > From: Vladimir Oltean > > > > > > Similar to the standalone regfields, add an initializer for the users

Re: [PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization

2020-06-01 Thread Vladimir Oltean
Hi Mark, On Mon, 1 Jun 2020 at 13:54, Mark Brown wrote: > > On Sun, May 31, 2020 at 03:26:28PM +0300, Vladimir Oltean wrote: > > From: Vladimir Oltean > > > > Similar to the standalone regfields, add an initializer for the users > > who need to set .id_size and .id_offset in order to use the > >

Re: [PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization

2020-06-01 Thread Mark Brown
On Sun, May 31, 2020 at 03:26:28PM +0300, Vladimir Oltean wrote: > From: Vladimir Oltean > > Similar to the standalone regfields, add an initializer for the users > who need to set .id_size and .id_offset in order to use the > regmap_fields_update_bits_base API. > > Signed-off-by: Vladimir Oltea

[PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization

2020-05-31 Thread Vladimir Oltean
From: Vladimir Oltean Similar to the standalone regfields, add an initializer for the users who need to set .id_size and .id_offset in order to use the regmap_fields_update_bits_base API. Signed-off-by: Vladimir Oltean Link: https://lore.kernel.org/r/20200527234113.2491988-2-olte...@gmail.com S