summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/i3c-master-cdns.c
Commit message (Expand)AuthorAgeFilesLines
* i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang2024-09-171-0/+1
* i3c: master: cdns: fix module autoloadingLiao Chen2024-09-051-0/+1
* i3c: master: cdns: Update maximum prescaler value for i2c clockHarshit Shah2024-01-081-3/+4
* i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_byKees Cook2023-09-251-1/+1
* i3c: master: cdns: Fix reading status registerJoshua Yeong2023-09-251-3/+3
* i3c: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* i3c: cdns: Convert to platform remove callback returning voidUwe Kleine-König2023-03-211-4/+2
* i3c: Make i3c_master_unregister() return voidUwe Kleine-König2023-03-211-4/+1
* i3c: master: cdns: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-291-0/+2
* i3c: master: Fix error return in cdns_i3c_master_probe()Jing Xiangfeng2020-10-071-1/+3
* i3c: master: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* i3c: master: cdns: convert to devm_platform_ioremap_resourceYangtao Li2020-01-131-3/+1
* i3c: master: cdns: add data hold delay supportPrzemyslaw Gaj2019-12-091-5/+44
* i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj2019-08-111-2/+2
* i3c: master: cdns: Use for_each_set_bit()Andy Shevchenko2019-08-111-16/+10
* i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-281-9/+1
* i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'Christophe JAILLET2019-01-071-2/+2
* i3c: master: cdns: fix I2C transfers in Cadence I3C master driverPrzemyslaw Gaj2018-12-121-1/+1
* i3c: master: Remove set but not used variable 'old_i3c_scl_lim'YueHaibing2018-12-051-4/+0
* i3c: master: Add driver for Cadence IPBoris Brezillon2018-12-051-0/+1670