summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/dw-i3c-master.c
Commit message (Expand)AuthorAgeFilesLines
* i3c: dw: Add a platform facility for IBI PEC workaroundsJeremy Kerr2023-04-281-0/+19
* i3c: dw: Add support for in-band interruptsJeremy Kerr2023-04-281-3/+278
* i3c: dw: Turn DAT array entry into a structJeremy Kerr2023-04-281-11/+11
* i3c: dw: Create a generic fifo read functionJeremy Kerr2023-04-281-4/+10
* i3c: dw: Add infrastructure for platform-specific implementationsJeremy Kerr2023-04-281-34/+43
* i3c: dw: use bus mode rather than device reg for conditional tCAS settingJeremy Kerr2023-04-271-1/+5
* i3c: dw: Return the length from a read priv_xferMatt Johnston2023-04-271-0/+7
* i3c: dw: Convert to platform remove callback returning voidUwe Kleine-König2023-03-211-4/+2
* i3c: Make i3c_master_unregister() return voidUwe Kleine-König2023-03-211-4/+1
* i3c: dw: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-131-1/+1
* i3c: master: dw: stop hardcoding initial speedJack Chen2023-02-281-2/+3
* i3c: master: dw: check return of dw_i3c_master_get_free_pos()Tom Rix2022-01-131-0/+4
* i3c: master: dw: Drop redundant disec callMiquel Raynal2021-02-061-5/+0
* 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-281-1/+1
* i3c: master: dw: reattach device on first available location of address tableVitor Soares2020-01-131-0/+16
* i3c: master: dw: convert to devm_platform_ioremap_resourceYangtao Li2020-01-131-3/+1
* i3c: add addr and lvr to i2c_dev_desc structurePrzemyslaw Gaj2019-08-111-2/+2
* i3c: dw: add limited bus mode supportVitor Soares2019-06-201-0/+1
* i3c: Drop support for I2C 10 bit addresingPrzemyslaw Gaj2019-05-281-6/+0
* 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: 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-051-0/+1216