aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Gravatar Hsin-Yi Wang 1-1/+10
2019-08-30i2c: iproc: Stop advertising support of SMBUS quick cmdGravatar Lori Hikichi 1-1/+4
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hGravatar Andrew Cooks 1-7/+5
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientGravatar Jarkko Nikula 1-0/+1
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Gravatar Andy Shevchenko 1-3/+12
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeGravatar Wolfram Sang 1-1/+1
2019-08-14i2c: stm32: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2019-08-14i2c: emev2: avoid race when unregistering slave clientGravatar Wolfram Sang 1-4/+12
2019-08-14i2c: rcar: avoid race when unregistering slave clientGravatar Wolfram Sang 1-4/+7
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Gravatar Fabio Estevam 1-12/+6
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-01i2c: at91: fix clk_offset for sama5d2Gravatar Michał Mirosław 1-1/+1
2019-08-01i2c: at91: disable TXRDY interrupt after sending dataGravatar Michał Mirosław 1-4/+5
2019-08-01i2c: iproc: Fix i2c master read more than 63 bytesGravatar Rayagonda Kokatanur 1-4/+6
2019-07-17docs: fix broken doc references due to renamesGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 25-411/+1119
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-5/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+4
2019-07-06i2c: mt7621: Fix platform_no_drv_owner.cocci warningsGravatar YueHaibing 1-1/+0
2019-07-05i2c: cpm: remove casting dma_allocGravatar Vasyl Gomonovych 1-1/+3
2019-07-05i2c: i801: Add support for Intel Tiger LakeGravatar Jarkko Nikula 2-0/+5
2019-07-05i2c: i801: Fix PCI ID sortingGravatar Jarkko Nikula 1-2/+2
2019-06-29i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportGravatar Fabrice Gasnier 1-1/+5
2019-06-29i2c: core: Tidy up handling of init_irqGravatar Charles Keepax 1-2/+3
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqGravatar Charles Keepax 2-3/+3
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeGravatar Charles Keepax 3-7/+21
2019-06-29i2c: acpi: Factor out getting the IRQ from ACPIGravatar Charles Keepax 1-8/+21
2019-06-29i2c: acpi: Use available IRQ helper functionsGravatar Charles Keepax 1-9/+13
2019-06-29i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesGravatar Charles Keepax 2-2/+4
2019-06-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Gravatar Wolfram Sang 5-150/+91
2019-06-26i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverGravatar Stefan Roese 3-0/+365
2019-06-26i2c: core: add sysfs headerGravatar Wolfram Sang 1-0/+1
2019-06-26i2c: bcm2835: Ensure clock exists when probingGravatar Annaliese McDermond 1-4/+12
2019-06-26i2c: bcm2835: Move IRQ request after clock code in probeGravatar Annaliese McDermond 1-14/+14
2019-06-26i2c: add newly exported functions to the header, tooGravatar Wolfram Sang 1-3/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Gravatar Suzuki K Poulose 1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceGravatar Suzuki K Poulose 2-4/+4
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 21-85/+21
2019-06-22i2c: mux: add sysfs headerGravatar Wolfram Sang 1-0/+1
2019-06-22i2c: mux/i801: Switch to use descriptor passingGravatar Linus Walleij 2-93/+60
2019-06-21i2c: tegra: remove BUG() macroGravatar Bitan Biswas 1-8/+39
2019-06-21i2c: i801: Add support for Intel Elkhart LakeGravatar Jarkko Nikula 2-0/+5
2019-06-21i2c: i801: Add Block Write-Block Read Process Call supportGravatar Alexander Sverdlin 1-6/+37
2019-06-21i2c: stm32f7: fix the get_irq error casesGravatar Fabrice Gasnier 1-12/+14
2019-06-21i2c: i801: Use match_string() helper to simplify the codeGravatar Andy Shevchenko 1-7/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 18-71/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462Gravatar Thomas Gleixner 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Gravatar Thomas Gleixner 1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Gravatar Thomas Gleixner 1-4/+1