summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: meson: implement the master_xfer_atomic callbackMartin Blumenstingl2020-01-131-32/+65
* I2C: JZ4780: Add support for the X1000.周琰杰 (Zhou Yanjie)2020-01-061-40/+116
* i2c: tiny-usb: Correct I2C fault codes.Christoph Müllner2020-01-061-4/+4
* i2c: at91: remote default value initializationEugen Hristev2020-01-061-39/+0
* Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-12-0117-77/+287
|\
| * i2c: icy: convert to i2c_new_scanned_deviceWolfram Sang2019-11-281-4/+4
| * i2c: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-11/+11
| * i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko2019-11-252-5/+5
| * i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat2019-11-251-1/+1
| * i2c: iproc: Add i2c repeated start capabilityLori Hikichi2019-11-171-13/+50
| * i2c: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
| * i2c: sh_mobile: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-1/+1
| * i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
| * i2c: at91: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
| * i2c: rcar: Remove superfluous call to clk_get_rate()Geert Uytterhoeven2019-11-141-1/+1
| * i2c: pxa: remove unused i2c-slave APIsPatrick Williams2019-11-111-1/+0
| * i2c: pxa: migrate to new i2c_slave APIsPatrick Williams2019-11-112-14/+61
| * i2c: cros-ec-tunnel: Make the device acpi compatibleAkshu Agrawal2019-11-111-5/+10
| * i2c: stm32f7: report dma error during probeAlain Volmat2019-11-112-8/+17
| * i2c: icy: no need to populate address for scanned deviceWolfram Sang2019-11-111-1/+0
| * i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta2019-11-111-0/+2
| * i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat2019-11-111-7/+12
| * i2c: stm32f7: rework slave_id allocationAlain Volmat2019-10-261-1/+1
| * i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula2019-10-241-0/+4
| * i2c: i801: Add support for Intel Jasper LakeJarkko Nikula2019-10-242-0/+5
| * i2c: at91: add support for analog filteringEugen Hristev2019-10-243-4/+26
| * i2c: at91: add support for advanced digital filteringEugen Hristev2019-10-243-3/+41
| * i2c: at91: add support for digital filteringEugen Hristev2019-10-243-0/+23
| * i2c: at91: add new platform support for sam9x60Eugen Hristev2019-10-241-0/+11
| * i2c: Aspeed: Add AST2600 compatibleEddie James2019-10-211-0/+4
* | 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: 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-2427-214/+686
|\
| * 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: 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: 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