summaryrefslogtreecommitdiffstats
path: root/drivers/i3c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-025-5/+5
* i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...Defa Li2024-11-181-1/+2
* i3c: mipi-i3c-hci: Support SETDASA CCCBilly Tsai2024-11-181-1/+2
* i3c: dw: Add quirk to address OD/PP timing issue on AMD platformShyam Sundar S K2024-11-182-1/+29
* i3c: dw: Add support for AMDI0015 ACPI IDShyam Sundar S K2024-11-181-0/+7
* i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li2024-11-021-5/+5
* i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan2024-11-011-1/+1
* i3c: mipi-i3c-hci: Handle interrupts according to current specificationsJarkko Nikula2024-11-014-21/+7
* i3c: mipi-i3c-hci: Mask ring interrupts before ring stop requestJarkko Nikula2024-11-011-1/+1
* i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()Frank Li2024-10-311-1/+1
* i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoinFrank Li2024-10-311-4/+9
* i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li2024-10-311-6/+21
* i3c: master: svc: wait for Manual ACK/NACK Done before next stepFrank Li2024-10-311-6/+23
* i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()Frank Li2024-10-311-4/+12
* i3c: master: svc: need check IBIWON for dynamic address assignmentFrank Li2024-10-311-0/+6
* i3c: master: svc: manually emit NACK/ACK for hotjoinFrank Li2024-10-311-1/+19
* i3c: master: svc: use repeat start when IBI WIN happensFrank Li2024-10-311-18/+18
* i3c: master: Fix dynamic address leak when 'assigned-address' is presentFrank Li2024-10-311-10/+5
* i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li2024-10-311-11/+54
* i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li2024-10-311-2/+2
* i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang2024-09-171-0/+1
* i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang2024-09-171-0/+1
* i3c: master: svc: adjust SDR according to i3c specCarlos Song2024-09-171-9/+22
* i3c: master: svc: use slow speed for first broadcast addressCarlos Song2024-09-171-0/+52
* i3c: master: support to adjust first broadcast address speedCarlos Song2024-09-171-0/+12
* i3c/master: cmd_v1: Fix the rule for getting i3c modeBilly Tsai2024-09-061-7/+5
* i3c: master: cdns: fix module autoloadingLiao Chen2024-09-051-0/+1
* i3c: mipi-i3c-hci: Add a quirk to set Response buffer thresholdShyam Sundar S K2024-09-053-1/+18
* i3c: mipi-i3c-hci: Add a quirk to set timing parametersShyam Sundar S K2024-09-054-2/+42
* i3c: mipi-i3c-hci: Relocate helper macros to HCI header fileShyam Sundar S K2024-09-052-6/+5
* i3c: mipi-i3c-hci: Add a quirk to set PIO modeShyam Sundar S K2024-09-052-1/+8
* i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1Shyam Sundar S K2024-09-051-3/+6
* i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support ListShyam Sundar S K2024-09-051-0/+7
* Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2024-07-278-141/+399
|\
| * i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()Dan Carpenter2024-07-261-1/+1
| * i3c: master: Enhance i3c_bus_type visibility for device searching & event mon...Bhoomik Gupta2024-07-262-2/+1
| * i3c: dw: Add power management supportAniket2024-07-262-17/+209
| * i3c: dw: Add some functions for reusabilityAniket2024-07-261-27/+35
| * i3c: dw: Save timing registers and other valuesAniket2024-07-262-2/+22
| * i3c: master: svc: Improve DAA STOP handle code logicFrank Li2024-07-261-18/+43
| * i3c: dw: Add optional apb clockAniket2024-07-262-0/+5
| * i3c: dw: Use new *_enabled clk APIAniket2024-07-261-10/+1
| * i3c: master: svc: Convert comma to semicolonChen Ni2024-07-261-1/+1
| * i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported valueJarkko Nikula2024-07-261-0/+7
| * i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setupJarkko Nikula2024-07-261-1/+4
| * i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addressesJarkko Nikula2024-07-261-0/+5
| * i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpersJarkko Nikula2024-07-261-21/+6
| * i3c: dw: Remove ibi_capable propertyAniket2024-07-263-23/+2
| * i3c: dw: Fix IBI intr programmingAniket2024-07-262-8/+9
| * i3c: dw: Fix clearing queue thldAniket2024-07-261-1/+1