summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-05-28i2c: slave-eeprom: skip useless initializationWolfram Sang
2020-05-28i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij
2020-05-27i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan
2020-05-27i2c: save a variable in i2c_detect()Wolfram Sang
2020-05-22i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin
2020-05-22i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin
2020-05-22Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang
2020-05-22i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko
2020-05-22i2c: designware: Read counters from ACPI for PCI driverAndy Shevchenko
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko
2020-05-22i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko
2020-05-22i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko
2020-05-22i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko
2020-05-20i2c: pxa: implement generic i2c bus recoveryRussell King
2020-05-20Merge tag 'for-5.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Wolfram Sang
2020-05-20i2c: altera: cleanup spinlockAtsushi Nemoto
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh
2020-05-20i2c: reword explanation about atomic transfersWolfram Sang
2020-05-20i2c: slave-eeprom: add support for 24c512 EEPROMsWolfram Sang
2020-05-20i2c: mediatek: Add i2c ac-timing adjust supportQii Wang
2020-05-19ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches
2020-05-18i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven
2020-05-15i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET
2020-05-15i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto
2020-05-15i2c: algo-pca: update contact emailWolfram Sang
2020-05-15i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu
2020-05-13i2c: designware: Allow slave mode for PCI enumerated devicesAndy Shevchenko
2020-05-13i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko
2020-05-13i2c: designware: Switch PCI driver to use i2c_dw_configure_master()Andy Shevchenko
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko
2020-05-13i2c: designware: Use devm_platform_ioremap_resource() to simplify codeAndy Shevchenko
2020-05-12i2c: tegra: Add support for the VI I2C on Tegra210Thierry Reding
2020-05-12i2c: tegra: Use FIELD_PREP/FIELD_GET macrosThierry Reding
2020-05-12i2c: pxa: use master-abort for device probesRussell King
2020-05-12i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King
2020-05-12i2c: pxa: remove some unnecessary debugRussell King
2020-05-12i2c: pxa: ensure timeout messages are uniqueRussell King
2020-05-12i2c: pxa: avoid complaints with non-responsive slavesRussell King
2020-05-12i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-05-08i2c: tegra: Synchronize DMA before terminationDmitry Osipenko
2020-05-08i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko
2020-05-08i2c: tegra: Keep IRQs enabled during suspend/resumeThierry Reding
2020-05-08i2c: tegra: Restore pinmux on system resumeThierry Reding