Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 11 | -129/+317 |
2019-01-03 | i2c: Add Actions Semiconductor Owl family S700 I2C support | Parthiban Nallathambi | 1 | -0/+1 |
2019-01-03 | i2c: ismt: Add support for Intel Cedar Fork | Jarkko Nikula | 1 | -0/+2 |
2018-12-30 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -3/+3 |
2018-12-25 | Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 1 | -19/+45 |
2018-12-21 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -3/+3 |
2018-12-18 | i2c: tegra: Switch to SPDX identifier | Thierry Reding | 1 | -10/+1 |
2018-12-18 | i2c: tegra: Add missing kerneldoc for some fields | Thierry Reding | 1 | -0/+15 |
2018-12-18 | i2c: tegra: Cleanup kerneldoc comments | Thierry Reding | 1 | -12/+11 |
2018-12-18 | i2c: axxia: support sequence command mode | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -7/+102 |
2018-12-18 | i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) | Fabrizio Castro | 1 | -0/+1 |
2018-12-18 | i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier. | Enric Balletbo i Serra | 1 | -10/+4 |
2018-12-11 | i2c: nvidia-gpu: mark resume function as __maybe_unused | Arnd Bergmann | 1 | -1/+1 |
2018-12-11 | i2c: powermac: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -4/+4 |
2018-12-11 | i2c-axxia: check for error conditions first | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -16/+16 |
2018-12-11 | i2c-axxia: dedicated function to set client addr | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -11/+18 |
2018-12-11 | Merge tag 'v4.20-rc6' into i2c/for-5.0 | Wolfram Sang | 6 | -30/+93 |
2018-12-11 | i2c: tegra: replace spin_lock_irqsave with spin_lock in ISR | jun qian | 1 | -3/+2 |
2018-12-07 | i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode | Masahiro Yamada | 1 | -1/+18 |
2018-12-07 | i2c: uniphier: fix violation of tLOW requirement for Fast-mode | Masahiro Yamada | 1 | -1/+7 |
2018-12-07 | i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START | Masahiro Yamada | 1 | -4/+9 |
2018-12-07 | i2c: uniphier-f: fix timeout error after reading 8 bytes | Masahiro Yamada | 1 | -3/+14 |
2018-12-07 | i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node | Hans de Goede | 1 | -3/+7 |
2018-12-07 | i2c: axxia: properly handle master timeout | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 1 | -11/+29 |
2018-12-03 | i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper | Andy Shevchenko | 1 | -12/+29 |
2018-12-03 | i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS | Andy Shevchenko | 1 | -1/+1 |
2018-12-03 | i2c: acpi: Return error pointers from i2c_acpi_new_device() | Andy Shevchenko | 1 | -6/+15 |
2018-12-01 | i2c: i2c-stm32f7: add PM Runtime support | Pierre-Yves MORDRET | 1 | -43/+101 |
2018-11-27 | i2c: rcar: check bus state before reinitializing | Wolfram Sang | 1 | -4/+5 |
2018-11-27 | i2c: nvidia-gpu: limit reads also for combined messages | Wolfram Sang | 1 | -0/+1 |
2018-11-27 | i2c: nvidia-gpu: adhere to I2C fault codes | Wolfram Sang | 1 | -3/+3 |
2018-11-27 | i2c: sh_mobile: add support for r8a77990 (R-Car E3) | Simon Horman | 1 | -0/+1 |
2018-11-27 | i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7 | Pierre-Yves MORDRET | 1 | -3/+35 |
2018-11-27 | i2c: Remove caller signal_pending branch predictions | Davidlohr Bueso | 1 | -1/+1 |
2018-11-27 | i2c: imx: don't print error message on probe defer | Lucas Stach | 1 | -1/+2 |
2018-11-27 | i2c: bcm2835: Switch to SPDX identifier | Stefan Wahren | 1 | -9/+1 |
2018-11-09 | i2c: nvidia-gpu: make pm_ops static | Wolfram Sang | 1 | -1/+1 |
2018-11-09 | i2c: add i2c bus driver for NVIDIA GPU | Ajay Gupta | 3 | -0/+378 |
2018-11-09 | i2c: qcom-geni: Fix runtime PM mismatch with child devices | Stephen Boyd | 1 | -7/+8 |
2018-11-09 | i2c: omap: Enable for ARCH_K3 | Vignesh R | 1 | -1/+1 |
2018-11-01 | i2c: Clear client->irq in i2c_device_remove | Charles Keepax | 1 | -0/+2 |
2018-11-01 | i2c: Remove unnecessary call to irq_find_mapping | Charles Keepax | 1 | -4/+1 |
2018-10-30 | Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -148/+6 |
2018-10-30 | Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 22 | -298/+413 |
2018-10-29 | i2c: sh_mobile: Remove dummy runtime PM callbacks | Jarkko Nikula | 1 | -18/+0 |
2018-10-29 | i2c: uniphier-f: fix race condition when IRQ is cleared | Masahiro Yamada | 1 | -5/+6 |
2018-10-29 | i2c: uniphier-f: fix occasional timeout error | Masahiro Yamada | 1 | -8/+25 |
2018-10-29 | i2c: uniphier-f: make driver robust against concurrency | Masahiro Yamada | 1 | -1/+16 |
2018-10-29 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 3 | -3/+3 |
2018-10-25 | i2c: designware: Cleanup bus lock handling | Hans de Goede | 4 | -27/+6 |