aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-03-08Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds25-431/+1324
2019-02-24i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus1-4/+5
2019-02-24i2c: ocores: turn incomplete kdoc into a commentWolfram Sang1-3/+3
2019-02-23i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede4-1/+17
2019-02-23i2c: tegra: Only display error messages if DMA setup failsJonathan Hunter1-4/+6
2019-02-23i2c: gpio: fault-injector: add 'inject_panic' injectorWolfram Sang1-1/+30
2019-02-23i2c: gpio: fault-injector: add 'lose_arbitration' injectorWolfram Sang1-0/+74
2019-02-23i2c: tegra: remove multi-master supportSowjanya Komatineni1-2/+2
2019-02-23i2c: tegra: remove master fifo support on tegra186Sowjanya Komatineni1-1/+1
2019-02-15i2c: tegra: change phrasing, "fallbacking" to "falling back"Colin Ian King1-2/+2
2019-02-15i2c: expand minor range when registering chrdev regionChengguang Xu1-1/+1
2019-02-15i2c: aspeed: Add multi-master use case supportJae Hyun Yoo1-26/+93
2019-02-15i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski1-0/+12
2019-02-15i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
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