aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds25-411/+1119
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-5/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+4
2019-07-06i2c: mt7621: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-07-05i2c: cpm: remove casting dma_allocVasyl Gomonovych1-1/+3
2019-07-05i2c: i801: Add support for Intel Tiger LakeJarkko Nikula2-0/+5
2019-07-05i2c: i801: Fix PCI ID sortingJarkko Nikula1-2/+2
2019-06-29i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier1-1/+5
2019-06-29i2c: core: Tidy up handling of init_irqCharles Keepax1-2/+3
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2-3/+3
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax3-7/+21
2019-06-29i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax1-8/+21
2019-06-29i2c: acpi: Use available IRQ helper functionsCharles Keepax1-9/+13
2019-06-29i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax2-2/+4
2019-06-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-5.3Wolfram Sang5-150/+91
2019-06-26i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverStefan Roese3-0/+365
2019-06-26i2c: core: add sysfs headerWolfram Sang1-0/+1
2019-06-26i2c: bcm2835: Ensure clock exists when probingAnnaliese McDermond1-4/+12
2019-06-26i2c: bcm2835: Move IRQ request after clock code in probeAnnaliese McDermond1-14/+14
2019-06-26i2c: add newly exported functions to the header, tooWolfram Sang1-3/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-4/+4
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-85/+21
2019-06-22i2c: mux: add sysfs headerWolfram Sang1-0/+1
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij2-93/+60
2019-06-21i2c: tegra: remove BUG() macroBitan Biswas1-8/+39
2019-06-21i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula2-0/+5
2019-06-21i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin1-6/+37
2019-06-21i2c: stm32f7: fix the get_irq error casesFabrice Gasnier1-12/+14
2019-06-21i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko1-7/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner18-71/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462Thomas Gleixner1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-86/+23
2019-06-14i2c: qcom-geni: Provide support for ACPILee Jones1-1/+14
2019-06-14i2c: qcom-geni: Signify successful driver probeLee Jones1-0/+2
2019-06-14i2c: tegra: Add suspend-resume supportBitan Biswas1-0/+24
2019-06-14i2c: core: always have a named variable in argumentsWolfram Sang1-2/+2
2019-06-14i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam1-2/+22
2019-06-14i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam1-0/+9
2019-06-14i2c: tegra: Avoid error message on deferred probeThierry Reding1-1/+3
2019-06-14i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko1-1/+1
2019-06-12i2c: iop: Use GPIO descriptorsLinus Walleij2-11/+23
2019-06-12i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij1-38/+9
2019-06-12i2c: pca-platform: Fix GPIO lookup codeLinus Walleij1-2/+1
2019-06-12i2c: bcm2835: Model Divider in CCFAnnaliese McDermond1-31/+114
2019-06-12i2c: tegra: fix msleep warningBitan Biswas1-1/+1
2019-06-12i2c: tegra: add spinlock definition commentBitan Biswas1-0/+1