summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/mipi-i3c-hci
AgeCommit message (Expand)AuthorFilesLines
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/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_byKees Cook1-1/+1
2023-08-10i3c/master: cmd_v1: Fix the exit criteria for the daa procedureBilly Tsai1-1/+1
2023-03-21i3c: mipi-i3c-hci: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-21i3c: Make i3c_master_unregister() return voidUwe Kleine-König1-1/+3
2022-05-17i3c/master: simplify the return expression of i3c_hci_remove()Minghao Chi1-6/+1
2022-01-05i3c: master: mipi-i3c-hci: correct the config reference for endiannessLukas Bulwahn1-1/+1
2021-12-10i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET1-3/+1
2021-12-10i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-12-10i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticLen Baker1-1/+1
2020-12-31i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor1-1/+1
2020-12-17i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre1-1/+1
2020-11-25i3c/master: Fix uninitialized variable next_addrColin Ian King1-1/+1
2020-11-23i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre16-0/+4250