summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula2019-09-281-0/+1
* i2c: riic: Clear NACK in tend isrChris Brandt2019-09-281-0/+1
* i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones2019-09-281-4/+8
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-2427-214/+686
|\
| * i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter2019-09-131-18/+22
| * i2c: imx: ACPI support for NXP i2c controllerChuanhua Han2019-09-131-4/+13
| * i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2019-09-052-36/+4
| * i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2019-09-052-6/+2
| * i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-041-3/+1
| * i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta2019-09-041-1/+1
| * i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang2019-09-041-2/+1
| * i2c: fsi: Add of_put_node() before breakNishka Dasgupta2019-09-031-1/+3
| * i2c: synquacer: Make synquacer_i2c_ops constantNishka Dasgupta2019-09-031-1/+1
| * i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-031-2/+1
| * i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg2019-09-031-54/+88
| * i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta2019-08-301-1/+1
| * i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi2019-08-301-1/+3
| * i2c: piix4: Add ACPI supportJean Delvare2019-08-291-4/+14
| * i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare2019-08-291-3/+13
| * i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga2019-08-291-2/+3
| * i2c: designware: Fix optional reset error handlingAndy Shevchenko2019-08-291-10/+6
| * i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko2019-08-291-2/+4
| * i2c: taos-evm: Make structure tsl2550_info constantNishka Dasgupta2019-08-291-1/+1
| * i2c: designware-pci: Add support for Elkhart Lake PSE I2CJarkko Nikula2019-08-291-0/+18
| * i2c: designware-pci: Switch over to MSI interruptsFelipe Balbi2019-08-291-3/+14
| * i2c: axxia: support slave modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-08-292-8/+145
| * i2c: icy: Add LTC2990 present on 2019 board revisionMax Staudt2019-08-292-0/+60
| * i2c: Add i2c-icy for I2C on m68k/AmigaMax Staudt2019-08-293-0/+185
| * i2c: bcm2835: Add full name of devicetree node to adapter nameStefan Wahren2019-08-291-1/+2
| * i2c: bcm2835: Avoid clk stretch quirk for BCM2711Stefan Wahren2019-08-291-3/+5
| * i2c-cht-wc: Fix lockdep warningHans de Goede2019-08-141-0/+46
| * i2c: sprd: Validate the return value of clock initializationBaolin Wang2019-08-061-4/+7
| * i2c: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang2019-08-061-3/+1
| * i2c: sprd: Make I2C driver can be built as a moduleBaolin Wang2019-08-062-6/+6
| * i2c: designware: Fix unused variable warningShaokun Zhang2019-08-061-1/+0
| * i2c: designware: make use of devm_gpiod_get_optionalUwe Kleine-König2019-08-011-7/+4
| * i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan2019-08-012-6/+3
| * i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-08-011-3/+1
| * i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-08-011-3/+1
| * i2c: ismt: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-08-011-2/+0
| * i2c: tegra: Compile PM functions unconditionallyDmitry Osipenko2019-08-011-11/+5
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-3/+3
|\ \
| * | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
| * | mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
* | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-7/+1
|\ \ \
| * | | drivers: Add generic helper to match any deviceSuzuki K Poulose2019-07-301-7/+1
| |/ /
* | | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-173-3/+3
|\ \ \
| * | | docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-313-3/+3
| | |/ | |/|
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-161-1/+1
|\ \ \
| * | | ARM: remove Intel iop33x and iop13xx supportArnd Bergmann2019-08-141-1/+1