summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva2019-08-011-0/+1
* i2c: at91: fix clk_offset for sama5d2Michał Mirosław2019-08-011-1/+1
* i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław2019-08-011-4/+5
* i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur2019-08-011-4/+6
* 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-1525-411/+1119
|\
| * 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
| * i2c: core: Tidy up handling of init_irqCharles Keepax2019-06-291-2/+3
| * i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2019-06-292-3/+3
| * i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax2019-06-293-7/+21
| * i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax2019-06-291-8/+21
| * i2c: acpi: Use available IRQ helper functionsCharles Keepax2019-06-291-9/+13
| * i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax2019-06-292-2/+4
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-06-295-150/+91
| |\
| | * i2c: mux: add sysfs headerWolfram Sang2019-06-221-0/+1
| | * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-222-93/+60
| | * i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva2019-06-101-3/+2
| | * i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij2019-06-101-52/+27
| | * i2c: mux: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-101-2/+1
| * | i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverStefan Roese2019-06-263-0/+365
| * | i2c: core: add sysfs headerWolfram Sang2019-06-261-0/+1
| * | 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: add newly exported functions to the header, tooWolfram Sang2019-06-261-3/+2
| * | 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: core: always have a named variable in argumentsWolfram Sang2019-06-141-2/+2
| * | 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
| * | i2c: tegra: Avoid error message on deferred probeThierry Reding2019-06-141-1/+3
| * | i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko2019-06-141-1/+1
| * | i2c: iop: Use GPIO descriptorsLinus Walleij2019-06-122-11/+23
| * | i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij2019-06-121-38/+9
| * | i2c: bcm2835: Model Divider in CCFAnnaliese McDermond2019-06-121-31/+114
| * | i2c: tegra: fix msleep warningBitan Biswas2019-06-121-1/+1
| * | i2c: tegra: add spinlock definition commentBitan Biswas2019-06-121-0/+1
| * | i2c: tegra: fix alignment and spacing violationsBitan Biswas2019-06-121-16/+19
| * | i2c: tegra: remove unnecessary variable initBitan Biswas2019-06-121-3/+3
| * | i2c: tegra: clean up macrosBitan Biswas2019-06-121-14/+3
| * | i2c: fsi: Create busses for all portsOliver O'Halloran2019-06-081-5/+27