aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2019-05-25i2c: designware: ratelimit 'transfer when suspended' errorsWolfram Sang
2019-05-08i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon
2019-05-08i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula
2019-05-08i2c: imx: correct the method of getting private data in notifier_callAnson Huang
2019-05-08i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel
2019-05-04i2c: i801: Add support for Intel Comet LakeJarkko Nikula
2019-04-05i2c: of: Try to find an I2C adapter matching the parentThierry Reding
2019-04-05i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede
2019-04-05i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus
2019-03-23i2c: tegra: update maximum transfer sizeSowjanya Komatineni
2019-03-23i2c: tegra: fix maximum transfer sizeSowjanya Komatineni
2019-02-15i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski
2019-02-15i2c: cadence: Fix the hold bit settingShubhrajyoti Datta
2019-02-05i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren
2019-01-11i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni
2019-01-11i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng
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-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-25Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Linus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
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-03i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helperAndy Shevchenko
2018-12-03i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESSAndy Shevchenko
2018-12-03i2c: acpi: Return error pointers from i2c_acpi_new_device()Andy Shevchenko
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