index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i3c
/
master
/
i3c-master-cdns.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
i3c: master: cdns: Simplify handling clocks in probe()
Krzysztof Kozlowski
1
-39
/
+12
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-04
i3c: master: cdns: use adapter timeout value for I2C transfers
Wolfram Sang
1
-1
/
+1
2025-02-20
i3c: Remove the const qualifier from i2c_msg pointer in i2c_xfers API
Billy Tsai
1
-1
/
+1
2025-01-24
Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
1
-2
/
+1
2025-01-12
i3c: cdns: use parity8 helper instead of open coding it
Wolfram Sang
1
-2
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-09-17
i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...
Kaixin Wang
1
-0
/
+1
2024-09-05
i3c: master: cdns: fix module autoloading
Liao Chen
1
-0
/
+1
2024-01-08
i3c: master: cdns: Update maximum prescaler value for i2c clock
Harshit Shah
1
-3
/
+4
2023-09-25
i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_by
Kees Cook
1
-1
/
+1
2023-09-25
i3c: master: cdns: Fix reading status register
Joshua Yeong
1
-3
/
+3
2023-07-27
i3c: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-03-21
i3c: cdns: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-21
i3c: Make i3c_master_unregister() return void
Uwe Kleine-König
1
-4
/
+1
2021-06-29
i3c: master: cdns: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-10-07
i3c: master: Fix error return in cdns_i3c_master_probe()
Jing Xiangfeng
1
-1
/
+3
2020-02-28
i3c: master: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-13
i3c: master: cdns: convert to devm_platform_ioremap_resource
Yangtao Li
1
-3
/
+1
2019-12-09
i3c: master: cdns: add data hold delay support
Przemyslaw Gaj
1
-5
/
+44
2019-08-11
i3c: add addr and lvr to i2c_dev_desc structure
Przemyslaw Gaj
1
-2
/
+2
2019-08-11
i3c: master: cdns: Use for_each_set_bit()
Andy Shevchenko
1
-16
/
+10
2019-05-28
i3c: Drop support for I2C 10 bit addresing
Przemyslaw Gaj
1
-9
/
+1
2019-01-07
i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'
Christophe JAILLET
1
-2
/
+2
2018-12-12
i3c: master: cdns: fix I2C transfers in Cadence I3C master driver
Przemyslaw Gaj
1
-1
/
+1
2018-12-05
i3c: master: Remove set but not used variable 'old_i3c_scl_lim'
YueHaibing
1
-4
/
+0
2018-12-05
i3c: master: Add driver for Cadence IP
Boris Brezillon
1
-0
/
+1670