summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/mipi-i3c-hci (follow)
Commit message (Expand)AuthorAgeFilesLines
* i3c/master: cmd_v1: Fix the rule for getting i3c modeBilly Tsai2024-09-061-7/+5
* i3c: mipi-i3c-hci: Add a quirk to set Response buffer thresholdShyam Sundar S K2024-09-053-1/+18
* i3c: mipi-i3c-hci: Add a quirk to set timing parametersShyam Sundar S K2024-09-054-2/+42
* i3c: mipi-i3c-hci: Relocate helper macros to HCI header fileShyam Sundar S K2024-09-052-6/+5
* i3c: mipi-i3c-hci: Add a quirk to set PIO modeShyam Sundar S K2024-09-052-1/+8
* i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1Shyam Sundar S K2024-09-051-3/+6
* i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support ListShyam Sundar S K2024-09-051-0/+7
* i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported valueJarkko Nikula2024-07-261-0/+7
* i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setupJarkko Nikula2024-07-261-1/+4
* i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addressesJarkko Nikula2024-07-261-0/+5
* i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpersJarkko Nikula2024-07-261-21/+6
* i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1Jarkko Nikula2024-07-261-0/+8
* i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfersJarkko Nikula2023-11-163-1/+44
* i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()Jarkko Nikula2023-11-161-1/+2
* i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()Jarkko Nikula2023-11-161-3/+3
* i3c: mipi-i3c-hci: Report NACK response from CCC command to coreJarkko Nikula2023-11-161-1/+8
* i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.Billy Tsai2023-11-041-10/+19
* i3c: mipi-i3c-hci: Resume controller after aborted transferJarkko Nikula2023-09-251-1/+3
* i3c: mipi-i3c-hci: Resume controller explicitlyJarkko Nikula2023-09-251-2/+1
* i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()Jarkko Nikula2023-09-251-0/+1
* i3c: mipi-i3c-hci: Do not unmap region not mapped for transferJarkko Nikula2023-09-251-0/+2
* i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlierJarkko Nikula2023-09-251-2/+3
* i3c: mipi-i3c-hci: Fix race between bus cleanup and interruptJarkko Nikula2023-09-251-0/+2
* i3c: mipi-i3c-hci: Set ring start request together with enableJarkko Nikula2023-09-251-1/+2
* i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times outJarkko Nikula2023-09-251-2/+1
* i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handlerJarkko Nikula2023-09-251-1/+1
* i3c: mipi-i3c-hci: Fix DAT/DCT entry sizesJarkko Nikula2023-09-251-4/+4
* i3c: mipi-i3c-hci: Add MODULE_ALIASJarkko Nikula2023-09-251-0/+1
* i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_byKees Cook2023-09-251-1/+1
* i3c/master: cmd_v1: Fix the exit criteria for the daa procedureBilly Tsai2023-08-101-1/+1
* i3c: mipi-i3c-hci: Convert to platform remove callback returning voidUwe Kleine-König2023-03-211-4/+2
* i3c: Make i3c_master_unregister() return voidUwe Kleine-König2023-03-211-1/+3
* i3c/master: simplify the return expression of i3c_hci_remove()Minghao Chi2022-05-171-6/+1
* i3c: master: mipi-i3c-hci: correct the config reference for endiannessLukas Bulwahn2022-01-051-1/+1
* i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET2021-12-101-3/+1
* i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticLen Baker2021-12-101-1/+1
* i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticLen Baker2021-12-101-1/+1
* i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor2020-12-311-1/+1
* i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre2020-12-171-1/+1
* i3c/master: Fix uninitialized variable next_addrColin Ian King2020-11-251-1/+1
* i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre2020-11-2316-0/+4250