summaryrefslogtreecommitdiff
path: root/drivers/i3c/master
AgeCommit message (Expand)Author
2026-06-01i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai
2026-04-18i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter
2026-04-18i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter
2026-04-18i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter
2026-03-04i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li
2026-01-19i3c: master: svc: Prevent incomplete IBI transactionStanley Chu
2025-10-19i3c: master: svc: Recycle unused IBI slotStanley Chu
2025-06-04i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor
2025-06-04i3c: master: svc: Fix missing STOP for master requestStanley Chu
2025-05-02i3c: master: svc: Use readsb helper for reading MDBStanley Chu
2025-04-10i3c: master: svc: Fix missing the IBI rulesStanley Chu
2024-12-14i3c: mipi-i3c-hci: Mask ring interrupts before ring stop requestJarkko Nikula
2024-09-12i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setupJarkko Nikula
2024-09-04i3c: mipi-i3c-hci: Do not unmap region not mapped for transferJarkko Nikula
2024-09-04i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times outJarkko Nikula
2024-06-16i3c: master: svc: fix invalidate IBI type and miss call client IBI handlerFrank Li
2024-02-23i3c: master: cdns: Update maximum prescaler value for i2c clockHarshit Shah
2023-11-28i3c: master: svc: fix SDA keep low when polling IBIWON timeout happenFrank Li
2023-11-28i3c: master: svc: fix check wrong status register in irq handlerFrank Li
2023-11-28i3c: master: svc: fix ibi may not return mandatory data byteFrank Li
2023-11-28i3c: master: svc: fix wrong data return when IBI happen during start frameFrank Li
2023-11-28i3c: master: svc: fix race condition in ibi work threadFrank Li
2023-11-28i3c: master: cdns: Fix reading status registerJoshua Yeong
2023-11-28i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Billy Tsai
2023-11-28i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handlerJarkko Nikula
2023-09-19i3c: master: svc: fix probe failure when no i3c device existFrank Li
2022-03-08i3c: master: dw: check return of dw_i3c_master_get_free_pos()Tom Rix
2022-03-08i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET
2021-07-10Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2021-06-29i3c: master: cdns: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-09i3c: master: svc: fix doc warning in svc-i3c-master.cYang Yingliang
2021-06-09i3c: master: svc: drop free_irq of devm_request_irq allocated irqYang Yingliang
2021-03-09i3c: master: svc: remove redundant assignment to cmd->read_lenColin Ian King
2021-02-22Merge tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2021-02-06i3c: master: dw: Drop redundant disec callMiquel Raynal
2021-02-06i3c: master: svc: Add Silvaco I3C master driverMiquel Raynal
2021-02-01i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependencyDavid Gow
2020-12-31i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor
2020-12-17i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre
2020-11-25i3c/master: Fix uninitialized variable next_addrColin Ian King
2020-11-23i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2020-10-07i3c: master: Fix error return in cdns_i3c_master_probe()Jing Xiangfeng
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-28i3c: master: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-13i3c: master: dw: reattach device on first available location of address tableVitor Soares
2020-01-13i3c: master: cdns: convert to devm_platform_ioremap_resourceYangtao Li
2020-01-13i3c: master: dw: convert to devm_platform_ioremap_resourceYangtao Li
2019-12-09i3c: master: cdns: add data hold delay supportPrzemyslaw Gaj
2019-08-11i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj