aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-06i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+18
2018-12-06i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+7
2018-12-06i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada1-4/+9
2018-12-06i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada1-3/+14
2018-12-06i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-06i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-11-27i2c: rcar: check bus state before reinitializingWolfram Sang1-4/+5
2018-11-27i2c: nvidia-gpu: limit reads also for combined messagesWolfram Sang1-0/+1
2018-11-27i2c: nvidia-gpu: adhere to I2C fault codesWolfram Sang1-3/+3
2018-11-09i2c: nvidia-gpu: make pm_ops staticWolfram Sang1-1/+1
2018-11-09i2c: add i2c bus driver for NVIDIA GPUAjay Gupta3-0/+378
2018-11-09i2c: qcom-geni: Fix runtime PM mismatch with child devicesStephen Boyd1-7/+8
2018-11-09i2c: omap: Enable for ARCH_K3Vignesh R1-1/+1
2018-10-31i2c: Clear client->irq in i2c_device_removeCharles Keepax1-0/+2
2018-10-31i2c: Remove unnecessary call to irq_find_mappingCharles Keepax1-4/+1
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-148/+6
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds22-298/+413
2018-10-29i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula1-18/+0
2018-10-29i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada1-5/+6
2018-10-29i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada1-8/+25
2018-10-29i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada1-1/+16
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.20-fixedWolfram Sang3-3/+3
2018-10-25i2c: designware: Cleanup bus lock handlingHans de Goede4-27/+6
2018-10-25x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore codeHans de Goede1-123/+2
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-9/+5
2018-10-20i2c: rcar: cleanup DMA for all kinds of failureWolfram Sang1-1/+5
2018-10-11i2c: i2c-qcom-geni: Simplify irq handlerStephen Boyd1-41/+29
2018-10-11i2c: i2c-qcom-geni: Simplify tx/rx functionsStephen Boyd1-43/+36
2018-10-11Merge tag 'v4.19-rc7' into i2c/for-4.20Wolfram Sang4-6/+23
2018-10-11i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllersHans de Goede3-3/+4
2018-10-11i2c: Fix kerneldoc for renamed i2c dma put functionStephen Boyd1-1/+1
2018-10-08i2c: mux: mlxcpld: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-08i2c: mux: ltc4306: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-08i2c: mux: pca954x: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-05i2c: core: remove level of indentation in i2c_transferWolfram Sang1-17/+16
2018-10-05i2c: core: remove outdated DEBUG outputWolfram Sang1-10/+0
2018-10-05i2c: zx2967: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-10-05i2c: tegra: use core to detect 'no zero length' quirkWolfram Sang1-3/+1
2018-10-05i2c: qup: use core to detect 'no zero length' quirkWolfram Sang1-8/+6
2018-10-05i2c: omap: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2018-10-05Merge tag 'at24-4.20-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.20Wolfram Sang5-12/+14
2018-10-05i2c: Convert to using %pOFn instead of device_node.nameRob Herring2-10/+11
2018-10-05i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli1-3/+4
2018-10-05i2c: designware: Call i2c_dw_clk_rate() only when calculating timingsJarkko Nikula1-1/+3
2018-10-01i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov1-0/+1
2018-09-25i2c: i2c-isch: fix spelling mistake "unitialized" -> "uninitialized"Colin Ian King1-1/+1
2018-09-25i2c: i2c-qcom-geni: Properly handle DMA safe buffersStephen Boyd1-4/+18
2018-09-25i2c: synquacer: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-24i2c: aspeed: fix invalid clock parameters for very large divisorsBrendan Higgins1-20/+45
2018-09-24i2c: aspeed: use proper annotation for "fall through"Wolfram Sang1-2/+2