summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada2018-10-291-8/+25
* i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada2018-10-291-1/+16
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-10-293-3/+3
|\
| * i2c: mux: mlxcpld: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
| * i2c: mux: ltc4306: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
| * i2c: mux: pca954x: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
* | i2c: i2c-qcom-geni: Simplify irq handlerStephen Boyd2018-10-111-41/+29
* | i2c: i2c-qcom-geni: Simplify tx/rx functionsStephen Boyd2018-10-111-43/+36
* | Merge tag 'v4.19-rc7' into i2c/for-4.20Wolfram Sang2018-10-114-6/+23
|\ \
| * | 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: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllersHans de Goede2018-10-113-3/+4
* | i2c: core: remove level of indentation in i2c_transferWolfram Sang2018-10-051-17/+16
* | i2c: core: remove outdated DEBUG outputWolfram Sang2018-10-051-10/+0
* | i2c: zx2967: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-3/+5
* | i2c: tegra: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-3/+1
* | i2c: qup: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-8/+6
* | i2c: omap: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-3/+5
* | Merge tag 'at24-4.20-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-10-055-12/+14
|\ \ | |/
| * 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: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-052-10/+11
* | i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli2018-10-051-3/+4
* | i2c: synquacer: fix fall-through annotationGustavo A. R. Silva2018-09-251-1/+1
* | i2c: aspeed: fix invalid clock parameters for very large divisorsBrendan Higgins2018-09-241-20/+45
* | i2c: aspeed: use proper annotation for "fall through"Wolfram Sang2018-09-241-2/+2
* | i2c: aspeed: Acknowledge most interrupts early in interrupt handlerGuenter Roeck2018-09-241-2/+7
* | i2c: aspeed: Handle master/slave combined irq events properlyJae Hyun Yoo2018-09-061-55/+76
* | i2c: mediatek: Use DMA safe buffers for i2c transactionsJun Gao2018-09-061-7/+55
* | i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaroundHans de Goede2018-09-064-23/+8
* | i2c: designware: add MSCC Ocelot supportAlexandre Belloni2018-09-022-0/+43
* | i2c: designware: allow IP specific sda_hold_timeAlexandre Belloni2018-09-022-0/+3
* | i2c: designware: move #ifdef CONFIG_OF to the topAlexandre Belloni2018-09-021-8/+8
* | i2c: designware: use generic table matchingAlexandre Belloni2018-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-302-6/+7
* i2c: algos: bit: make the error messages grepableJan Kundrát2018-08-301-24/+31
* 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: don't use any __deprecated handling anymoreSedat Dilek2018-08-241-1/+0
* i2c: use SPDX identifier for Renesas driversWolfram Sang2018-08-245-30/+5
* i2c: ocores: update my email addressPeter Korsgaard2018-08-241-2/+2
* i2c: remove deprecated attach_adapter callbackWolfram Sang2018-08-241-10/+1
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-2137-593/+2572
|\
OpenPOWER on IntegriCloud