summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2019-11-14i2c: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: sh_mobile: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-11-14i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: at91: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: rcar: Remove superfluous call to clk_get_rate()Geert Uytterhoeven1-1/+1
2019-11-11i2c: pxa: remove unused i2c-slave APIsPatrick Williams1-1/+0
2019-11-11i2c: pxa: migrate to new i2c_slave APIsPatrick Williams2-14/+61
2019-11-11i2c: cros-ec-tunnel: Make the device acpi compatibleAkshu Agrawal1-5/+10
2019-11-11i2c: stm32f7: report dma error during probeAlain Volmat2-8/+17
2019-11-11i2c: icy: no need to populate address for scanned deviceWolfram Sang1-1/+0
2019-11-11i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta1-0/+2
2019-11-11i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat1-7/+12
2019-10-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2019-10-24i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula1-0/+4
2019-10-24i2c: i801: Add support for Intel Jasper LakeJarkko Nikula2-0/+5
2019-10-24i2c: at91: add support for analog filteringEugen Hristev3-4/+26
2019-10-24i2c: at91: add support for advanced digital filteringEugen Hristev3-3/+41
2019-10-24i2c: at91: add support for digital filteringEugen Hristev3-0/+23
2019-10-24i2c: at91: add new platform support for sam9x60Eugen Hristev1-0/+11
2019-10-21i2c: Aspeed: Add AST2600 compatibleEddie James1-0/+4
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula1-0/+1
2019-09-28i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-28i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones1-4/+8
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds27-214/+686
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+3
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+1
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-09-13i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter1-18/+22
2019-09-13i2c: imx: ACPI support for NXP i2c controllerChuanhua Han1-4/+13
2019-09-05i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2-36/+4
2019-09-05i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2-6/+2
2019-09-04i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-3/+1
2019-09-04i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta1-1/+1
2019-09-04i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-2/+1
2019-09-03i2c: fsi: Add of_put_node() before breakNishka Dasgupta1-1/+3
2019-09-03i2c: synquacer: Make synquacer_i2c_ops constantNishka Dasgupta1-1/+1
2019-09-03i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-2/+1
2019-09-03i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg1-54/+88
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Hsin-Yi Wang1-1/+10
2019-08-30i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta1-1/+1
2019-08-30i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi1-1/+3
2019-08-30i2c: iproc: Stop advertising support of SMBUS quick cmdLori Hikichi1-1/+4
2019-08-29i2c: piix4: Add ACPI supportJean Delvare1-4/+14
2019-08-29i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare1-3/+13
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-08-29i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga1-2/+3
2019-08-29i2c: designware: Fix optional reset error handlingAndy Shevchenko1-10/+6