aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14i2c: core-smbus: don't trace smbus_reply data on errorsJohn Sperbeck1-1/+1
2019-02-14i2c: ocores: Add support for bus clock via platform dataAndrew Lunn1-1/+4
2019-02-14i2c: ocores: Add support for IO mapper registers.Andrew Lunn1-3/+29
2019-02-14i2c: ocores: checkpatch fixesFederico Vaga1-11/+18
2019-02-14i2c: ocores: add SPDX tagFederico Vaga1-4/+1
2019-02-14i2c: ocores: add polling interfaceFederico Vaga1-21/+161
2019-02-14i2c: ocores: do not handle IRQ if IF is not setFederico Vaga1-3/+6
2019-02-14i2c: ocores: stop transfer on timeoutFederico Vaga1-9/+45
2019-02-14i2c: tegra: add i2c interface timing supportSowjanya Komatineni1-30/+159
2019-02-14i2c: tegra: update transfer timeoutSowjanya Komatineni1-4/+11
2019-02-14i2c: tegra: Add DMA supportSowjanya Komatineni1-49/+383
2019-02-14i2c: tegra: update maximum transfer sizeSowjanya Komatineni1-2/+6
2019-02-14i2c: tegra: fix maximum transfer sizeSowjanya Komatineni1-1/+1
2019-02-14i2c: tegra: add bus clear Master SupportSowjanya Komatineni1-0/+81
2019-02-14i2c: tegra: sort all the include headers alphabeticallySowjanya Komatineni1-11/+8
2019-02-14Merge branch 'i2c/for-current' into i2c/for-5.1Wolfram Sang3-9/+25
2019-02-08i2c: rcar: refactor TCYC handlingWolfram Sang1-9/+6
2019-02-08i2c: gpio: merge two very similar commentsWolfram Sang1-12/+5
2019-02-08i2c: sh_mobile: use new clock calculation formulas for Gen2Wolfram Sang1-5/+5
2019-02-08i2c: sh_mobile: use new clock calculation formulas for Gen3Wolfram Sang1-3/+3
2019-02-08i2c: sh_mobile: sort compatible entriesWolfram Sang1-2/+2
2019-02-08i2c: cbus-gpio: Switch to use GPIO descriptorsLinus Walleij1-50/+30
2019-02-05i2c: rcar: comment maintenanceWolfram Sang1-5/+2
2019-02-05i2c: gpio: fault-injector: sort debugfs files alphabeticallyWolfram Sang1-2/+2
2019-02-05i2c: mediatek: remove completion_done()qii wang1-2/+0
2019-02-05i2c: mediatek: speeds is replaced by macros definitionsqii wang1-2/+2
2019-02-05i2c: gpio: sort includesWolfram Sang1-5/+5
2019-02-05i2c: algo-bit: convert to SPDX headerWolfram Sang1-17/+8
2019-02-05i2c: iop3xx: Add device tree probingLinus Walleij1-0/+8
2019-02-05i2c: of: Try to find an I2C adapter matching the parentThierry Reding1-1/+13
2019-02-05i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren1-8/+5
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-01-23i2c: aspeed: Remove hard-coded bus timeout value settingJae Hyun Yoo1-1/+0
2019-01-23i2c: sh_mobile: update copyright and commentsWolfram Sang1-4/+3
2019-01-23i2c: sh_mobile: refactor rx isrWolfram Sang1-29/+21
2019-01-23i2c: sh_mobile: replace break; with if-blockWolfram Sang1-4/+3
2019-01-23i2c: sh_mobile: remove is_first_byte functionWolfram Sang1-7/+2
2019-01-23i2c: sh_mobile: drop 'data' argument from i2c_op functionWolfram Sang1-24/+17
2019-01-23i2c: sh_mobile: remove get_data functionWolfram Sang1-15/+8
2019-01-23i2c: sh_mobile: simplify sending address for RXWolfram Sang1-6/+2
2019-01-22i2c: rcar: Fix clients using i2c from suspend callbackGeert Uytterhoeven1-1/+3
2019-01-22i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing1-1/+1
2019-01-15i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel1-6/+10
2019-01-15i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel1-9/+12
2019-01-11i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni1-1/+14
2019-01-11i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng1-0/+6
2019-01-08i2c: rcar: add suspend/resume supportWolfram Sang1-0/+25
2019-01-08i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang1-6/+2
2019-01-08i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang1-9/+2
2019-01-08i2c: sprd: use core helper to mark adapter suspendedWolfram Sang1-12/+2