| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2019-09-25 | 29 | -236/+726 |
|\ |
|
| * | i2c: tegra: Move suspend handling to NOIRQ phase | Jon Hunter | 2019-09-13 | 1 | -18/+22 |
| * | i2c: imx: ACPI support for NXP i2c controller | Chuanhua Han | 2019-09-13 | 1 | -4/+13 |
| * | i2c: uniphier(-f): remove all dev_dbg() | Masahiro Yamada | 2019-09-05 | 2 | -36/+4 |
| * | i2c: uniphier(-f): use devm_platform_ioremap_resource() | Masahiro Yamada | 2019-09-05 | 2 | -6/+2 |
| * | i2c: slave-eeprom: Add comment about address handling | Björn Ardö | 2019-09-05 | 1 | -0/+6 |
| * | i2c: exynos5: Remove IRQF_ONESHOT | Sebastian Andrzej Siewior | 2019-09-04 | 1 | -3/+1 |
| * | i2c: stm32f7: Make structure stm32f7_i2c_algo constant | Nishka Dasgupta | 2019-09-04 | 1 | -1/+1 |
| * | i2c: cht-wc: drop check because i2c_unregister_device() is NULL safe | Wolfram Sang | 2019-09-04 | 1 | -2/+1 |
| * | i2c-eeprom_slave: Add support for more eeprom models | Björn Ardö | 2019-09-04 | 1 | -11/+25 |
| * | i2c: fsi: Add of_put_node() before break | Nishka Dasgupta | 2019-09-03 | 1 | -1/+3 |
| * | i2c: synquacer: Make synquacer_i2c_ops constant | Nishka Dasgupta | 2019-09-03 | 1 | -1/+1 |
| * | i2c: hix5hd2: Remove IRQF_ONESHOT | Sebastian Andrzej Siewior | 2019-09-03 | 1 | -2/+1 |
| * | i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond | Mika Westerberg | 2019-09-03 | 1 | -54/+88 |
| * | i2c: iproc: Make bcm_iproc_i2c_quirks constant | Nishka Dasgupta | 2019-08-30 | 1 | -1/+1 |
| * | i2c: iproc: Add full name of devicetree node to adapter name | Lori Hikichi | 2019-08-30 | 1 | -1/+3 |
| * | i2c: piix4: Add ACPI support | Jean Delvare | 2019-08-29 | 1 | -4/+14 |
| * | i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30h | Jean Delvare | 2019-08-29 | 1 | -3/+13 |
| * | i2c: ocores: use request_any_context_irq() to register IRQ handler | Federico Vaga | 2019-08-29 | 1 | -2/+3 |
| * | i2c: designware: Fix optional reset error handling | Andy Shevchenko | 2019-08-29 | 1 | -10/+6 |
| * | i2c: designware: assert reset when error happen at ->probe() | Andy Shevchenko | 2019-08-29 | 1 | -2/+4 |
| * | i2c: taos-evm: Make structure tsl2550_info constant | Nishka Dasgupta | 2019-08-29 | 1 | -1/+1 |
| * | i2c: designware-pci: Add support for Elkhart Lake PSE I2C | Jarkko Nikula | 2019-08-29 | 1 | -0/+18 |
| * | i2c: designware-pci: Switch over to MSI interrupts | Felipe Balbi | 2019-08-29 | 1 | -3/+14 |
| * | i2c: axxia: support slave mode | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 2019-08-29 | 2 | -8/+145 |
| * | i2c: icy: Add LTC2990 present on 2019 board revision | Max Staudt | 2019-08-29 | 2 | -0/+60 |
| * | i2c: Add i2c-icy for I2C on m68k/Amiga | Max Staudt | 2019-08-29 | 3 | -0/+185 |
| * | i2c: bcm2835: Add full name of devicetree node to adapter name | Stefan Wahren | 2019-08-29 | 1 | -1/+2 |
| * | i2c: bcm2835: Avoid clk stretch quirk for BCM2711 | Stefan Wahren | 2019-08-29 | 1 | -3/+5 |
| * | i2c-cht-wc: Fix lockdep warning | Hans de Goede | 2019-08-14 | 1 | -0/+46 |
| * | i2c: replace i2c_new_secondary_device with an ERR_PTR variant | Wolfram Sang | 2019-08-14 | 1 | -5/+5 |
| * | i2c: sprd: Validate the return value of clock initialization | Baolin Wang | 2019-08-06 | 1 | -4/+7 |
| * | i2c: sprd: Change to use devm_platform_ioremap_resource() | Baolin Wang | 2019-08-06 | 1 | -3/+1 |
| * | i2c: sprd: Make I2C driver can be built as a module | Baolin Wang | 2019-08-06 | 2 | -6/+6 |
| * | i2c: Drop unneeded check for of_node | Andy Shevchenko | 2019-08-06 | 1 | -6/+4 |
| * | i2c: designware: Fix unused variable warning | Shaokun Zhang | 2019-08-06 | 1 | -1/+0 |
| * | i2c: designware: make use of devm_gpiod_get_optional | Uwe Kleine-König | 2019-08-01 | 1 | -7/+4 |
| * | i2c: busses: Use dev_get_drvdata where possible | Chuhong Yuan | 2019-08-01 | 2 | -6/+3 |
| * | i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 2019-08-01 | 1 | -3/+1 |
| * | i2c: mxs: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 2019-08-01 | 1 | -3/+1 |
| * | i2c: ismt: Remove call to memset after dmam_alloc_coherent | Fuqian Huang | 2019-08-01 | 1 | -2/+0 |
| * | i2c: tegra: Compile PM functions unconditionally | Dmitry Osipenko | 2019-08-01 | 1 | -11/+5 |
* | | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2019-09-19 | 2 | -3/+3 |
|\ \ |
|
| * | | mfd / platform: cros_ec: Reorganize platform and mfd includes | Enric Balletbo i Serra | 2019-09-02 | 1 | -2/+2 |
| * | | mfd / platform: cros_ec: Move cros-ec core driver out from MFD | Enric Balletbo i Serra | 2019-09-02 | 1 | -1/+1 |
* | | | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-18 | 1 | -1/+14 |
|\ \ \ |
|
| * \ \ | Merge 5.3-rc4 into driver-core-next | Greg Kroah-Hartman | 2019-08-12 | 5 | -10/+14 |
| |\ \ \ |
|
| * | | | | i2c: Revert incorrect conversion to use generic helper | Suzuki K Poulose | 2019-08-01 | 1 | -1/+4 |
* | | | | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-18 | 3 | -33/+4 |
|\| | | | |
|
| * | | | | drivers: Add generic helper to match any device | Suzuki K Poulose | 2019-07-30 | 1 | -7/+1 |