lkml.org 
[lkml]   [2020]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH net-next 01/11] regmap: add helper for per-port regfield initialization
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

\
 
 \ /
  Last update: 2020-05-28 01:46    [W:0.132 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site