Commit e01a8baf authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

i3c: document i3c_xfers

parent 4b011b53
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -418,7 +418,11 @@ struct i3c_bus {
 * @send_ccc_cmd: send a CCC command
 *		  This method is mandatory.
 * @priv_xfers: do one or several private I3C SDR transfers
 *		This method is mandatory.
 *		This method is mandatory when i3c_xfers is not implemented. It
 *		is deprecated.
 * @i3c_xfers: do one or several I3C SDR or HDR transfers
 *	       This method is mandatory when priv_xfers is not implemented but
 *	       should be implemented instead of priv_xfers.
 * @attach_i2c_dev: called every time an I2C device is attached to the bus.
 *		    This is a good place to attach master controller specific
 *		    data to I2C devices.