summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-1369-1229/+5489
|\ \ | |/ |/|
| * i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare2020-06-112-3/+3
| * i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot2020-06-111-1/+1
| * i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter2020-06-081-2/+2
| * i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt2020-06-071-0/+1
| * i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva2020-06-071-1/+1
| * i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry2020-06-031-1/+607
| * i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry2020-06-033-0/+1746
| * i2c: pxa: don't error out if there's no pinctrlLubomir Rintel2020-06-031-0/+2
| * i2c: designware: Add Baikal-T1 System I2C supportSerge Semin2020-05-303-3/+81
| * i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin2020-05-301-5/+13
| * i2c: designware: Retrieve quirk flags as early as possibleSerge Semin2020-05-301-2/+2
| * i2c: designware: Convert driver to using regmap APISerge Semin2020-05-305-156/+248
| * i2c: designware: Discard Cherry Trail model flagSerge Semin2020-05-303-4/+2
| * i2c: designware: Add Baytrail sem config DW I2C platform dependencySerge Semin2020-05-301-11/+12
| * i2c: designware: slave: Set DW I2C core module dependencySerge Semin2020-05-301-0/+1
| * i2c: designware: Use `-y` to build multi-object modulesSerge Semin2020-05-301-10/+8
| * i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar2020-05-291-5/+2
| * i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-0/+6
| * i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-1/+103
| * i2c: slave-eeprom: update documentation to recent changesWolfram Sang2020-05-281-4/+3
| * i2c: slave-eeprom: skip useless initializationWolfram Sang2020-05-281-1/+0
| * i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko2020-05-281-5/+1
| * i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan2020-05-271-4/+1
| * i2c: save a variable in i2c_detect()Wolfram Sang2020-05-271-2/+1
| * i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin2020-05-221-3/+0
| * i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin2020-05-221-1/+0
| * Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-84/+0
| * i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko2020-05-222-20/+0
| * i2c: designware: Read counters from ACPI for PCI driverAndy Shevchenko2020-05-221-0/+11
| * i2c: designware: Move ACPI parts into common moduleAndy Shevchenko2020-05-223-119/+142
| * i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko2020-05-221-8/+6
| * i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko2020-05-223-24/+38
| * i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko2020-05-221-0/+9
| * i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko2020-05-222-11/+14
| * i2c: pxa: implement generic i2c bus recoveryRussell King2020-05-201-17/+159
| * Merge tag 'for-5.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Wolfram Sang2020-05-201-69/+179
| |\
| | * i2c: tegra: Add support for the VI I2C on Tegra210Thierry Reding2020-05-121-2/+95
| | * i2c: tegra: Use FIELD_PREP/FIELD_GET macrosThierry Reding2020-05-121-41/+40
| | * i2c: tegra: Synchronize DMA before terminationDmitry Osipenko2020-05-081-0/+9
| | * i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko2020-05-081-12/+15
| | * i2c: tegra: Keep IRQs enabled during suspend/resumeThierry Reding2020-05-081-2/+2
| | * i2c: tegra: Restore pinmux on system resumeThierry Reding2020-05-081-4/+19
| | * Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding2020-05-071-9/+0
| * | i2c: altera: cleanup spinlockAtsushi Nemoto2020-05-201-8/+4
| * | Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-2010-37/+68
| |\ \
| * | | i2c: core: support bus regulator controlling in adapterBibby Hsieh2020-05-201-0/+84
| * | | i2c: reword explanation about atomic transfersWolfram Sang2020-05-201-3/+3