summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23i3c: dw: Add hot-join support.Billy Tsai2-13/+56
2024-05-23i3c: master: Enable runtime PM for master controllerMukesh Kumar Savaliya1-0/+6
2024-05-23i3c: master: svc: fix invalidate IBI type and miss call client IBI handlerFrank Li1-3/+13
2024-05-23i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frameFrank Li1-1/+1
2024-05-23i3c: Add comment for -EAGAIN in i3c_device_do_priv_xfers()Frank Li1-0/+4
2024-02-19i3c: Make i3c_bus_type constRicardo B. Marliere2-2/+2
2024-02-19i3c: dw: Disable IBI IRQ depends on hot-join and SIR enablingDylan Hung1-1/+3
2024-01-08i3c: master: cdns: Update maximum prescaler value for i2c clockHarshit Shah1-3/+4
2024-01-08i3c: master: svc: return actual transfer data lenFrank Li1-0/+8
2024-01-08i3c: master: svc: rename read_len as actual_lenFrank Li1-13/+13
2024-01-08i3c: master: svc: add hot join supportFrank Li1-4/+57
2024-01-08i3c: master: add enable(disable) hot join in sys entryFrank Li1-0/+83
2023-11-17i3c: master: Fix build errorJarkko Nikula1-1/+1
2023-11-17i3c: Add fallback method for GETMXDS CCCJoshua Yeong1-2/+10
2023-11-17i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfersJarkko Nikula3-1/+44
2023-11-17i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()Jarkko Nikula1-1/+2
2023-11-17i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()Jarkko Nikula1-3/+3
2023-11-17i3c: mipi-i3c-hci: Report NACK response from CCC command to coreJarkko Nikula1-1/+8
2023-11-05Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds8-36/+123
2023-11-04i3c: master: handle IBIs in order they cameZbigniew Lukwinski1-1/+13
2023-11-04i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Billy Tsai1-10/+19
2023-11-03i3c: master: svc: fix compatibility string mismatch with binding docFrank Li1-1/+1
2023-11-03i3c: master: svc: fix random hot join failure since timeout errorFrank Li1-0/+9
2023-11-03i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenFrank Li1-0/+1
2023-11-03i3c: master: svc: fix check wrong status register in irq handlerFrank Li1-1/+1
2023-11-03i3c: master: svc: fix ibi may not return mandatory data byteFrank Li1-0/+8
2023-11-03i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li1-0/+20
2023-11-03i3c: master: svc: fix race condition in ibi work threadFrank Li1-0/+14
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr1-0/+35
2023-10-10i3c: Fix typo "Provisional ID" to "Provisioned ID"Matt Johnston1-1/+1
2023-09-26i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devsDinghao Liu1-1/+3
2023-09-26i3c: mipi-i3c-hci: Resume controller after aborted transferJarkko Nikula1-1/+3
2023-09-26i3c: mipi-i3c-hci: Resume controller explicitlyJarkko Nikula1-2/+1
2023-09-26i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()Jarkko Nikula1-0/+1
2023-09-26i3c: mipi-i3c-hci: Do not unmap region not mapped for transferJarkko Nikula1-0/+2
2023-09-26i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlierJarkko Nikula1-2/+3
2023-09-26i3c: mipi-i3c-hci: Fix race between bus cleanup and interruptJarkko Nikula1-0/+2
2023-09-26i3c: mipi-i3c-hci: Set ring start request together with enableJarkko Nikula1-1/+2
2023-09-26i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times outJarkko Nikula1-2/+1
2023-09-26i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handlerJarkko Nikula1-1/+1
2023-09-26i3c: mipi-i3c-hci: Fix DAT/DCT entry sizesJarkko Nikula1-4/+4
2023-09-26i3c: mipi-i3c-hci: Add MODULE_ALIASJarkko Nikula1-0/+1
2023-09-26i3c: master: Inherit DMA masks and parameters from parent deviceJarkko Nikula1-0/+4
2023-09-26i3c: svc: Annotate struct svc_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-26i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_byKees Cook1-1/+1
2023-09-26i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-26i3c: dw: Annotate struct dw_i3c_xfer with __counted_byKees Cook1-1/+1
2023-09-26i3c: replace deprecated strncpyJustin Stitt1-1/+1
2023-09-26i3c: master: cdns: Fix reading status registerJoshua Yeong1-3/+3
2023-09-06i3c: master: svc: fix probe failure when no i3c device existFrank Li1-2/+12