summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)Author
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2019-01-23i2c: aspeed: Remove hard-coded bus timeout value settingJae Hyun Yoo
2019-01-23i2c: sh_mobile: update copyright and commentsWolfram Sang
2019-01-23i2c: sh_mobile: refactor rx isrWolfram Sang
2019-01-23i2c: sh_mobile: replace break; with if-blockWolfram Sang
2019-01-23i2c: sh_mobile: remove is_first_byte functionWolfram Sang
2019-01-23i2c: sh_mobile: drop 'data' argument from i2c_op functionWolfram Sang
2019-01-23i2c: sh_mobile: remove get_data functionWolfram Sang
2019-01-23i2c: sh_mobile: simplify sending address for RXWolfram Sang
2019-01-22i2c: rcar: Fix clients using i2c from suspend callbackGeert Uytterhoeven
2019-01-22i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing
2019-01-15i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel
2019-01-15i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel
2019-01-11i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni
2019-01-08i2c: rcar: add suspend/resume supportWolfram Sang
2019-01-08i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang
2019-01-08i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang
2019-01-08i2c: sprd: use core helper to mark adapter suspendedWolfram Sang
2019-01-08i2c: sprd: don't use pdev as variable name for struct device *Wolfram Sang
2019-01-08i2c: zx2967: use core helper to mark adapter suspendedWolfram Sang
2019-01-08i2c: brcmstb: use core helper to mark adapter suspendedWolfram Sang
2019-01-08i2c: synquacer: remove unused is_suspended flagWolfram Sang
2019-01-05Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-01-03i2c: Add Actions Semiconductor Owl family S700 I2C supportParthiban Nallathambi
2019-01-03i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula
2018-12-17i2c: tegra: Switch to SPDX identifierThierry Reding
2018-12-17i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding
2018-12-17i2c: tegra: Cleanup kerneldoc commentsThierry Reding
2018-12-17i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)
2018-12-17i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro
2018-12-17i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.Enric Balletbo i Serra
2018-12-11i2c: nvidia-gpu: mark resume function as __maybe_unusedArnd Bergmann
2018-12-11i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-11i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)
2018-12-11i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)
2018-12-11Merge tag 'v4.20-rc6' into i2c/for-5.0Wolfram Sang
2018-12-11i2c: tegra: replace spin_lock_irqsave with spin_lock in ISRjun qian
2018-12-06i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada
2018-12-06i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada
2018-12-06i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada
2018-12-06i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada
2018-12-06i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede
2018-12-06i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)
2018-12-01i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET
2018-11-27i2c: rcar: check bus state before reinitializingWolfram Sang
2018-11-27i2c: nvidia-gpu: limit reads also for combined messagesWolfram Sang
2018-11-27i2c: nvidia-gpu: adhere to I2C fault codesWolfram Sang
2018-11-27i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman
2018-11-27i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET
2018-11-27i2c: Remove caller signal_pending branch predictionsDavidlohr Bueso