index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
i3c: master: adi: fix number of bytes written to fifo
Alexandre Belloni
1
-1
/
+1
2025-09-16
i3c: master: adi: fix header location
Alexandre Belloni
1
-1
/
+1
2025-09-16
i3c: dw: Add shutdown support to dw_i3c_master driver
Manikanta Guntupalli
1
-0
/
+23
2025-09-16
i3c: renesas: Simplify return statement in 'renesas_i3c_daa'
Wolfram Sang
1
-1
/
+1
2025-09-16
i3c: master: svc: Recycle unused IBI slot
Stanley Chu
1
-0
/
+1
2025-09-16
i3c: master: svc: Use manual response for IBI events
Stanley Chu
1
-5
/
+25
2025-09-16
i3c: master: Add driver for Analog Devices I3C Controller IP
Jorge Marques
3
-0
/
+1031
2025-09-16
i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg()
Jarkko Nikula
7
-56
/
+73
2025-09-16
i3c: mipi-i3c-hci: Remove function enter DBG() printouts
Jarkko Nikula
1
-16
/
+0
2025-09-16
i3c: mipi-i3c-hci: Uniform ring number printouts
Jarkko Nikula
1
-2
/
+2
2025-09-16
i3c: mipi-i3c-hci: Remove nonexistent ring interrupt
Jarkko Nikula
1
-5
/
+0
2025-09-16
i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg()
Jarkko Nikula
3
-5
/
+7
2025-09-16
i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfers
Jarkko Nikula
1
-5
/
+1
2025-09-16
i3c: mipi-i3c-hci: Use physical device pointer with DMA API
Jarkko Nikula
1
-13
/
+33
2025-09-16
i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce buffering
Jarkko Nikula
3
-52
/
+12
2025-09-16
i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C
Jarkko Nikula
1
-0
/
+3
2025-07-31
i3c: dw: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-8
/
+0
2025-07-31
i3c: master: svc: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-8
/
+0
2025-07-31
i3c: master: svc: Fix npcm845 FIFO_EMPTY quirk
Stanley Chu
1
-8
/
+14
2025-07-31
i3c: master: Add basic driver for the Renesas I3C controller
Wolfram Sang
3
-0
/
+1415
2025-07-31
i3c: Standardize defines for specification parameters
Wolfram Sang
1
-2
/
+2
2025-07-31
i3c: master: cdns: Simplify handling clocks in probe()
Krzysztof Kozlowski
1
-39
/
+12
2025-07-31
i3c: master: dw: Use i3c_writel_fifo() and i3c_readl_fifo()
Jorge Marques
1
-21
/
+4
2025-07-31
i3c: master: cdns: Use i3c_writel_fifo() and i3c_readl_fifo()
Jorge Marques
1
-20
/
+5
2025-07-07
i3c: master: cdns: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP
Wolfram Sang
1
-6
/
+6
2025-07-07
i3c: dw: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP
Wolfram Sang
1
-4
/
+4
2025-07-04
i3c: master: svc: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-07-04
i3c: mipi-i3c-hci: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-07-04
i3c: master: cdns: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-07-04
i3c: dw: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-05-24
i3c: controllers do not need to depend on I3C
Wolfram Sang
1
-4
/
+0
2025-05-24
i3c: master: svc: switch to bulk clk API for flexible clock support
Carlos Song
1
-50
/
+26
2025-05-15
i3c: master: svc: skip address resend on repeat START
Frank Li
1
-3
/
+3
2025-05-15
i3c: master: svc: Emit STOP asap in the IBI transaction
Stanley Chu
1
-1
/
+1
2025-05-15
i3c: master: svc: Receive IBI requests in interrupt context
Stanley Chu
1
-15
/
+10
2025-05-15
i3c: mipi-i3c-hci: Move unexpected INTR_STATUS print before IO handler
Jarkko Nikula
1
-3
/
+4
2025-05-15
i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
Jarkko Nikula
1
-4
/
+5
2025-05-15
i3c: mipi-i3c-hci: Clear INTR_STATUS unconditionally
Jarkko Nikula
1
-3
/
+2
2025-05-15
i3c: mipi-i3c-hci: Fix handling status of i3c_hci_irq_handler()
Jarkko Nikula
1
-3
/
+3
2025-05-15
i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
Jarkko Nikula
1
-2
/
+7
2025-03-20
i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
Nathan Chancellor
1
-0
/
+1
2025-03-18
i3c: master: svc: Fix missing STOP for master request
Stanley Chu
1
-0
/
+1
2025-03-18
i3c: master: svc: Use readsb helper for reading MDB
Stanley Chu
1
-1
/
+1
2025-03-18
i3c: master: svc: Fix missing the IBI rules
Stanley Chu
1
-1
/
+1
2025-03-17
i3c: master: svc: Fix i3c_master_get_free_addr return check
Stanley Chu
1
-4
/
+5
2025-03-06
i3c: master: svc: Fix npcm845 DAA process corruption
Stanley Chu
1
-1
/
+29
2025-03-06
i3c: master: svc: Fix npcm845 invalid slvstart event
Stanley Chu
1
-1
/
+14
2025-03-06
i3c: master: svc: Fix npcm845 FIFO empty issue
Stanley Chu
1
-10
/
+61
2025-03-06
i3c: master: svc: Add support for Nuvoton npcm845 i3c
Stanley Chu
1
-1
/
+16
2025-02-20
i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
Frank Li
1
-0
/
+2
[next]