index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
mipi-i3c-hci
/
dma.c
Age
Commit message (
Expand
)
Author
2025-01-12
i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
Jarkko Nikula
2024-11-01
i3c: mipi-i3c-hci: Handle interrupts according to current specifications
Jarkko Nikula
2024-11-01
i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
Jarkko Nikula
2024-07-26
i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported value
Jarkko Nikula
2024-07-26
i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
Jarkko Nikula
2024-07-26
i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addresses
Jarkko Nikula
2024-07-26
i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpers
Jarkko Nikula
2023-11-16
i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Resume controller after aborted transfer
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlier
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Set ring start request together with enable
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
Jarkko Nikula
2023-09-25
i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
Jarkko Nikula
2023-09-25
i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_by
Kees Cook
2021-12-10
i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic
Len Baker
2020-11-23
i3c/master: introduce the mipi-i3c-hci driver
Nicolas Pitre