linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH net-next 01/11] regmap: add helper for per-port regfield initialization
       [not found] ` <20200527234113.2491988-2-olteanv@gmail.com>
@ 2020-05-27 23:46   ` Vladimir Oltean
  0 siblings, 0 replies; only message in thread
From: Vladimir Oltean @ 2020-05-27 23:46 UTC (permalink / raw)
  To: David S. Miller, Mark Brown, lkml
  Cc: netdev, Andrew Lunn, Vivien Didelot, Florian Fainelli,
	Russell King - ARM Linux admin, Antoine Tenart,
	Alexandre Belloni, Horatiu Vultur, Allan W. Nielsen,
	Microchip Linux Driver Support, Alexandru Marginean,
	Claudiu Manoil, Madalin Bucur (OSS),
	radu-andrei.bulie, fido_max

On Thu, 28 May 2020 at 02:41, Vladimir Oltean <olteanv@gmail.com> wrote:
>
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> 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 <vladimir.oltean@nxp.com>
> ---

Oops, looks like I forgot to copy Mark on this patch, sorry...
Since you don't have this series in your inbox, here's the patchwork link to it:
https://patchwork.ozlabs.org/project/netdev/cover/20200527234113.2491988-1-olteanv@gmail.com/

>  include/linux/regmap.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/include/linux/regmap.h b/include/linux/regmap.h
> index 40b07168fd8e..87703d105191 100644
> --- a/include/linux/regmap.h
> +++ b/include/linux/regmap.h
> @@ -1134,6 +1134,14 @@ struct reg_field {
>                                 .msb = _msb,    \
>                                 }
>
> +#define REG_FIELD_ID(_reg, _lsb, _msb, _size, _offset) {       \
> +                               .reg = _reg,                    \
> +                               .lsb = _lsb,                    \
> +                               .msb = _msb,                    \
> +                               .id_size = _size,               \
> +                               .id_offset = _offset,           \
> +                               }
> +
>  struct regmap_field *regmap_field_alloc(struct regmap *regmap,
>                 struct reg_field reg_field);
>  void regmap_field_free(struct regmap_field *field);
> --
> 2.25.1
>

Regards,
-Vladimir

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-27 23:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200527234113.2491988-1-olteanv@gmail.com>
     [not found] ` <20200527234113.2491988-2-olteanv@gmail.com>
2020-05-27 23:46   ` [PATCH net-next 01/11] regmap: add helper for per-port regfield initialization Vladimir Oltean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).