aboutsummaryrefslogtreecommitdiff
path: root/drivers/i3c/master.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOADGravatar Nicolas Pitre 1-8/+8
2020-03-29i3c: convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-1/+1
2020-02-28i3c: Add a modalias sysfs attributeGravatar Boris Brezillon 1-0/+22
2020-02-27i3c: Fix MODALIAS ueventsGravatar Boris Brezillon 1-1/+1
2020-02-17i3c: master: no need to iterate master device twiceGravatar Wolfram Sang 1-1/+1
2019-12-09i3c: master: make i3c_bus_set_mode staticGravatar Benjamin Gaignard 1-2/+2
2019-10-31i3c: Spelling s/dicovered/discovered/Gravatar Geert Uytterhoeven 1-1/+1
2019-10-01i3c: master: use i3c_dev_get_master()Gravatar Vitor Soares 1-1/+1
2019-08-27i3c: master: Use dev_to_i3cmaster()Gravatar Axel Lin 1-1/+1
2019-08-12i3c: master: fix a memory leak bugGravatar Wenwen Wang 1-2/+4
2019-08-11i3c: add addr and lvr to i2c_dev_desc structureGravatar Przemyslaw Gaj 1-4/+6
2019-08-11i3c: master: Add of_node_put() before returnGravatar Nishka Dasgupta 1-1/+3
2019-07-27i3c: move i3c_device_match_id to device.c and export itGravatar Vitor Soares 1-45/+0
2019-07-04i3c: master: Use struct_size() helperGravatar Gustavo A. R. Silva 1-3/+2
2019-06-20i3c: add mixed limited bus modeGravatar Vitor Soares 1-0/+5
2019-06-20i3c: fix i2c and i3c scl rate by bus modeGravatar Vitor Soares 1-13/+38
2019-05-28i3c: Drop support for I2C 10 bit addresingGravatar Przemyslaw Gaj 1-7/+14
2019-05-07Merge tag 'i3c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Gravatar Linus Torvalds 1-2/+3
2019-05-06i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Gravatar Dan Carpenter 1-2/+3
2019-04-10i3c: Fix the verification of random PIDGravatar Vitor Soares 1-3/+2
2019-01-25i3c: fix missing detach if failed to retrieve i3c devGravatar Jisheng Zhang 1-1/+1
2018-12-05ic3: off by one in mode_show()Gravatar Dan Carpenter 1-1/+1
2018-12-05i3c: fix an error code in i3c_master_add_i3c_dev_locked()Gravatar Dan Carpenter 1-3/+1
2018-11-12i3c: Add core I3C infrastructureGravatar Boris Brezillon 1-0/+2661