commit | 00b6443a5540996be355072cac01c03913884d53 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Sat Sep 14 00:06:19 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 26 03:34:16 2024 -0400 |
tree | ab5bd388637dc8205356379d647fe749e938fb33 | |
parent | e401b80b61e56644a35e98fe0305148c58b0a8ad [diff] |
drivers: i3c: add additional option to setdasa struct i3c_ccc_address is intended to match the output where the address is left shifted by 1 for SETDASA and SETNEWDA. Require the operations calling it to shift the data. add an additional parameter for the setdasa function which will allow for the da to be configured rather than being hard coded. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>