summaryrefslogtreecommitdiff
path: root/drivers/i3c
AgeCommit message (Expand)AuthorFilesLines
7 daysi3c: master: svc: Prevent incomplete IBI transactionStanley Chu1-8/+14
7 daysi3c: fix refcount inconsistency in i3c_master_registerFrank Li1-4/+4
2025-11-13i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3CJarkko Nikula1-0/+3
2025-10-15i3c: master: svc: Recycle unused IBI slotStanley Chu1-0/+1
2025-10-15i3c: master: svc: Use manual response for IBI eventsStanley Chu1-5/+25
2025-08-20i3c: master: Initialize ret in i3c_i2c_notifier_call()Jorge Marques1-0/+2
2025-08-20i3c: don't fail if GETHDRCAP is unsupportedWolfram Sang1-1/+1
2025-08-20i3c: add missing include to internal headerWolfram Sang1-0/+1
2025-05-29i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor1-0/+1
2025-05-29i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)Frank Li1-0/+2
2025-05-29i3c: master: svc: Fix missing STOP for master requestStanley Chu1-0/+1
2025-05-02i3c: master: svc: Add support for Nuvoton npcm845 i3cStanley Chu1-1/+16
2025-04-20i3c: Add NULL pointer check in i3c_master_queue_ibi()Manjunatha Venkatesh1-0/+3
2025-04-20i3c: master: svc: Use readsb helper for reading MDBStanley Chu1-1/+1
2025-04-10i3c: master: svc: Fix missing the IBI rulesStanley Chu1-1/+1
2025-02-21i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI busJarkko Nikula3-0/+160
2025-02-21i3c: mipi-i3c-hci: Add Intel specific quirk to ring resumingJarkko Nikula1-0/+17
2025-02-17i3c: master: Fix missing 'ret' assignment in set_speed()Frank Li1-1/+1
2025-02-08i3c: dw: Fix use-after-free in dw_i3c_master driver due to race conditionPei Xiao1-0/+1
2024-12-14i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...Defa Li1-1/+2
2024-12-14i3c: mipi-i3c-hci: Mask ring interrupts before ring stop requestJarkko Nikula1-1/+1
2024-12-14i3c: master: Fix dynamic address leak when 'assigned-address' is presentFrank Li1-10/+5
2024-12-14i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li1-11/+54
2024-12-14i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li1-2/+2
2024-12-09i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li1-5/+5
2024-12-09i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li1-6/+21
2024-12-09i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()Frank Li1-1/+1
2024-12-09i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-05i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoinFrank Li1-4/+9
2024-09-17i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang1-0/+1
2024-09-17i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang1-0/+1
2024-09-17i3c: master: svc: adjust SDR according to i3c specCarlos Song1-9/+22
2024-09-17i3c: master: svc: use slow speed for first broadcast addressCarlos Song1-0/+52
2024-09-17i3c: master: support to adjust first broadcast address speedCarlos Song1-0/+12
2024-09-06i3c/master: cmd_v1: Fix the rule for getting i3c modeBilly Tsai1-7/+5
2024-09-05i3c: master: cdns: fix module autoloadingLiao Chen1-0/+1
2024-09-05i3c: mipi-i3c-hci: Add a quirk to set Response buffer thresholdShyam Sundar S K3-1/+18
2024-09-05i3c: mipi-i3c-hci: Add a quirk to set timing parametersShyam Sundar S K4-2/+42
2024-09-05i3c: mipi-i3c-hci: Relocate helper macros to HCI header fileShyam Sundar S K2-6/+5
2024-09-05i3c: mipi-i3c-hci: Add a quirk to set PIO modeShyam Sundar S K2-1/+8
2024-09-05i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1Shyam Sundar S K1-3/+6
2024-09-05i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support ListShyam Sundar S K1-0/+7
2024-07-27Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds8-141/+399
2024-07-26i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()Dan Carpenter1-1/+1
2024-07-26i3c: master: Enhance i3c_bus_type visibility for device searching & event mon...Bhoomik Gupta2-2/+1
2024-07-26i3c: dw: Add power management supportAniket2-17/+209
2024-07-26i3c: dw: Add some functions for reusabilityAniket1-27/+35
2024-07-26i3c: dw: Save timing registers and other valuesAniket2-2/+22
2024-07-26i3c: master: svc: Improve DAA STOP handle code logicFrank Li1-18/+43
2024-07-26i3c: dw: Add optional apb clockAniket2-0/+5