This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ed6c23b17547 Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm [...] new 9e0e9e85e74e i3c: mipi-i3c-hci: Report NACK response from CCC command to core new 0be1a06c66c9 i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cm [...] new f83f86e506e6 i3c: mipi-i3c-hci: Handle I3C address header error in hci_ [...] new 4afd72876942 i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers new 2aac0bf4ebc8 i3c: Add fallback method for GETMXDS CCC new b4da37db3e2c i3c: master: Fix build error new 317bacf960a4 i3c: master: add enable(disable) hot join in sys entry new 05b26c31a485 i3c: master: svc: add hot join support new e5e3df06ac98 i3c: add actual_len in i3c_priv_xfer new 6fb61734a74e i3c: master: svc: rename read_len as actual_len new 6d1a19d34e2c i3c: master: svc: return actual transfer data len new 18e579487990 i3c: master: fix Excess kernel-doc description warning new 374c13f9080a i3c: master: cdns: Update maximum prescaler value for i2c clock new 34d946b723b5 i3c: master: fix kernel-doc check warning new 4fa0888f6f3e i3c: document hotjoin sysfs entry new a3f4a07b5027 Merge tag 'i3c/for-6.8' of git://git.kernel.org/pub/scm/li [...]
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-bus-i3c | 15 +++++ drivers/i3c/master.c | 95 +++++++++++++++++++++++++++++++- drivers/i3c/master/i3c-master-cdns.c | 7 ++- drivers/i3c/master/mipi-i3c-hci/cmd_v1.c | 7 ++- drivers/i3c/master/mipi-i3c-hci/core.c | 49 +++++++++++++++- drivers/i3c/master/mipi-i3c-hci/dma.c | 4 +- drivers/i3c/master/mipi-i3c-hci/hci.h | 1 + drivers/i3c/master/svc-i3c-master.c | 95 ++++++++++++++++++++++++++------ include/linux/i3c/device.h | 2 + include/linux/i3c/master.h | 9 ++- 10 files changed, 256 insertions(+), 28 deletions(-)