summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks
2019-08-29i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga
2019-08-29i2c: designware: Fix optional reset error handlingAndy Shevchenko
2019-08-29i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko
2019-08-29i2c: taos-evm: Make structure tsl2550_info constantNishka Dasgupta
2019-08-29i2c: designware-pci: Add support for Elkhart Lake PSE I2CJarkko Nikula
2019-08-29i2c: designware-pci: Switch over to MSI interruptsFelipe Balbi
2019-08-29i2c: axxia: support slave modeAdamski, Krzysztof (Nokia - PL/Wroclaw)
2019-08-29i2c: icy: Add LTC2990 present on 2019 board revisionMax Staudt
2019-08-29i2c: Add i2c-icy for I2C on m68k/AmigaMax Staudt
2019-08-29i2c: bcm2835: Add full name of devicetree node to adapter nameStefan Wahren
2019-08-29i2c: bcm2835: Avoid clk stretch quirk for BCM2711Stefan Wahren
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang
2019-08-14ARM: remove Intel iop33x and iop13xx supportArnd Bergmann
2019-08-14i2c-cht-wc: Fix lockdep warningHans de Goede
2019-08-14i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang
2019-08-14i2c: emev2: avoid race when unregistering slave clientWolfram Sang
2019-08-14i2c: rcar: avoid race when unregistering slave clientWolfram Sang
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman
2019-08-06i2c: sprd: Validate the return value of clock initializationBaolin Wang
2019-08-06i2c: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang
2019-08-06i2c: sprd: Make I2C driver can be built as a moduleBaolin Wang
2019-08-06i2c: Drop unneeded check for of_nodeAndy Shevchenko
2019-08-06i2c: designware: Fix unused variable warningShaokun Zhang
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva
2019-08-01i2c: at91: fix clk_offset for sama5d2Michał Mirosław
2019-08-01i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław
2019-08-01i2c: Revert incorrect conversion to use generic helperSuzuki K Poulose
2019-08-01i2c: designware: make use of devm_gpiod_get_optionalUwe Kleine-König
2019-08-01i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan
2019-08-01i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-08-01i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-08-01i2c: ismt: Remove call to memset after dmam_alloc_coherentFuqian Huang
2019-08-01i2c: tegra: Compile PM functions unconditionallyDmitry Osipenko
2019-08-01i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-06i2c: mt7621: Fix platform_no_drv_owner.cocci warningsYueHaibing
2019-07-05i2c: cpm: remove casting dma_allocVasyl Gomonovych