commit | ae63c62f0ea76d4c79e0e8c14b32ce2e60da7827 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@meta.com> | Wed Oct 02 16:00:17 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Oct 05 14:04:25 2024 -0400 |
tree | d7624c4b4b234ffb5f2c99543c8a3dd2ecb7bf4c | |
parent | 31e821bef670372416d9cf75e6af492a51393fc9 [diff] |
drivers: i3c: implement support for ibi thr interrupts Some IBI TIR packets can be larger than the ibi data fifo size which can prevent it from receiving the full packet. This adds a data struct in to the driver data where data can be pushed to as data is being transfered. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>