summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master.c
Commit message (Expand)AuthorAgeFilesLines
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_re...Jae Hyun Yoo2021-04-241-4/+1
* i3c: Make remove callback return voidUwe Kleine-König2021-02-021-7/+3
* i3c: Handle drivers without probe or remove callbackUwe Kleine-König2021-02-021-4/+6
* i3c master: fix missing destroy_workqueue() on error in i3c_master_registerQinglang Miao2020-11-231-1/+4
* i3c: master: fix for SETDASA and DAA processParshuram Thombare2020-09-141-51/+74
* i3c: master add i3c_master_attach_boardinfo to preserve boardinfoParshuram Thombare2020-08-191-2/+17
* 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: 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: make i3c_bus_set_mode staticBenjamin Gaignard2019-12-091-2/+2
* 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-111-4/+6
* 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-271-45/+0
* i3c: master: Use struct_size() helperGustavo A. R. Silva2019-07-041-3/+2
* 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-281-7/+14
* Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2019-05-071-2/+3
|\
| * i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Dan Carpenter2019-05-061-2/+3
* | i3c: Fix the verification of random PIDVitor Soares2019-04-101-3/+2
|/
* i3c: fix missing detach if failed to retrieve i3c devJisheng Zhang2019-01-251-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: Add core I3C infrastructureBoris Brezillon2018-11-121-0/+2661