开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
i3c-master-cdns.c
Age
Commit message (
Expand
)
Author
2026-04-12
i3c: master: Move entdaa error suppression
Jorge Marques
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-08
i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
Frank Li
2025-07-31
i3c: master: cdns: Simplify handling clocks in probe()
Krzysztof Kozlowski
2025-07-31
i3c: master: cdns: Use i3c_writel_fifo() and i3c_readl_fifo()
Jorge Marques
2025-07-07
i3c: master: cdns: replace ENOTSUPP with SUSV4-compliant EOPNOTSUPP
Wolfram Sang
2025-07-04
i3c: master: cdns: use adapter timeout value for I2C transfers
Wolfram Sang
2025-02-20
i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
Billy Tsai
2025-01-24
Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2025-01-12
i3c: cdns: use parity8 helper instead of open coding it
Wolfram Sang
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-09-17
i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...
Kaixin Wang
2024-09-05
i3c: master: cdns: fix module autoloading
Liao Chen
2024-01-08
i3c: master: cdns: Update maximum prescaler value for i2c clock
Harshit Shah
2023-09-25
i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_by
Kees Cook
2023-09-25
i3c: master: cdns: Fix reading status register
Joshua Yeong
2023-07-27
i3c: Explicitly include correct DT includes
Rob Herring
2023-03-21
i3c: cdns: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-21
i3c: Make i3c_master_unregister() return void
Uwe Kleine-König
2021-06-29
i3c: master: cdns: Fix fall-through warning for Clang
Gustavo A. R. Silva
2020-10-07
i3c: master: Fix error return in cdns_i3c_master_probe()
Jing Xiangfeng
2020-02-28
i3c: master: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-01-13
i3c: master: cdns: convert to devm_platform_ioremap_resource
Yangtao Li
2019-12-09
i3c: master: cdns: add data hold delay support
Przemyslaw Gaj
2019-08-11
i3c: add addr and lvr to i2c_dev_desc structure
Przemyslaw Gaj
2019-08-11
i3c: master: cdns: Use for_each_set_bit()
Andy Shevchenko
2019-05-28
i3c: Drop support for I2C 10 bit addresing
Przemyslaw Gaj
2019-01-07
i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'
Christophe JAILLET
2018-12-12
i3c: master: cdns: fix I2C transfers in Cadence I3C master driver
Przemyslaw Gaj
2018-12-05
i3c: master: Remove set but not used variable 'old_i3c_scl_lim'
YueHaibing
2018-12-05
i3c: master: Add driver for Cadence IP
Boris Brezillon