-
- Downloads
Merge tag 'i3c/for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pull i3c updates from Alexandre Belloni: "This adds support for the I3C HCI controller of the AMD SoC which as expected requires quirks. Also fixes for the other drivers, including rate selection fixes for svc. Core: - allow adjusting first broadcast address speed Drivers: - cdns: few fixes - mipi-i3c-hci: Add AMD SoC I3C controller support and quirks, fix get_i3c_mode - svc: adjust rates, fix race condition" * tag 'i3c/for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition i3c: master: svc: adjust SDR according to i3c spec i3c: master: svc: use slow speed for first broadcast address i3c: master: support to adjust first broadcast address speed i3c/master: cmd_v1: Fix the rule for getting i3c mode i3c: master: cdns: fix module autoloading i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold i3c: mipi-i3c-hci: Add a quirk to set timing parameters i3c: mipi-i3c-hci: Relocate helper macros to HCI header file i3c: mipi-i3c-hci: Add a quirk to set PIO mode i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1 i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
No related branches found
No related tags found
Showing
- drivers/i3c/master.c 12 additions, 0 deletionsdrivers/i3c/master.c
- drivers/i3c/master/i3c-master-cdns.c 2 additions, 0 deletionsdrivers/i3c/master/i3c-master-cdns.c
- drivers/i3c/master/mipi-i3c-hci/Makefile 2 additions, 1 deletiondrivers/i3c/master/mipi-i3c-hci/Makefile
- drivers/i3c/master/mipi-i3c-hci/cmd_v1.c 5 additions, 7 deletionsdrivers/i3c/master/mipi-i3c-hci/cmd_v1.c
- drivers/i3c/master/mipi-i3c-hci/core.c 27 additions, 9 deletionsdrivers/i3c/master/mipi-i3c-hci/core.c
- drivers/i3c/master/mipi-i3c-hci/hci.h 10 additions, 0 deletionsdrivers/i3c/master/mipi-i3c-hci/hci.h
- drivers/i3c/master/mipi-i3c-hci/hci_quirks.c 44 additions, 0 deletionsdrivers/i3c/master/mipi-i3c-hci/hci_quirks.c
- drivers/i3c/master/svc-i3c-master.c 75 additions, 9 deletionsdrivers/i3c/master/svc-i3c-master.c
- include/linux/i3c/master.h 16 additions, 0 deletionsinclude/linux/i3c/master.h
Loading
Please register or sign in to comment