summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare
2020-06-11i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-06-08i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter
2020-06-07i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt
2020-06-07i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-06-03i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry
2020-06-03i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry
2020-06-03i2c: pxa: don't error out if there's no pinctrlLubomir Rintel
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2020-05-30i2c: designware: Add Baikal-T1 System I2C supportSerge Semin
2020-05-30i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin
2020-05-30i2c: designware: Retrieve quirk flags as early as possibleSerge Semin
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin
2020-05-30i2c: designware: Discard Cherry Trail model flagSerge Semin
2020-05-30i2c: designware: Add Baytrail sem config DW I2C platform dependencySerge Semin
2020-05-30i2c: designware: slave: Set DW I2C core module dependencySerge Semin
2020-05-30i2c: designware: Use `-y` to build multi-object modulesSerge Semin
2020-05-29i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar
2020-05-29i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare
2020-05-29i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare
2020-05-28i2c: slave-eeprom: update documentation to recent changesWolfram Sang
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