aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang1-2/+4
2018-08-30i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang1-6/+3
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang1-1/+1
2018-08-30i2c: designware: Re-init controllers with pm_disabled set on resumeHans de Goede2-2/+6
2018-08-30i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg1-1/+8
2018-08-24i2c: use SPDX identifier for Renesas driversWolfram Sang5-30/+5
2018-08-24i2c: ocores: update my email addressPeter Korsgaard1-2/+2
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds30-428/+2467
2018-08-20i2c: rcar: implement STOP and REP_START according to docsWolfram Sang1-14/+20
2018-08-20i2c: rcar: refactor private flagsWolfram Sang1-3/+4
2018-08-20i2c: imx: Simplify stopped state trackingEsben Haabendal1-8/+7
2018-08-20i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-08-20i2c: pasemi: remove hardcoded bus numbers on smbusDarren Stevens1-2/+1
2018-08-20i2c: designware: Add SPDX license tagAndy Shevchenko7-94/+7
2018-08-09i2c: xlp9xx: Fix case where SSIF read transaction completes earlyGeorge Cherian1-13/+28
2018-08-08i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko3-34/+33
2018-08-08i2c: designware-pcidrv: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-08i2c: amd8111: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-04i2c: sh_mobile: use core to detect 'no zero length read' quirkWolfram Sang1-5/+5
2018-08-04i2c: xlr: use core to detect 'no zero length' quirkWolfram Sang1-6/+5
2018-08-04i2c: rcar: use core to detect 'no zero length' quirkWolfram Sang1-7/+6
2018-08-04i2c: stu300: use core to detect 'no zero length' quirkWolfram Sang1-6/+6
2018-08-04i2c: pmcmsp: use core to detect 'no zero length' quirkWolfram Sang1-16/+1
2018-08-04i2c: mxs: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-08-04i2c: designware-master: use core to detect 'no zero length' quirkWolfram Sang1-7/+5
2018-08-04i2c: aspeed: Add an explicit type casting for *get_clk_reg_valJae Hyun Yoo1-1/+1
2018-08-04i2c: Add Actions Semiconductor Owl family S900 I2C driverManivannan Sadhasivam3-0/+503
2018-07-31i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controllerKarthikeyan Ramasubramanian3-0/+687
2018-07-24i2c: imx: use open drain for recovery GPIOWolfram Sang1-1/+1
2018-07-24i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang1-3/+51
2018-07-23i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang1-3/+51
2018-07-23i2c: imx: Fix reinit_completion() useEsben Haabendal1-2/+1
2018-07-23i2c: davinci: Avoid zero value of CLKHAlexander Sverdlin1-2/+6
2018-07-21i2c: aspeed: Adjust spinlock scope in the irq handlerJae Hyun Yoo1-6/+10
2018-07-21i2c: aspeed: Fix initial values of master and slave stateJae Hyun Yoo1-2/+2
2018-07-21i2c: aspeed: Add newline characters into message printings.Jae Hyun Yoo1-9/+9
2018-07-21i2c: exynos5: Describe the hardware variant for readabilityKrzysztof Kozlowski1-8/+14
2018-07-21i2c: fsi: Add bus recoveryEddie James1-0/+132
2018-07-21i2c: fsi: Add I2C master lockingEddie James1-4/+12
2018-07-21i2c: fsi: Add transfer implementationEddie James1-2/+193
2018-07-21i2c: fsi: Add abort and hardware reset proceduresEddie James1-0/+91
2018-07-21i2c: fsi: Add port structuresEddie James1-0/+91
2018-07-21i2c: Add FSI-attached I2C master algorithmEddie James3-0/+251
2018-07-17i2c: rcar: use the new get_bus_free callbackWolfram Sang1-10/+11
2018-07-17Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang3-11/+11
2018-07-13Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-10/+9
2018-07-13Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang5-32/+32
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin5-32/+32
2018-07-10i2c: tegra: Fix NACK error handlingJon Hunter1-9/+8
2018-07-03i2c: i801: Add support for Intel Ice LakeMika Westerberg2-0/+5