
15 Jul
2021
15 Jul
'21
8:10 p.m.
On Thu, 15 Jul 2021 at 09:40, Sebastian Reichel sebastian.reichel@collabora.com wrote:
Add function to apply a bitmask to an i2c register, so that specific bits can be cleared and/or set.
Suggested-by: Simon Glass sjg@chromium.org Signed-off-by: Sebastian Reichel sebastian.reichel@collabora.com
drivers/i2c/i2c-uclass.c | 15 +++++++++++++++ include/i2c.h | 14 ++++++++++++++ test/dm/i2c.c | 29 +++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org