index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
i3c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
Merge tag 'i3c/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
2
-3
/
+36
2026-08-08
i3c: master: dw-i3c-master: fix OD timing for first broadcast
Tze Yee Ng
1
-0
/
+1
2026-08-08
i3c: master: Add helper to query bus wakeup requirements
Adrian Hunter
1
-0
/
+1
2026-08-08
i3c: master: Support IBI-based wakeup capability
Adrian Hunter
1
-0
/
+2
2026-08-08
i3c: master: Fix recursive locking during device registration
Adrian Hunter
1
-0
/
+3
2026-07-31
i3c: master: Add support for devices using SETAASA
Akhil R
2
-0
/
+16
2026-07-31
i3c: master: Use unified device property interface
Akhil R
1
-2
/
+3
2026-07-31
i3c: master: Add optional_bytes for variable-length GET CCC validation
Adrian Ng Ho Yin
1
-0
/
+2
2026-07-31
i3c: master: Validate GET CCC payload length and retry Direct GET once
Adrian Ng Ho Yin
1
-0
/
+5
2026-07-31
i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payload
Adrian Ng Ho Yin
1
-1
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (headers)
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-06-16
i3c: master: Use unsigned int for dev_nack_retry_count consistently
Adrian Hunter
1
-1
/
+1
2026-06-16
i3c: master: Expose the APIs to support I3C hub
Aman Kumar Pandey
1
-0
/
+2
2026-06-14
i3c: master: Make i3c_master_add_i3c_dev_locked() return void
Adrian Hunter
1
-2
/
+1
2026-06-14
i3c: master: Export i3c_master_enec_disec_locked()
Adrian Hunter
1
-0
/
+2
2026-06-14
i3c: master: Defer new-device registration out of DAA caller context
Adrian Hunter
1
-0
/
+6
2026-06-14
i3c: master: Ensure Hot-Join operations are stopped on shutdown
Adrian Hunter
1
-0
/
+2
2026-06-14
i3c: master: Consolidate Hot-Join DAA work in the core
Adrian Hunter
1
-0
/
+4
2026-06-14
i3c: master: Make hot-join workqueue freezable to block hot-join during suspend
Adrian Hunter
1
-1
/
+1
2026-01-31
i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery
Adrian Hunter
1
-0
/
+1
2026-01-14
i3c: master: Introduce optional Runtime PM support
Adrian Hunter
1
-0
/
+4
2026-01-14
i3c: Add stub functions when I3C support is disabled
Frank Li
1
-1
/
+15
2026-01-14
i3c: drop i3c_priv_xfer and i3c_device_do_priv_xfers()
Frank Li
1
-11
/
+1
2026-01-13
i3c: add sysfs entry and attribute for Device NACK Retry count
Adrian Ng Ho Yin
1
-0
/
+6
2025-12-12
i3c: master: cleanup callback .priv_xfers()
Frank Li
1
-10
/
+2
2025-12-02
i3c: document i3c_xfers
Alexandre Belloni
1
-1
/
+5
2025-12-02
i3c: fix I3C_SDR bit number
Alexandre Belloni
1
-1
/
+1
2025-11-29
i3c: Switch to use new i3c_xfer from i3c_priv_xfer
Frank Li
1
-2
/
+2
2025-11-29
i3c: Add HDR API support
Frank Li
2
-11
/
+33
2025-09-16
i3c: master: Add helpers for DMA mapping and bounce buffer handling
Jarkko Nikula
1
-0
/
+26
2025-07-31
i3c: Add more parameters for controllers to the header
Wolfram Sang
1
-0
/
+4
2025-07-31
i3c: Standardize defines for specification parameters
Wolfram Sang
1
-4
/
+5
2025-07-31
i3c: fix module_i3c_i2c_driver() with I3C=n
Arnd Bergmann
1
-2
/
+2
2025-02-20
i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
Billy Tsai
1
-1
/
+1
2025-01-12
i3c: fix kdoc parameter description for module_i3c_i2c_driver()
Wolfram Sang
1
-1
/
+1
2024-11-02
i3c: Document I3C_ADDR_SLOT_EXT_STATUS_MASK
Alexandre Belloni
1
-0
/
+1
2024-10-31
i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
Frank Li
1
-2
/
+5
2024-10-31
i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
Frank Li
1
-1
/
+3
2024-09-17
i3c: master: support to adjust first broadcast address speed
Carlos Song
1
-0
/
+16
2024-07-27
Merge tag 'i3c/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
1
-0
/
+1
2024-07-26
i3c: master: Enhance i3c_bus_type visibility for device searching & event monitoring
Bhoomik Gupta
1
-0
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-4
/
+1
2024-01-14
i3c: master: fix kernel-doc check warning
Frank Li
1
-0
/
+3
2024-01-08
i3c: master: fix Excess kernel-doc description warning
Randy Dunlap
1
-1
/
+0
2024-01-08
i3c: add actual_len in i3c_priv_xfer
Frank Li
1
-0
/
+2
2024-01-08
i3c: master: add enable(disable) hot join in sys entry
Frank Li
1
-0
/
+5
2023-11-04
Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
2
-3
/
+5
2023-11-04
i3c: master: handle IBIs in order they came
Zbigniew Lukwinski
1
-1
/
+3
2023-10-17
i3c: Add support for bus enumeration & notification
Jeremy Kerr
1
-0
/
+11
2023-10-10
i3c: Fix typo "Provisional ID" to "Provisioned ID"
Matt Johnston
2
-2
/
+2
[next]