Commit 0fed4e16 authored by Jim Wylder's avatar Jim Wylder Committed by Treehugger Robot
Browse files

UPSTREAM: regmap: Account for register length when chunking



Currently, when regmap_raw_write() splits the data, it uses the
max_raw_write value defined for the bus.  For any bus that includes
the target register address in the max_raw_write value, the chunked
transmission will always exceed the maximum transmission length.
To avoid this problem, subtract the length of the register and the
padding from the maximum transmission.

Signed-off-by: default avatarJim Wylder <jwylder@google.com>
Link: https://lore.kernel.org/r/20230517152444.3690870-2-jwylder@google.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Bug: 284126209
Change-Id: Ie265716bf523ed29c7d5ef9c0292e220adfb9dfc
(cherry picked from commit 39815141)
Signed-off-by: default avatarJim Wylder <jwylder@google.com>
parent f744b16d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment