index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-12-02
5
-5
/
+5
*
i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid...
Defa Li
2024-11-18
1
-1
/
+2
*
i3c: mipi-i3c-hci: Support SETDASA CCC
Billy Tsai
2024-11-18
1
-1
/
+2
*
i3c: dw: Add quirk to address OD/PP timing issue on AMD platform
Shyam Sundar S K
2024-11-18
2
-1
/
+29
*
i3c: dw: Add support for AMDI0015 ACPI ID
Shyam Sundar S K
2024-11-18
1
-0
/
+7
*
i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
Frank Li
2024-11-02
1
-5
/
+5
*
i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
2024-11-01
1
-1
/
+1
*
i3c: mipi-i3c-hci: Handle interrupts according to current specifications
Jarkko Nikula
2024-11-01
4
-21
/
+7
*
i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
Jarkko Nikula
2024-11-01
1
-1
/
+1
*
i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
Frank Li
2024-10-31
1
-1
/
+1
*
i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
Frank Li
2024-10-31
1
-4
/
+9
*
i3c: master: svc: fix possible assignment of the same address to two devices
Frank Li
2024-10-31
1
-6
/
+21
*
i3c: master: svc: wait for Manual ACK/NACK Done before next step
Frank Li
2024-10-31
1
-6
/
+23
*
i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
Frank Li
2024-10-31
1
-4
/
+12
*
i3c: master: svc: need check IBIWON for dynamic address assignment
Frank Li
2024-10-31
1
-0
/
+6
*
i3c: master: svc: manually emit NACK/ACK for hotjoin
Frank Li
2024-10-31
1
-1
/
+19
*
i3c: master: svc: use repeat start when IBI WIN happens
Frank Li
2024-10-31
1
-18
/
+18
*
i3c: master: Fix dynamic address leak when 'assigned-address' is present
Frank Li
2024-10-31
1
-10
/
+5
*
i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
Frank Li
2024-10-31
1
-11
/
+54
*
i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
Frank Li
2024-10-31
1
-2
/
+2
*
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...
Kaixin Wang
2024-09-17
1
-0
/
+1
*
i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...
Kaixin Wang
2024-09-17
1
-0
/
+1
*
i3c: master: svc: adjust SDR according to i3c spec
Carlos Song
2024-09-17
1
-9
/
+22
*
i3c: master: svc: use slow speed for first broadcast address
Carlos Song
2024-09-17
1
-0
/
+52
*
i3c: master: support to adjust first broadcast address speed
Carlos Song
2024-09-17
1
-0
/
+12
*
i3c/master: cmd_v1: Fix the rule for getting i3c mode
Billy Tsai
2024-09-06
1
-7
/
+5
*
i3c: master: cdns: fix module autoloading
Liao Chen
2024-09-05
1
-0
/
+1
*
i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold
Shyam Sundar S K
2024-09-05
3
-1
/
+18
*
i3c: mipi-i3c-hci: Add a quirk to set timing parameters
Shyam Sundar S K
2024-09-05
4
-2
/
+42
*
i3c: mipi-i3c-hci: Relocate helper macros to HCI header file
Shyam Sundar S K
2024-09-05
2
-6
/
+5
*
i3c: mipi-i3c-hci: Add a quirk to set PIO mode
Shyam Sundar S K
2024-09-05
2
-1
/
+8
*
i3c: mipi-i3c-hci: Read HC_CONTROL_PIO_MODE only after i3c hci v1.1
Shyam Sundar S K
2024-09-05
1
-3
/
+6
*
i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
Shyam Sundar S K
2024-09-05
1
-0
/
+7
*
Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2024-07-27
8
-141
/
+399
|
\
|
*
i3c: master: svc: Fix error code in svc_i3c_master_do_daa_locked()
Dan Carpenter
2024-07-26
1
-1
/
+1
|
*
i3c: master: Enhance i3c_bus_type visibility for device searching & event mon...
Bhoomik Gupta
2024-07-26
2
-2
/
+1
|
*
i3c: dw: Add power management support
Aniket
2024-07-26
2
-17
/
+209
|
*
i3c: dw: Add some functions for reusability
Aniket
2024-07-26
1
-27
/
+35
|
*
i3c: dw: Save timing registers and other values
Aniket
2024-07-26
2
-2
/
+22
|
*
i3c: master: svc: Improve DAA STOP handle code logic
Frank Li
2024-07-26
1
-18
/
+43
|
*
i3c: dw: Add optional apb clock
Aniket
2024-07-26
2
-0
/
+5
|
*
i3c: dw: Use new *_enabled clk API
Aniket
2024-07-26
1
-10
/
+1
|
*
i3c: master: svc: Convert comma to semicolon
Chen Ni
2024-07-26
1
-1
/
+1
|
*
i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported value
Jarkko Nikula
2024-07-26
1
-0
/
+7
|
*
i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
Jarkko Nikula
2024-07-26
1
-1
/
+4
|
*
i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addresses
Jarkko Nikula
2024-07-26
1
-0
/
+5
|
*
i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpers
Jarkko Nikula
2024-07-26
1
-21
/
+6
|
*
i3c: dw: Remove ibi_capable property
Aniket
2024-07-26
3
-23
/
+2
|
*
i3c: dw: Fix IBI intr programming
Aniket
2024-07-26
2
-8
/
+9
|
*
i3c: dw: Fix clearing queue thld
Aniket
2024-07-26
1
-1
/
+1
[next]