index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
mipi-i3c-hci
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i3c/master: cmd_v1: Fix the rule for getting i3c mode
Billy Tsai
2024-09-06
1
-7
/
+5
*
i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold
Shyam Sundar S K
2024-09-05
3
-1
/
+18
*
i3c: mipi-i3c-hci: Add a quirk to set timing parameters
Shyam Sundar S K
2024-09-05
4
-2
/
+42
*
i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
Shyam Sundar S K
2024-09-05
2
-6
/
+5
*
i3c: mipi-i3c-hci: Add a quirk to set PIO mode
Shyam Sundar S K
2024-09-05
2
-1
/
+8
*
i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
Shyam Sundar S K
2024-09-05
1
-3
/
+6
*
i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
Shyam Sundar S K
2024-09-05
1
-0
/
+7
*
i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported value
Jarkko Nikula
2024-07-26
1
-0
/
+7
*
i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
Jarkko Nikula
2024-07-26
1
-1
/
+4
*
i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addresses
Jarkko Nikula
2024-07-26
1
-0
/
+5
*
i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpers
Jarkko Nikula
2024-07-26
1
-21
/
+6
*
i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1
Jarkko Nikula
2024-07-26
1
-0
/
+8
*
i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers
Jarkko Nikula
2023-11-16
3
-1
/
+44
*
i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()
Jarkko Nikula
2023-11-16
1
-1
/
+2
*
i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
Jarkko Nikula
2023-11-16
1
-3
/
+3
*
i3c: mipi-i3c-hci: Report NACK response from CCC command to core
Jarkko Nikula
2023-11-16
1
-1
/
+8
*
i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.
Billy Tsai
2023-11-04
1
-10
/
+19
*
i3c: mipi-i3c-hci: Resume controller after aborted transfer
Jarkko Nikula
2023-09-25
1
-1
/
+3
*
i3c: mipi-i3c-hci: Resume controller explicitly
Jarkko Nikula
2023-09-25
1
-2
/
+1
*
i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()
Jarkko Nikula
2023-09-25
1
-0
/
+1
*
i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
Jarkko Nikula
2023-09-25
1
-0
/
+2
*
i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlier
Jarkko Nikula
2023-09-25
1
-2
/
+3
*
i3c: mipi-i3c-hci: Fix race between bus cleanup and interrupt
Jarkko Nikula
2023-09-25
1
-0
/
+2
*
i3c: mipi-i3c-hci: Set ring start request together with enable
Jarkko Nikula
2023-09-25
1
-1
/
+2
*
i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
Jarkko Nikula
2023-09-25
1
-2
/
+1
*
i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler
Jarkko Nikula
2023-09-25
1
-1
/
+1
*
i3c: mipi-i3c-hci: Fix DAT/DCT entry sizes
Jarkko Nikula
2023-09-25
1
-4
/
+4
*
i3c: mipi-i3c-hci: Add MODULE_ALIAS
Jarkko Nikula
2023-09-25
1
-0
/
+1
*
i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_by
Kees Cook
2023-09-25
1
-1
/
+1
*
i3c/master: cmd_v1: Fix the exit criteria for the daa procedure
Billy Tsai
2023-08-10
1
-1
/
+1
*
i3c: mipi-i3c-hci: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-21
1
-4
/
+2
*
i3c: Make i3c_master_unregister() return void
Uwe Kleine-König
2023-03-21
1
-1
/
+3
*
i3c/master: simplify the return expression of i3c_hci_remove()
Minghao Chi
2022-05-17
1
-6
/
+1
*
i3c: master: mipi-i3c-hci: correct the config reference for endianness
Lukas Bulwahn
2022-01-05
1
-1
/
+1
*
i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...
Christophe JAILLET
2021-12-10
1
-3
/
+1
*
i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
Len Baker
2021-12-10
1
-1
/
+1
*
i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic
Len Baker
2021-12-10
1
-1
/
+1
*
i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_match
Nathan Chancellor
2020-12-31
1
-1
/
+1
*
i3c/master/mipi-i3c-hci: quiet maybe-unused variable warning
Nicolas Pitre
2020-12-17
1
-1
/
+1
*
i3c/master: Fix uninitialized variable next_addr
Colin Ian King
2020-11-25
1
-1
/
+1
*
i3c/master: introduce the mipi-i3c-hci driver
Nicolas Pitre
2020-11-23
16
-0
/
+4250