summaryrefslogtreecommitdiffstats
path: root/drivers/i3c
Commit message (Expand)AuthorAgeFilesLines
* i3c: master: dw: check return of dw_i3c_master_get_free_pos()Tom Rix2022-01-131-0/+4
* i3c: master: mipi-i3c-hci: correct the config reference for endiannessLukas Bulwahn2022-01-051-1/+1
* i3c: master: svc: enable the interrupt in the enable ibi functionClark Wang2022-01-051-2/+4
* i3c: master: svc: add the missing module device tableClark Wang2022-01-051-0/+1
* i3c: master: svc: add runtime pm supportClark Wang2022-01-051-40/+156
* i3c: master: svc: set ODSTOP to let I2C device see the STOP signalClark Wang2022-01-051-2/+5
* i3c: master: svc: add support for slave to stop returning dataClark Wang2022-01-051-16/+40
* i3c: master: svc: separate err, fifo and disable interrupt of reset functionClark Wang2022-01-051-25/+34
* i3c: master: svc: fix atomic issueClark Wang2022-01-051-11/+15
* i3c: master: svc: move module reset behind clk enableClark Wang2022-01-051-2/+2
* i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in 'hci_dat_v1_get_i...Christophe JAILLET2021-12-101-3/+1
* i3c: fix incorrect address slot lookup on 64-bitJamie Iles2021-12-101-1/+2
* i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmeticLen Baker2021-12-101-1/+1
* i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmeticLen Baker2021-12-101-1/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* 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
|/
* Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_re...Jae Hyun Yoo2021-04-241-4/+1
* 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-226-10/+1496
|\
| * 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: Make remove callback return voidUwe Kleine-König2021-02-021-7/+3
| * i3c: Handle drivers without probe or remove callbackUwe Kleine-König2021-02-022-4/+11
| * 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
* i3c master: fix missing destroy_workqueue() on error in i3c_master_registerQinglang Miao2020-11-231-1/+4
* Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2020-10-172-54/+94
|\
| * i3c: master: Fix error return in cdns_i3c_master_probe()Jing Xiangfeng2020-10-071-1/+3
| * 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
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* 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