aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-bcm-iproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23i2c: iproc: Change driver to use 'BIT' macroRay Jui1-3/+3
2019-04-03i2c: iproc: add NIC I2C supportRayagonda Kokatanur1-5/+75
2019-04-03i2c: iproc: use wrapper for read/write accessRayagonda Kokatanur1-63/+77
2019-04-03i2c: iproc: add polling supportRayagonda Kokatanur1-117/+181
2019-04-03i2c: iproc: Add support for more master error statusMichael Cheng1-0/+10
2019-04-03i2c: iproc: Add slave mode supportShreesha Rajashekar1-6/+298
2019-04-03i2c: iproc: Extend I2C read up to 255 bytesShreesha Rajashekar1-22/+74
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2016-11-18i2c: constify i2c_adapter_quirks structuresJulia Lawall1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-7/+1
2016-08-15i2c: bcm-iproc: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-04-11i2c: bcm-iproc: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-02-12i2c: iproc: Support larger TX transferRay Jui1-9/+75
2016-02-12i2c: iproc: Fix typo in the driverRay Jui1-2/+2
2016-02-12i2c: iproc: Add recovery mechanism in error caseRay Jui1-43/+48
2015-06-03i2c: iproc: Add suspend/resume supportRay Jui1-0/+57
2015-03-13i2c: bcm-iproc: make use of the new infrastructure for quirksWolfram Sang1-8/+7
2015-02-17i2c: iproc: Add Broadcom iProc I2C DriverRay Jui1-0/+461