summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2020-07-28i2c: slave: add sanity check when unregisteringWolfram Sang-0/+3
2020-07-28i2c: slave: improve sanity check when registeringWolfram Sang-3/+1
2020-07-23i2c: i2c-qcom-geni: Fix DMA transfer raceDouglas Anderson-2/+4
2020-07-23i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang-0/+3
2020-07-22i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam-9/+10
2020-07-22Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam-7/+2
2020-07-04i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang-2/+2
2020-07-04i2c: add Kconfig help text for slave modeWolfram Sang-0/+4
2020-07-04i2c: slave-eeprom: update documentationWolfram Sang-0/+3
2020-07-04i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko-0/+1
2020-07-04i2c: designware: platdrv: Set class based on DMIRicardo Ribalda-1/+14
2020-07-04i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham-1/+2
2020-06-26i2c: core: check returned size of emulated smbus block readMans Rullgard-0/+7
2020-06-26i2c: fsi: Fix the port number field in status registerEddie James-1/+1
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko-12/+20
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang-25/+0
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-1/+1
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-1229/+5489
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare-3/+3
2020-06-11i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot-1/+1
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-2/+1
2020-06-08i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter-2/+2
2020-06-07i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt-0/+1
2020-06-07i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva-1/+1
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-3/+3
2020-06-03i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry-1/+607
2020-06-03i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry-0/+1746
2020-06-03i2c: pxa: don't error out if there's no pinctrlLubomir Rintel-0/+2
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki-2/+2
2020-05-30i2c: designware: Add Baikal-T1 System I2C supportSerge Semin-3/+81
2020-05-30i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin-5/+13
2020-05-30i2c: designware: Retrieve quirk flags as early as possibleSerge Semin-2/+2
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin-156/+248
2020-05-30i2c: designware: Discard Cherry Trail model flagSerge Semin-4/+2
2020-05-30i2c: designware: Add Baytrail sem config DW I2C platform dependencySerge Semin-11/+12
2020-05-30i2c: designware: slave: Set DW I2C core module dependencySerge Semin-0/+1
2020-05-30i2c: designware: Use `-y` to build multi-object modulesSerge Semin-10/+8
2020-05-29i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar-5/+2
2020-05-29i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare-0/+6
2020-05-29i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare-1/+103
2020-05-28i2c: slave-eeprom: update documentation to recent changesWolfram Sang-4/+3
2020-05-28i2c: slave-eeprom: skip useless initializationWolfram Sang-1/+0
2020-05-28i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko-5/+1
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij-37/+68
2020-05-27i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan-4/+1
2020-05-27i2c: save a variable in i2c_detect()Wolfram Sang-2/+1
2020-05-22i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin-3/+0
2020-05-22i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin-1/+0