From 107c94972ac00112497c7129c919c4dcfdbee1da Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Mon, 21 Oct 2024 13:47:15 -0700 Subject: [PATCH] drivers: i3c: npcx: add api call for default handler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add api calls for the default handlers for i3c rtio (cherry picked from commit 622732e85405643a938e045e56544ab00fef170c) Original-Signed-off-by: Ryan McClelland GitOrigin-RevId: 622732e85405643a938e045e56544ab00fef170c Cr-Build-Id: 8728310571250663457 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8728310571250663457 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ie0cababc75ef1856f22c46f20f6241537b34d1f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6101980 Commit-Queue: Dawid Niedźwiecki Tested-by: Dawid Niedźwiecki Reviewed-by: Dawid Niedźwiecki Tested-by: ChromeOS Prod (Robot) --- drivers/i3c/i3c_npcx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/i3c/i3c_npcx.c b/drivers/i3c/i3c_npcx.c index bde34aee040..437e941c2e3 100644 --- a/drivers/i3c/i3c_npcx.c +++ b/drivers/i3c/i3c_npcx.c @@ -2986,6 +2986,10 @@ static DEVICE_API(i3c, npcx_i3c_driver_api) = { .ibi_raise = npcx_i3c_target_ibi_raise, #endif + +#ifdef CONFIG_I3C_RTIO + .iodev_submit = i3c_iodev_submit_fallback, +#endif }; #define DT_INST_TGT_PID_PROP_OR(id, prop, idx) \