summaryrefslogtreecommitdiffstats
path: root/drivers/i3c
Commit message (Expand)AuthorAgeFilesLines
* i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOADNicolas Pitre2020-04-161-8/+8
* i3c: convert to use i2c_new_client_device()Wolfram Sang2020-03-291-1/+1
* i3c: master: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-2/+2
* i3c: Simplify i3c_device_match_id()Boris Brezillon2020-02-281-28/+22
* i3c: Add a modalias sysfs attributeBoris Brezillon2020-02-281-0/+22
* i3c: Fix MODALIAS ueventsBoris Brezillon2020-02-271-1/+1
* i3c: master: no need to iterate master device twiceWolfram Sang2020-02-171-1/+1
* 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: make i3c_bus_set_mode staticBenjamin Gaignard2019-12-091-2/+2
* i3c: master: cdns: add data hold delay supportPrzemyslaw Gaj2019-12-091-5/+44
* i3c: Spelling s/dicovered/discovered/Geert Uytterhoeven2019-10-311-1/+1
* i3c: master: use i3c_dev_get_master()Vitor Soares2019-10-011-1/+1
* i3c: master: Use dev_to_i3cmaster()Axel Lin2019-08-271-1/+1
* i3c: master: fix a memory leak bugWenwen Wang2019-08-121-2/+4
* i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj2019-08-113-8/+10
* i3c: master: cdns: Use for_each_set_bit()Andy Shevchenko2019-08-111-16/+10
* i3c: master: Add of_node_put() before returnNishka Dasgupta2019-08-111-1/+3
* i3c: move i3c_device_match_id to device.c and export itVitor Soares2019-07-272-45/+53
* Merge tag 'i3c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-07-093-38/+61
|\
| * i3c: master: Use struct_size() helperGustavo A. R. Silva2019-07-041-3/+2
| * i3c: dw: add limited bus mode supportVitor Soares2019-06-201-0/+1
| * i3c: add mixed limited bus modeVitor Soares2019-06-201-0/+5
| * i3c: fix i2c and i3c scl rate by bus modeVitor Soares2019-06-201-13/+38
| * i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-283-22/+15
* | 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-072-12/+3
|\
| * i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Dan Carpenter2019-05-061-2/+3
| * 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
* | i3c: Fix the verification of random PIDVitor Soares2019-04-101-3/+2
|/
* 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: fix missing detach if failed to retrieve i3c devJisheng Zhang2019-01-251-1/+1
* | 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
* ic3: off by one in mode_show()Dan Carpenter2018-12-051-1/+1
* i3c: fix an error code in i3c_master_add_i3c_dev_locked()Dan Carpenter2018-12-051-3/+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-127-0/+2948