summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-07-101-2/+1
* i2c: acorn: fix i2c warningRussell King2019-06-191-0/+1
* i2c: xiic: Add max_read_len quirkRobert Hancock2019-06-111-0/+5
* i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima2019-06-091-1/+1
* i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak2019-06-091-1/+1
* i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-05-081-1/+1
* i2c: imx: correct the method of getting private data in notifier_callAnson Huang2019-05-081-2/+2
* i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel2019-05-081-0/+2
* i2c: i801: Add support for Intel Comet LakeJarkko Nikula2019-05-042-0/+5
* i2c: tegra: fix maximum transfer sizeSowjanya Komatineni2019-03-231-1/+1
* i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-03-231-0/+12
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren2019-03-131-8/+5
* i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2019-02-121-0/+1
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-02-121-16/+16
* i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2019-02-121-0/+1
* i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+18
* i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+7
* i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede2018-12-211-3/+7
* i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-211-11/+29
* i2c: rcar: check bus state before reinitializingWolfram Sang2018-12-211-4/+5
* i2c: aspeed: fix build warningArnd Bergmann2018-12-191-1/+3
* i2c: qcom-geni: Fix runtime PM mismatch with child devicesStephen Boyd2018-11-271-7/+8
* i2c: omap: Enable for ARCH_K3Vignesh R2018-11-271-1/+1
* i2c: rcar: cleanup DMA for all kinds of failureWolfram Sang2018-10-201-1/+5
* i2c: designware: Call i2c_dw_clk_rate() only when calculating timingsJarkko Nikula2018-10-051-1/+3
* i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov2018-10-011-0/+1
* i2c: i2c-isch: fix spelling mistake "unitialized" -> "uninitialized"Colin Ian King2018-09-251-1/+1
* i2c: i2c-qcom-geni: Properly handle DMA safe buffersStephen Boyd2018-09-251-4/+18
* i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta2018-09-061-0/+4
* i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi2018-09-041-1/+6
* i2c: imx-lpi2c: Remove mx8dv compatible entryFabio Estevam2018-09-021-1/+0
* i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-09-021-5/+2
* i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-09-021-5/+2
* i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang2018-08-301-2/+4
* i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang2018-08-301-6/+3
* i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-1/+1
* i2c: designware: Re-init controllers with pm_disabled set on resumeHans de Goede2018-08-302-2/+6
* i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg2018-08-301-1/+8
* i2c: use SPDX identifier for Renesas driversWolfram Sang2018-08-245-30/+5
* i2c: ocores: update my email addressPeter Korsgaard2018-08-241-2/+2
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2130-428/+2467
|\
| * i2c: rcar: implement STOP and REP_START according to docsWolfram Sang2018-08-201-14/+20
| * i2c: rcar: refactor private flagsWolfram Sang2018-08-201-3/+4
| * i2c: imx: Simplify stopped state trackingEsben Haabendal2018-08-201-8/+7
| * i2c: imx: Fix race condition in dma readEsben Haabendal2018-08-201-4/+4
| * i2c: pasemi: remove hardcoded bus numbers on smbusDarren Stevens2018-08-201-2/+1
| * i2c: designware: Add SPDX license tagAndy Shevchenko2018-08-207-94/+7
| * i2c: designware: Convert to use struct i2c_timingsAndy Shevchenko2018-08-083-34/+33
| * i2c: designware-pcidrv: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1