summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2018-05-22i2c: xlp9xx: Fix issue seen when updating receive lengthGeorge Cherian
2018-05-22i2c: xlp9xx: Add support for SMBAlertGeorge Cherian
2018-05-22i2c: Export of_i2c_get_board_info()Boris Brezillon
2018-05-22i2c: Retain info->of_node in i2c_new_device()Boris Brezillon
2018-05-19i2c: mux: pca954x: force reset on probe if availableMike Looijmans
2018-05-19i2c: mux: demux-pinctrl: disable PM user interfaceWolfram Sang
2018-05-19i2c: mux: ltc4306: switch to using .probe_newPeter Rosin
2018-05-17Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang
2018-05-17i2c: pnx: move header into the driverWolfram Sang
2018-05-17i2c: xiic: move header to platform_dataWolfram Sang
2018-05-17i2c: pca-platform: move header to platform_dataWolfram Sang
2018-05-17i2c: omap: move header to platform_dataWolfram Sang
2018-05-17i2c: ocores: move header to platform_dataWolfram Sang
2018-05-17i2c: mux: gpio: move header to platform_dataWolfram Sang
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang
2018-05-17i2c: stm32f7: fix documentation typoPierre-Yves MORDRET
2018-05-17i2c: i801: fix unused-function warningAnders Roxell
2018-05-17i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"Colin Ian King
2018-05-17i2c: synquacer: fix fence-post error in retry loopPeter Rosin
2018-05-17i2c: core: smbus: fix a potential missing-check bugWenwen Wang
2018-05-15i2c: hix5hd2: remove some dead codePeter Rosin
2018-05-15i2c: exynos5: simplify transfer functionAndrzej Hajda
2018-05-15i2c: Get rid of i2c_board_info->archdataBoris Brezillon
2018-05-15i2c: designware: refactor low-level enable/disableAlexander Monakov
2018-05-15Merge branch 'i2c/for-current-fixed' into i2c/for-4.18Wolfram Sang
2018-05-15i2c: viperboard: return message count on master_xfer successPeter Rosin
2018-05-15i2c: pmcmsp: fix error return from master_xferPeter Rosin
2018-05-15i2c: pmcmsp: return message count on master_xfer successPeter Rosin
2018-05-14i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2018-05-10i2c: designware: fix poll-after-enable regressionAlexander Monakov
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang
2018-05-08i2c: axxia: enable clock before calling clk_get_rate()Tobias Jordan
2018-04-30i2c: rcar: enhance comment to avoid regressionsWolfram Sang
2018-04-30i2c: core: ACPI: Log device not acking errors at dbg loglevelHans de Goede
2018-04-30i2c: core: ACPI: Improve OpRegion read errorsHans de Goede
2018-04-30i2c: mlxcpld: Allow configurable adapter id for mlxcpldMichael Shych
2018-04-30i2c: mlxcpld: Fix adapter functionality support callbackMichael Shych
2018-04-30i2c: mlxcpld: Add support for smbus block read transactionMichael Shych
2018-04-30i2c: mlxcpld: Add support for extended transaction length for i2c-mlxcpldMichael Shych
2018-04-30i2c: mediatek: use of_device_get_match_data()Ryder Lee
2018-04-30i2c: s3c2410: Remove support for Exynos5440Krzysztof Kozlowski
2018-04-30i2c: i801: Don't restore config registers on runtime PMJean Delvare
2018-04-30i2c: at91: Read all available bytes at onceDavid Engraf
2018-04-30i2c: i2c-stm32f7: Implement I2C release mechanismPierre-Yves MORDRET
2018-04-30i2c: i2c-stm32f7: Add DMA supportPierre-Yves MORDRET
2018-04-30i2c: i2c-stm32: Add generic DMA APIPierre-Yves MORDRET
2018-04-30i2c: i2c-stm32f7: Add initial SMBus protocols supportPierre-Yves MORDRET
2018-04-30i2c: i2c-stm32f7: Add slave supportPierre-Yves MORDRET
2018-04-30i2c: i2c-stm32f7: Add 10-bit address supportPierre-Yves MORDRET
2018-04-27i2c: sprd: Fix the i2c count issueBaolin Wang