index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
i3c: master: svc: Fix npcm845 FIFO_EMPTY quirk
Stanley Chu
1
-8
/
+14
2025-06-27
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
Jarkko Nikula
1
-3
/
+3
2025-03-20
i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
Nathan Chancellor
1
-0
/
+1
2025-03-18
i3c: master: svc: Fix missing STOP for master request
Stanley Chu
1
-0
/
+1
2025-03-18
i3c: master: svc: Use readsb helper for reading MDB
Stanley Chu
1
-1
/
+1
2025-03-18
i3c: master: svc: Fix missing the IBI rules
Stanley Chu
1
-1
/
+1
2025-03-17
i3c: master: svc: Fix i3c_master_get_free_addr return check
Stanley Chu
1
-4
/
+5
2025-03-06
i3c: master: svc: Fix npcm845 DAA process corruption
Stanley Chu
1
-1
/
+29
2025-03-06
i3c: master: svc: Fix npcm845 invalid slvstart event
Stanley Chu
1
-1
/
+14
2025-03-06
i3c: master: svc: Fix npcm845 FIFO empty issue
Stanley Chu
1
-10
/
+61
2025-03-06
i3c: master: svc: Add support for Nuvoton npcm845 i3c
Stanley Chu
1
-1
/
+16
2025-02-20
i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
Frank Li
1
-0
/
+2
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
4
-4
/
+4
2025-01-24
Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
7
-23
/
+183
2025-01-12
i3c: cdns: use parity8 helper instead of open coding it
Wolfram Sang
1
-2
/
+1
2025-01-12
i3c: mipi-i3c-hci: use parity8 helper instead of open coding it
Wolfram Sang
1
-10
/
+1
2025-01-12
i3c: dw: use parity8 helper instead of open coding it
Wolfram Sang
1
-11
/
+3
2025-01-12
i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
Jarkko Nikula
3
-0
/
+160
2025-01-12
i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
Jarkko Nikula
1
-0
/
+17
2025-01-12
i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition
Pei Xiao
1
-0
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
5
-5
/
+5
2024-11-18
i3c: mipi-i3c-hci: Support SETDASA CCC
Billy Tsai
1
-1
/
+2
2024-11-18
i3c: dw: Add quirk to address OD/PP timing issue on AMD platform
Shyam Sundar S K
2
-1
/
+29
2024-11-18
i3c: dw: Add support for AMDI0015 ACPI ID
Shyam Sundar S K
1
-0
/
+7
2024-11-02
i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
Frank Li
1
-5
/
+5
2024-11-01
i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
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-10-31
i3c: master: svc: fix possible assignment of the same address to two devices
Frank Li
1
-6
/
+21
2024-10-31
i3c: master: svc: wait for Manual ACK/NACK Done before next step
Frank Li
1
-6
/
+23
2024-10-31
i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
Frank Li
1
-4
/
+12
2024-10-31
i3c: master: svc: need check IBIWON for dynamic address assignment
Frank Li
1
-0
/
+6
2024-10-31
i3c: master: svc: manually emit NACK/ACK for hotjoin
Frank Li
1
-1
/
+19
2024-10-31
i3c: master: svc: use repeat start when IBI WIN happens
Frank Li
1
-18
/
+18
2024-09-17
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...
Kaixin Wang
1
-0
/
+1
2024-09-17
i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...
Kaixin Wang
1
-0
/
+1
2024-09-17
i3c: master: svc: adjust SDR according to i3c spec
Carlos Song
1
-9
/
+22
2024-09-17
i3c: master: svc: use slow speed for first broadcast address
Carlos Song
1
-0
/
+52
2024-09-06
i3c/master: cmd_v1: Fix the rule for getting i3c mode
Billy Tsai
1
-7
/
+5
2024-09-05
i3c: master: cdns: fix module autoloading
Liao Chen
1
-0
/
+1
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: master: svc: Fix error code in svc_i3c_master_do_daa_locked()
Dan Carpenter
1
-1
/
+1
2024-07-26
i3c: dw: Add power management support
Aniket
2
-17
/
+209
2024-07-26
i3c: dw: Add some functions for reusability
Aniket
1
-27
/
+35
[next]