summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: fix broken doc references due to renamesMauro Carvalho Chehab2019-07-171-1/+1
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-1517-241/+997
|\
| * i2c: mt7621: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-07-061-1/+0
| * i2c: cpm: remove casting dma_allocVasyl Gomonovych2019-07-051-1/+3
| * i2c: i801: Add support for Intel Tiger LakeJarkko Nikula2019-07-052-0/+5
| * i2c: i801: Fix PCI ID sortingJarkko Nikula2019-07-051-2/+2
| * i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier2019-06-291-1/+5
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-06-291-7/+30
| |\
| | * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-221-7/+30
| * | i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverStefan Roese2019-06-263-0/+365
| * | i2c: bcm2835: Ensure clock exists when probingAnnaliese McDermond2019-06-261-4/+12
| * | i2c: bcm2835: Move IRQ request after clock code in probeAnnaliese McDermond2019-06-261-14/+14
| * | i2c: tegra: remove BUG() macroBitan Biswas2019-06-211-8/+39
| * | i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula2019-06-212-0/+5
| * | i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin2019-06-211-6/+37
| * | i2c: stm32f7: fix the get_irq error casesFabrice Gasnier2019-06-211-12/+14
| * | i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko2019-06-211-7/+6
| * | i2c: qcom-geni: Provide support for ACPILee Jones2019-06-141-1/+14
| * | i2c: qcom-geni: Signify successful driver probeLee Jones2019-06-141-0/+2
| * | i2c: tegra: Add suspend-resume supportBitan Biswas2019-06-141-0/+24
| * | i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam2019-06-141-2/+22
| * | i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam2019-06-141-0/+9