summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/internals.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-12-14 09:34:26 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2022-12-14 09:34:26 -0800
commita0a6c76cf2a506c061072db6c187f8a641dc85de (patch)
treec1f9ce44b977938b47b1203cbf76b0373b0ac43c /drivers/i3c/internals.h
parentab425febda94c7d287ea3433cbd0971771d6aeb4 (diff)
parent08dcf0732cb4d97b85493d9f60470e48eebf87fe (diff)
downloadlinux-a0a6c76cf2a506c061072db6c187f8a641dc85de.tar.bz2
Merge tag 'i3c/for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pull i3c updates from Alexandre Belloni: "A non-urgent fix and SETDASA is now exported to drivers" * tag 'i3c/for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: MAINTAINERS: mark I3C DRIVER FOR SYNOPSYS DESIGNWARE orphan i3c: export SETDASA method i3c: Correct the macro module_i3c_i2c_driver
Diffstat (limited to 'drivers/i3c/internals.h')
-rw-r--r--drivers/i3c/internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i3c/internals.h b/drivers/i3c/internals.h
index 86b7b44cfca2..908a807badaf 100644
--- a/drivers/i3c/internals.h
+++ b/drivers/i3c/internals.h
@@ -15,6 +15,7 @@ extern struct bus_type i3c_bus_type;
void i3c_bus_normaluse_lock(struct i3c_bus *bus);
void i3c_bus_normaluse_unlock(struct i3c_bus *bus);
+int i3c_dev_setdasa_locked(struct i3c_dev_desc *dev);
int i3c_dev_do_priv_xfers_locked(struct i3c_dev_desc *dev,
struct i3c_priv_xfer *xfers,
int nxfers);