summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-1/+25
|\ \
| * \ Merge tag 'qcom-drivers-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-07-221-1/+25
| |\ \
| | * | i2c: i2c-qcom-geni: Add interconnect supportAkash Asthana2020-06-241-1/+25
* | | | Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds2020-08-033-287/+0
|\ \ \ \
| * | | | i2c/buses: remove i2c-puv3 driverMike Rapoport2020-07-013-287/+0
| | |_|/ | |/| |
* | | | i2c: slave: add sanity check when unregisteringWolfram Sang2020-07-281-0/+3
* | | | i2c: slave: improve sanity check when registeringWolfram Sang2020-07-281-3/+1
* | | | i2c: i2c-qcom-geni: Fix DMA transfer raceDouglas Anderson2020-07-231-2/+4
* | | | i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang2020-07-231-0/+3
* | | | i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam2020-07-221-9/+10
* | | | Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam2020-07-221-7/+2
* | | | i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang2020-07-041-2/+2
* | | | i2c: add Kconfig help text for slave modeWolfram Sang2020-07-041-0/+4
* | | | i2c: slave-eeprom: update documentationWolfram Sang2020-07-041-0/+3
* | | | i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko2020-07-041-0/+1
* | | | i2c: designware: platdrv: Set class based on DMIRicardo Ribalda2020-07-041-1/+14
* | | | i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham2020-07-041-1/+2
|/ / /
* | | i2c: core: check returned size of emulated smbus block readMans Rullgard2020-06-261-0/+7
* | | i2c: fsi: Fix the port number field in status registerEddie James2020-06-261-1/+1
* | | i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko2020-06-234-12/+20
|/ /
* | i2c: smbus: Fix spelling mistake in the commentsKeyur Patel2020-06-191-1/+1
* | i2c: remove deprecated i2c_new_device APIWolfram Sang2020-06-191-25/+0
|/
* 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