]> git.ipfire.org Git - thirdparty/linux.git/commit
i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 12 Jun 2026 08:01:06 +0000 (11:01 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 14 Jun 2026 19:49:11 +0000 (21:49 +0200)
commit94daedb41d288d9ce798332fc2feb523875676e1
tree078d179859b6bebdd707da62658525d733331e46
parent689d0bd8f4ada0834bd198d8af8e519683ae81d1
i3c: master: Move DAA API functions after i3c_master_add_i3c_dev_locked()

Relocate i3c_master_do_daa_ext() and i3c_master_do_daa() so they appear
after i3c_master_add_i3c_dev_locked().

This ordering is required for upcoming changes where the DAA flow will
(indirectly) rely on i3c_master_add_i3c_dev_locked() functionality.
Reordering avoids forward dependency issues and keeps related code paths
logically arranged.

No functional change.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260612080107.11606-7-adrian.hunter@intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master.c