summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2021-07-101-2/+1
|\
| * i3c: master: svc: fix doc warning in svc-i3c-master.cYang Yingliang2021-06-091-1/+1
| * i3c: master: svc: drop free_irq of devm_request_irq allocated irqYang Yingliang2021-06-091-1/+0
* | i3c: master: cdns: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-291-0/+2
|/
* i3c: master: svc: remove redundant assignment to cmd->read_lenColin Ian King2021-03-091-1/+0
* Merge tag 'i3c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2021-02-224-5/+1488
|\
| * i3c: master: dw: Drop redundant disec callMiquel Raynal2021-02-061-5/+0
| * i3c: master: svc: Add Silvaco I3C master driverMiquel Raynal2021-02-063-0/+1487
| * i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependencyDavid Gow2021-02-011-0/+1
* | i3c/master/mipi-i3c-hci: Fix position of __maybe_unused in i3c_hci_of_matchNathan Chancellor2020-12-311-1/+1
|/
* i3c/master/mipi-i3c-hci: quiet maybe-unused variable warningNicolas Pitre2020-12-171-1/+1
* i3c/master: Fix uninitialized variable next_addrColin Ian King2020-11-251-1/+1
* i3c/master: introduce the mipi-i3c-hci driverNicolas Pitre2020-11-2318-0/+4264
* Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2020-10-171-1/+3
|\
| * i3c: master: Fix error return in cdns_i3c_master_probe()Jing Xiangfeng2020-10-071-1/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* i3c: master: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-2/+2
* i3c: master: dw: reattach device on first available location of address tableVitor Soares2020-01-131-0/+16
* i3c: master: cdns: convert to devm_platform_ioremap_resourceYangtao Li2020-01-131-3/+1
* i3c: master: dw: 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-112-4/+4
* i3c: master: cdns: Use for_each_set_bit()Andy Shevchenko2019-08-111-16/+10
* Merge tag 'i3c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-07-092-15/+2
|\
| * i3c: dw: add limited bus mode supportVitor Soares2019-06-201-0/+1
| * i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-282-15/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-05-071-10/+0
|\
| * i3c: master: dw: remove dead code from dw_i3c_master_*_xfers()Vitor Soares2019-03-301-10/+0
* | i3c: dw: Fix dw_i3c_master_disable controller by using correct maskVitor Soares2019-04-101-1/+1
|/
* Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-03-041-0/+1
|\
| * i3c: master: dw-i3c-master: mark expected switch fall-throughGustavo A. R. Silva2019-02-281-0/+1
* | i3c: master: dw: fix deadlockJisheng Zhang2019-01-261-6/+12
* | i3c: master: dw-i3c-master: fix i3c_attach/reattachVitor Soares2019-01-151-5/+2
* | 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: dw: fix mask operation by using the correct operatorColin Ian King2018-12-051-1/+1
* i3c: master: Add driver for Synopsys DesignWare IPVitor Soares2018-12-053-0/+1232
* 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-053-0/+1678
* i3c: Add core I3C infrastructureBoris Brezillon2018-11-122-0/+0