summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: designware-pci: Fix BUG_ON during device removalJarkko Nikula2020-03-181-0/+1
* i2c: jz4780: silence log flood on txabrtWolfram Sang2020-03-051-34/+2
* i2c: altera: Fix potential integer overflowGustavo A. R. Silva2020-03-051-1/+1
* i2c: stm32f7: report dma error during probeAlain Volmat2020-01-262-8/+17
* i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat2020-01-261-1/+1
* i2c: stm32f7: rework slave_id allocationAlain Volmat2020-01-261-1/+1
* i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski2020-01-231-4/+8
* i2c: tegra: Properly disable runtime PM on driver's probe errorDmitry Osipenko2020-01-231-10/+19
* i2c: tegra: Fix suspending in active runtime PM stateDmitry Osipenko2020-01-231-0/+9
* i2c: bcm2835: Store pointer to bus clockStefan Wahren2020-01-171-9/+8
* i2c: fix bus recovery stop mode timingRussell King2020-01-141-3/+10
* i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat2020-01-041-7/+12
* i2c: core: fix use after free in of_i2c_notifyWen Yang2019-11-151-2/+2
* i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede2019-11-151-1/+27
* i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-10-241-1/+1
* i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier2019-10-241-7/+10
* i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier2019-10-241-0/+2
* i2c: mt65xx: fix NULL ptr dereferenceFabien Parent2019-10-241-1/+1
* i2c: aspeed: fix master pending state handlingJae Hyun Yoo2019-10-211-20/+34
* i2c: slave-eeprom: Add read only modeBjörn Ardö2019-09-281-3/+11
* i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula2019-09-281-0/+1
* i2c: riic: Clear NACK in tend isrChris Brandt2019-09-281-0/+1
* i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones2019-09-281-4/+8
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-2429-236/+726
|\
| * i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter2019-09-131-18/+22
| * i2c: imx: ACPI support for NXP i2c controllerChuanhua Han2019-09-131-4/+13
| * i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2019-09-052-36/+4
| * i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2019-09-052-6/+2
| * i2c: slave-eeprom: Add comment about address handlingBjörn Ardö2019-09-051-0/+6
| * i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-041-3/+1
| * i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta2019-09-041-1/+1
| * i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang2019-09-041-2/+1
| * i2c-eeprom_slave: Add support for more eeprom modelsBjörn Ardö2019-09-041-11/+25
| * i2c: fsi: Add of_put_node() before breakNishka Dasgupta2019-09-031-1/+3
| * i2c: synquacer: Make synquacer_i2c_ops constantNishka Dasgupta2019-09-031-1/+1
| * i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior2019-09-031-2/+1
| * i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg2019-09-031-54/+88
| * i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta2019-08-301-1/+1
| * i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi2019-08-301-1/+3
| * i2c: piix4: Add ACPI supportJean Delvare2019-08-291-4/+14
| * i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare2019-08-291-3/+13
| * i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga2019-08-291-2/+3
| * i2c: designware: Fix optional reset error handlingAndy Shevchenko2019-08-291-10/+6
| * i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko2019-08-291-2/+4
| * i2c: taos-evm: Make structure tsl2550_info constantNishka Dasgupta2019-08-291-1/+1
| * i2c: designware-pci: Add support for Elkhart Lake PSE I2CJarkko Nikula2019-08-291-0/+18
| * i2c: designware-pci: Switch over to MSI interruptsFelipe Balbi2019-08-291-3/+14
| * i2c: axxia: support slave modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-08-292-8/+145
| * i2c: icy: Add LTC2990 present on 2019 board revisionMax Staudt2019-08-292-0/+60
| * i2c: Add i2c-icy for I2C on m68k/AmigaMax Staudt2019-08-293-0/+185