On 12/10/2019 00:16, Simon Glass wrote: > This function assumes that the 'val' parameter has no masked bits set. > This is not defined by the function prototype though. Fix the function to > mask the value and update the documentation. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/core/regmap.c | 2 +- > include/regmap.h | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
- [U-Boot] [PATCH 0/5] dm: regmap: Various fixes for reg... Simon Glass
- [U-Boot] [PATCH 3/5] sandbox: test: Add a prototy... Simon Glass
- [U-Boot] [PATCH 4/5] dm: regmap: Fix mask in regm... Simon Glass
- Re: [U-Boot] [PATCH 4/5] dm: regmap: Fix mask... Bin Meng
- Re: [U-Boot] [PATCH 4/5] dm: regmap: Fix mask... Jean-Jacques Hiblot
- Re: [U-Boot] [PATCH 4/5] dm: regmap: Fix mask... sjg
- [U-Boot] [PATCH 2/5] sandbox: Drop 'const' from s... Simon Glass
- [U-Boot] [PATCH 5/5] test: regmap: check the valu... Simon Glass
- [U-Boot] [PATCH 1/5] sandbox: test: Show hex valu... Simon Glass