index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-26
i3c: dw: Save timing registers and other values
Aniket
2
-2
/
+22
2024-07-26
i3c: master: svc: Improve DAA STOP handle code logic
Frank Li
1
-18
/
+43
2024-07-26
i3c: dw: Add optional apb clock
Aniket
2
-0
/
+5
2024-07-26
i3c: dw: Use new *_enabled clk API
Aniket
1
-10
/
+1
2024-07-26
i3c: master: svc: Convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-07-26
i3c: mipi-i3c-hci: Round IBI data chunk size to HW supported value
Jarkko Nikula
1
-0
/
+7
2024-07-26
i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
Jarkko Nikula
1
-1
/
+4
2024-07-26
i3c: mipi-i3c-hci: Set IBI Status and Data Ring base addresses
Jarkko Nikula
1
-0
/
+5
2024-07-26
i3c: mipi-i3c-hci: Switch to lower_32_bits()/upper_32_bits() helpers
Jarkko Nikula
1
-21
/
+6
2024-07-26
i3c: dw: Remove ibi_capable property
Aniket
3
-23
/
+2
2024-07-26
i3c: dw: Fix IBI intr programming
Aniket
2
-8
/
+9
2024-07-26
i3c: dw: Fix clearing queue thld
Aniket
1
-1
/
+1
2024-07-26
i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1
Jarkko Nikula
1
-0
/
+8
2024-07-26
i3c: master: svc: resend target address when get NACK
Frank Li
1
-14
/
+44
2024-05-23
i3c: dw: Add hot-join support.
Billy Tsai
2
-13
/
+56
2024-05-23
i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
Frank Li
1
-3
/
+13
2024-05-23
i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
Frank Li
1
-1
/
+1
2024-02-19
i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling
Dylan Hung
1
-1
/
+3
2024-01-08
i3c: master: cdns: Update maximum prescaler value for i2c clock
Harshit Shah
1
-3
/
+4
2024-01-08
i3c: master: svc: return actual transfer data len
Frank Li
1
-0
/
+8
2024-01-08
i3c: master: svc: rename read_len as actual_len
Frank Li
1
-13
/
+13
2024-01-08
i3c: master: svc: add hot join support
Frank Li
1
-4
/
+57
2023-11-16
i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers
Jarkko Nikula
3
-1
/
+44
2023-11-16
i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()
Jarkko Nikula
1
-1
/
+2
2023-11-16
i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
Jarkko Nikula
1
-3
/
+3
2023-11-16
i3c: mipi-i3c-hci: Report NACK response from CCC command to core
Jarkko Nikula
1
-1
/
+8
2023-11-04
i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.
Billy Tsai
1
-10
/
+19
2023-11-03
i3c: master: svc: fix compatibility string mismatch with binding doc
Frank Li
1
-1
/
+1
2023-11-03
i3c: master: svc: fix random hot join failure since timeout error
Frank Li
1
-0
/
+9
2023-11-03
i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
Frank Li
1
-0
/
+1
2023-11-03
i3c: master: svc: fix check wrong status register in irq handler
Frank Li
1
-1
/
+1
2023-11-03
i3c: master: svc: fix ibi may not return mandatory data byte
Frank Li
1
-0
/
+8
2023-11-03
i3c: master: svc: fix wrong data return when IBI happen during start frame
Frank Li
1
-0
/
+20
2023-11-03
i3c: master: svc: fix race condition in ibi work thread
Frank Li
1
-0
/
+14
2023-10-10
i3c: Fix typo "Provisional ID" to "Provisioned ID"
Matt Johnston
1
-1
/
+1
[next]