summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2018-05-15i2c: viperboard: return message count on master_xfer successPeter Rosin1-1/+1
2018-05-15i2c: pmcmsp: fix error return from master_xferPeter Rosin1-1/+1
2018-05-15i2c: pmcmsp: return message count on master_xfer successPeter Rosin1-1/+1
2018-05-10i2c: designware: fix poll-after-enable regressionAlexander Monakov1-1/+4
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang3-14/+0
2018-05-08i2c: axxia: enable clock before calling clk_get_rate()Tobias Jordan1-12/+14
2018-04-30i2c: rcar: enhance comment to avoid regressionsWolfram Sang1-0/+2
2018-04-30i2c: mlxcpld: Allow configurable adapter id for mlxcpldMichael Shych1-0/+2
2018-04-30i2c: mlxcpld: Fix adapter functionality support callbackMichael Shych1-1/+8
2018-04-30i2c: mlxcpld: Add support for smbus block read transactionMichael Shych1-6/+32
2018-04-30i2c: mlxcpld: Add support for extended transaction length for i2c-mlxcpldMichael Shych1-2/+17
2018-04-30i2c: mediatek: use of_device_get_match_data()Ryder Lee1-6/+2
2018-04-30i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski1-2/+0
2018-04-30i2c: i801: Don't restore config registers on runtime PMJean Delvare1-2/+1
2018-04-30i2c: at91: Read all available bytes at onceDavid Engraf1-2/+10
2018-04-30i2c: i2c-stm32f7: Implement I2C release mechanismPierre-Yves MORDRET1-3/+24
2018-04-30i2c: i2c-stm32f7: Add DMA supportPierre-Yves MORDRET2-21/+196
2018-04-30i2c: i2c-stm32: Add generic DMA APIPierre-Yves MORDRET2-0/+190
2018-04-30i2c: i2c-stm32f7: Add initial SMBus protocols supportPierre-Yves MORDRET1-9/+368
2018-04-30i2c: i2c-stm32f7: Add slave supportPierre-Yves MORDRET2-6/+429
2018-04-30i2c: i2c-stm32f7: Add 10-bit address supportPierre-Yves MORDRET1-5/+17
2018-04-27i2c: sprd: Fix the i2c count issueBaolin Wang1-4/+2
2018-04-27i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang1-0/+16
2018-04-18i2c: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-3/+0
2018-04-11i2c: i801: Restore configuration at shutdownJean Delvare1-0/+10
2018-04-11i2c: i801: Save register SMBSLVCMD value only onceJean Delvare1-2/+4
2018-04-07Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-720/+1760
2018-04-04i2c: add support for Socionext SynQuacer I2C controllerArd Biesheuvel3-0/+678
2018-04-03i2c: imx: avoid taking clk_prepare mutex in PM callbacksLucas Stach1-2/+2
2018-04-03i2c: imx: use clk notifier for rate changesLucas Stach1-7/+25
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds3-757/+1
2018-03-26i2c: remove bfin-twi driverArnd Bergmann3-756/+0
2018-03-24i2c: rcar: fix mask value of prohibited bitHiromitsu Yamasaki1-2/+2
2018-03-24Merge tag 'at24-4.17-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2-1/+2
2018-03-24i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET1-0/+5
2018-03-24i2c: pca-platform: use device_property_read_u32Chris Packham1-7/+6
2018-03-24i2c: pca-platform: unconditionally use devm_gpiod_get_optionalChris Packham1-17/+4
2018-03-24i2c: qup: reorganization of driver code to remove polling for qup v2Abhishek Sahu1-385/+515
2018-03-24i2c: qup: reorganization of driver code to remove polling for qup v1Abhishek Sahu1-143/+223
2018-03-24i2c: qup: send NACK for last read sub transfersAbhishek Sahu1-1/+4
2018-03-24i2c: qup: fix buffer overflow for multiple msg of maximum xfer lenAbhishek Sahu1-84/+110
2018-03-24i2c: qup: change completion timeout according to transfer lengthAbhishek Sahu1-3/+10
2018-03-24i2c: qup: use the complete transfer length to choose DMA modeAbhishek Sahu1-6/+7
2018-03-24i2c: qup: proper error handling for i2c error in BAM modeAbhishek Sahu1-9/+16
2018-03-24i2c: qup: fix the transfer length for BAM RX EOT FLUSH tagsAbhishek Sahu1-2/+2
2018-03-24i2c: qup: schedule EOT and FLUSH tags at the end of transferAbhishek Sahu1-15/+24
2018-03-24i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu1-24/+18
2018-03-24i2c: qup: minor code reorganization for use_dmaAbhishek Sahu1-8/+11
2018-03-24i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu1-0/+2
2018-03-24i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu1-11/+2