summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-01-0511-129/+317
|\
| * i2c: Add Actions Semiconductor Owl family S700 I2C supportParthiban Nallathambi2019-01-031-0/+1
| * i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula2019-01-031-0/+2
| * i2c: tegra: Switch to SPDX identifierThierry Reding2018-12-171-10/+1
| * i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding2018-12-171-0/+15
| * i2c: tegra: Cleanup kerneldoc commentsThierry Reding2018-12-171-12/+11
| * i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-171-7/+102
| * i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2018-12-171-0/+1
| * i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.Enric Balletbo i Serra2018-12-171-10/+4
| * i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring2018-12-111-4/+4
| * i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-16/+16
| * i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-11/+18
| * Merge tag 'v4.20-rc6' into i2c/for-5.0Wolfram Sang2018-12-116-30/+93
| |\
| * | i2c: tegra: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-12-111-3/+2
| * | i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET2018-12-011-43/+101
| * | i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2018-11-271-0/+1
| * | i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET2018-11-271-3/+35
| * | i2c: Remove caller signal_pending branch predictionsDavidlohr Bueso2018-11-271-1/+1
| * | i2c: imx: don't print error message on probe deferLucas Stach2018-11-271-1/+2
| * | i2c: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-271-9/+1
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-3/+3
|\ \ \
| * | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-3/+3
| |/ /
* | | Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-12-251-19/+45
|\ \ \
| * | | i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helperAndy Shevchenko2018-12-031-12/+29
| * | | i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESSAndy Shevchenko2018-12-031-1/+1
| * | | i2c: acpi: Return error pointers from i2c_acpi_new_device()Andy Shevchenko2018-12-031-6/+15
* | | | i2c: nvidia-gpu: mark resume function as __maybe_unusedArnd Bergmann2018-12-111-1/+1
| |_|/ |/| |
* | | i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-061-1/+18
* | | i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-061-1/+7
* | | i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada2018-12-061-4/+9
* | | i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada2018-12-061-3/+14
* | | i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede2018-12-061-3/+7
* | | i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-061-11/+29
* | | i2c: rcar: check bus state before reinitializingWolfram Sang2018-11-271-4/+5
* | | i2c: nvidia-gpu: limit reads also for combined messagesWolfram Sang2018-11-271-0/+1
* | | i2c: nvidia-gpu: adhere to I2C fault codesWolfram Sang2018-11-271-3/+3
| |/ |/|
* | i2c: nvidia-gpu: make pm_ops staticWolfram Sang2018-11-091-1/+1
* | i2c: add i2c bus driver for NVIDIA GPUAjay Gupta2018-11-093-0/+378
* | i2c: qcom-geni: Fix runtime PM mismatch with child devicesStephen Boyd2018-11-091-7/+8
* | i2c: omap: Enable for ARCH_K3Vignesh R2018-11-091-1/+1
|/
* i2c: Clear client->irq in i2c_device_removeCharles Keepax2018-10-311-0/+2
* i2c: Remove unnecessary call to irq_find_mappingCharles Keepax2018-10-311-4/+1
* Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-304-148/+6
|\
| * i2c: designware: Cleanup bus lock handlingHans de Goede2018-10-254-27/+6
| * x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore codeHans de Goede2018-10-251-123/+2
* | Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-2922-298/+413
|\ \ | |/ |/|
| * i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula2018-10-291-18/+0
| * i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada2018-10-291-5/+6
| * i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada2018-10-291-8/+25
| * i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada2018-10-291-1/+16