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
Age
Commit message (
Expand
)
Author
2025-05-24
i3c: controllers do not need to depend on I3C
Wolfram Sang
2025-05-24
i3c: master: svc: switch to bulk clk API for flexible clock support
Carlos Song
2025-05-15
i3c: master: svc: skip address resend on repeat START
Frank Li
2025-05-15
i3c: master: svc: Emit STOP asap in the IBI transaction
Stanley Chu
2025-05-15
i3c: master: svc: Receive IBI requests in interrupt context
Stanley Chu
2025-05-15
i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
Jarkko Nikula
2025-05-15
i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
Jarkko Nikula
2025-05-15
i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
Jarkko Nikula
2025-05-15
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
Jarkko Nikula
2025-05-15
i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
Jarkko Nikula
2025-03-31
i3c: Add NULL pointer check in i3c_master_queue_ibi()
Manjunatha Venkatesh
2025-03-31
i3c: master: Drop duplicate check before calling OF APIs
Andy Shevchenko
2025-03-20
i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
Nathan Chancellor
2025-03-18
i3c: master: svc: Fix missing STOP for master request
Stanley Chu
2025-03-18
i3c: master: svc: Use readsb helper for reading MDB
Stanley Chu
2025-03-18
i3c: master: svc: Fix missing the IBI rules
Stanley Chu
2025-03-17
i3c: master: svc: Fix i3c_master_get_free_addr return check
Stanley Chu
2025-03-06
i3c: master: svc: Fix npcm845 DAA process corruption
Stanley Chu
2025-03-06
i3c: master: svc: Fix npcm845 invalid slvstart event
Stanley Chu
2025-03-06
i3c: master: svc: Fix npcm845 FIFO empty issue
Stanley Chu
2025-03-06
i3c: master: svc: Add support for Nuvoton npcm845 i3c
Stanley Chu
2025-02-20
i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
Frank Li
2025-02-20
i3c: mipi-i3c-hci: Use I2C DMA-safe api
Billy Tsai
2025-02-20
i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
Billy Tsai
2025-01-24
Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2025-01-13
i3c: master: Improve initialization of numbered I2C adapters
Defa Li
2025-01-12
i3c: master: Fix missing 'ret' assignment in set_speed()
Frank Li
2025-01-12
i3c: cdns: use parity8 helper instead of open coding it
Wolfram Sang
2025-01-12
i3c: mipi-i3c-hci: use parity8 helper instead of open coding it
Wolfram Sang
2025-01-12
i3c: dw: use parity8 helper instead of open coding it
Wolfram Sang
2025-01-12
i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
Jarkko Nikula
2025-01-12
i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
Jarkko Nikula
2025-01-12
i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition
Pei Xiao
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-11-18
i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...
Defa Li
2024-11-18
i3c: mipi-i3c-hci: Support SETDASA CCC
Billy Tsai
2024-11-18
i3c: dw: Add quirk to address OD/PP timing issue on AMD platform
Shyam Sundar S K
2024-11-18
i3c: dw: Add support for AMDI0015 ACPI ID
Shyam Sundar S K
2024-11-02
i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
Frank Li
2024-11-01
i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
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-10-31
i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
Frank Li
2024-10-31
i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
Frank Li
2024-10-31
i3c: master: svc: fix possible assignment of the same address to two devices
Frank Li
2024-10-31
i3c: master: svc: wait for Manual ACK/NACK Done before next step
Frank Li
2024-10-31
i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
Frank Li
2024-10-31
i3c: master: svc: need check IBIWON for dynamic address assignment
Frank Li
2024-10-31
i3c: master: svc: manually emit NACK/ACK for hotjoin
Frank Li
2024-10-31
i3c: master: svc: use repeat start when IBI WIN happens
Frank Li
[next]