index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
mipi-i3c-hci
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg()
Jarkko Nikula
7
-56
/
+73
2025-09-16
i3c: mipi-i3c-hci: Remove function enter DBG() printouts
Jarkko Nikula
1
-16
/
+0
2025-09-16
i3c: mipi-i3c-hci: Uniform ring number printouts
Jarkko Nikula
1
-2
/
+2
2025-09-16
i3c: mipi-i3c-hci: Remove nonexistent ring interrupt
Jarkko Nikula
1
-5
/
+0
2025-09-16
i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg()
Jarkko Nikula
3
-5
/
+7
2025-09-16
i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers
Jarkko Nikula
1
-5
/
+1
2025-09-16
i3c: mipi-i3c-hci: Use physical device pointer with DMA API
Jarkko Nikula
1
-13
/
+33
2025-09-16
i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce buffering
Jarkko Nikula
3
-52
/
+12
2025-09-16
i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C
Jarkko Nikula
1
-0
/
+3
2025-07-04
i3c: mipi-i3c-hci: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-05-15
i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
Jarkko Nikula
1
-3
/
+4
2025-05-15
i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
Jarkko Nikula
1
-4
/
+5
2025-05-15
i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
Jarkko Nikula
1
-3
/
+2
2025-05-15
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
Jarkko Nikula
1
-3
/
+3
2025-05-15
i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
Jarkko Nikula
1
-2
/
+7
2025-02-20
i3c: mipi-i3c-hci: Use I2C DMA-safe api
Billy Tsai
1
-5
/
+3
2025-02-20
i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
Billy Tsai
1
-1
/
+1
2025-01-24
Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
4
-10
/
+167
2025-01-12
i3c: mipi-i3c-hci: use parity8 helper instead of open coding it
Wolfram Sang
1
-10
/
+1
2025-01-12
i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
Jarkko Nikula
2
-0
/
+149
2025-01-12
i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
Jarkko Nikula
1
-0
/
+17
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-18
i3c: mipi-i3c-hci: Support SETDASA CCC
Billy Tsai
1
-1
/
+2
2024-11-01
i3c: mipi-i3c-hci: Handle interrupts according to current specifications
Jarkko Nikula
4
-21
/
+7
2024-11-01
i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
Jarkko Nikula
1
-1
/
+1
2024-09-06
i3c/master: cmd_v1: Fix the rule for getting i3c mode
Billy Tsai
1
-7
/
+5
2024-09-05
i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold
Shyam Sundar S K
3
-1
/
+18
2024-09-05
i3c: mipi-i3c-hci: Add a quirk to set timing parameters
Shyam Sundar S K
4
-2
/
+42
2024-09-05
i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
Shyam Sundar S K
2
-6
/
+5
2024-09-05
i3c: mipi-i3c-hci: Add a quirk to set PIO mode
Shyam Sundar S K
2
-1
/
+8
2024-09-05
i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
Shyam Sundar S K
1
-3
/
+6
2024-09-05
i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
Shyam Sundar S K
1
-0
/
+7
2024-07-26
i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported value
Jarkko Nikula
1
-0
/
+7
2024-07-26
i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
Jarkko Nikula
1
-1
/
+4
2024-07-26
i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addresses
Jarkko Nikula
1
-0
/
+5
2024-07-26
i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpers
Jarkko Nikula
1
-21
/
+6
2024-07-26
i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1
Jarkko Nikula
1
-0
/
+8
2023-11-16
i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers
Jarkko Nikula
3
-1
/
+44
2023-11-16
i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()
Jarkko Nikula
1
-1
/
+2
2023-11-16
i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
Jarkko Nikula
1
-3
/
+3
2023-11-16
i3c: mipi-i3c-hci: Report NACK response from CCC command to core
Jarkko Nikula
1
-1
/
+8
2023-11-04
i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.
Billy Tsai
1
-10
/
+19
2023-09-25
i3c: mipi-i3c-hci: Resume controller after aborted transfer
Jarkko Nikula
1
-1
/
+3
2023-09-25
i3c: mipi-i3c-hci: Resume controller explicitly
Jarkko Nikula
1
-2
/
+1
2023-09-25
i3c: mipi-i3c-hci: Fix missing xfer->completion in hci_cmd_v1_daa()
Jarkko Nikula
1
-0
/
+1
2023-09-25
i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
Jarkko Nikula
1
-0
/
+2
2023-09-25
i3c: mipi-i3c-hci: Set number of SW enabled Ring Bundles earlier
Jarkko Nikula
1
-2
/
+3
2023-09-25
i3c: mipi-i3c-hci: Fix race between bus cleanup and interrupt
Jarkko Nikula
1
-0
/
+2
2023-09-25
i3c: mipi-i3c-hci: Set ring start request together with enable
Jarkko Nikula
1
-1
/
+2
2023-09-25
i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
Jarkko Nikula
1
-2
/
+1
[next]