commit | c75783219f4addd32a6ee699a9b03f98c0cd3ac4 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Mon Apr 22 16:20:39 2024 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 16 16:23:31 2024 +0200 |
tree | f57f2ed53abd34a4f8c5427f0514b5515601375e | |
parent | bb66b7b8706e7b418220d61274fdd49cdb8d5609 [diff] |
drivers: i3c: cdns: handle variable length ccc with m0 err The CDNS will report a M0 error if the data length is not what it expects, but certain CCCs can have a variable length such as GETMXDS and GETCAPS. This sets it up to ignore the M0 error if it sees that ccc was GETMXDS or GETCAPS. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>