summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+3
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+14
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-33/+4
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds5-7/+7
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Hsin-Yi Wang1-1/+10
2019-08-30i2c: iproc: Stop advertising support of SMBUS quick cmdLori Hikichi1-1/+4
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko1-3/+12
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang1-1/+1
2019-08-14ARM: remove Intel iop33x and iop13xx supportArnd Bergmann1-1/+1
2019-08-14i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-08-14i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-08-14i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam1-12/+6
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman5-10/+14
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-01i2c: at91: fix clk_offset for sama5d2Michał Mirosław1-1/+1
2019-08-01i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław1-4/+5
2019-08-01i2c: Revert incorrect conversion to use generic helperSuzuki K Poulose1-1/+4
2019-08-01i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur1-4/+6
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab5-7/+7
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-9/+2
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab1-1/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds25-411/+1119
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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...Linus 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...Wolfram 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