diff options
author | 2020-04-17 19:09:13 +0200 | |
---|---|---|
committer | 2020-05-26 10:51:21 +0100 | |
commit | 12e5bf757a1fd03c5d736942428732be641daa1c (patch) | |
tree | c557bd706a00e7a45dd05db1ce396388fa32461f /net/unix/af_unix.c | |
parent | mfd: wcd934x: Drop kfree for memory allocated with devm_kzalloc (diff) | |
download | linux-dev-12e5bf757a1fd03c5d736942428732be641daa1c.tar.xz linux-dev-12e5bf757a1fd03c5d736942428732be641daa1c.zip |
mfd: max77620: Use single-byte writes on MAX77620
The MAX77620 doesn't support bulk writes, so make sure the regmap code
breaks bulk writes into multiple single-byte writes.
Note that this is mostly cosmetic because currently only the RTC sub-
driver uses bulk writes and the RTC driver ends up using a different
regmap on the MAX77620 anyway. However, it seems like a good idea to
make this change now in order to avoid running into issues if bulk
writes are ever used by other sub-drivers sometime down the road.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions