aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17i2c: core: smbus: fix a potential missing-check bugWenwen Wang1-0/+2
2018-05-15i2c: hix5hd2: remove some dead codePeter Rosin1-11/+1
2018-05-15i2c: exynos5: simplify transfer functionAndrzej Hajda1-22/+7
2018-05-15i2c: Get rid of i2c_board_info->archdataBoris Brezillon2-6/+0
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov4-20/+28
2018-05-15Merge branch 'i2c/for-current-fixed' into i2c/for-4.18Wolfram Sang4-7/+17
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-14i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-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: core: ACPI: Log device not acking errors at dbg loglevelHans de Goede1-4/+10
2018-04-30i2c: core: ACPI: Improve OpRegion read errorsHans de Goede1-1/+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-27i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov1-1/+1
2018-04-18i2c: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-3/+0
2018-04-11i2c: add param sanity check to i2c_transfer()Ard Biesheuvel1-0/+3
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/wsa/linuxLinus Torvalds20-760/+1880
2018-04-04i2c: add support for Socionext SynQuacer I2C controllerArd Biesheuvel3-0/+678
2018-04-03i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso1-6/+7
2018-04-03i2c: fix parameter of trace_i2c_resultAhbong Chang1-1/+1
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/arnd/asm-genericLinus Torvalds3-757/+1
2018-03-26i2c: remove bfin-twi driverArnd Bergmann3-756/+0
2018-03-24i2c: make i2c_check_addr_validity() staticWolfram Sang2-2/+1
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/linux/kernel/git/brgl/linux into i2c/for-4.17Wolfram 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