summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-bcm-iproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: iproc: Add multi byte read-write support for slave modeRayagonda Kokatanur2019-05-271-64/+53
* i2c: iproc: Change driver to use 'BIT' macroRay Jui2019-04-231-3/+3
* i2c: iproc: add NIC I2C supportRayagonda Kokatanur2019-04-031-5/+75
* i2c: iproc: use wrapper for read/write accessRayagonda Kokatanur2019-04-031-63/+77
* i2c: iproc: add polling supportRayagonda Kokatanur2019-04-031-117/+181
* i2c: iproc: Add support for more master error statusMichael Cheng2019-04-031-0/+10
* i2c: iproc: Add slave mode supportShreesha Rajashekar2019-04-031-6/+298
* i2c: iproc: Extend I2C read up to 255 bytesShreesha Rajashekar2019-04-031-22/+74
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2
* i2c: constify i2c_adapter_quirks structuresJulia Lawall2016-11-181-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-7/+1
* i2c: bcm-iproc: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
* i2c: bcm-iproc: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+1
* i2c: iproc: Support larger TX transferRay Jui2016-02-121-9/+75
* i2c: iproc: Fix typo in the driverRay Jui2016-02-121-2/+2
* i2c: iproc: Add recovery mechanism in error caseRay Jui2016-02-121-43/+48
* i2c: iproc: Add suspend/resume supportRay Jui2015-06-021-0/+57
* i2c: bcm-iproc: make use of the new infrastructure for quirksWolfram Sang2015-03-131-8/+7
* i2c: iproc: Add Broadcom iProc I2C DriverRay Jui2015-02-171-0/+461