summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: gpio: sort includesWolfram Sang2019-02-051-5/+5
| * | | i2c: algo-bit: convert to SPDX headerWolfram Sang2019-02-051-17/+8Star
| * | | i2c: iop3xx: Add device tree probingLinus Walleij2019-02-051-0/+8
| * | | i2c: of: Try to find an I2C adapter matching the parentThierry Reding2019-02-051-1/+13
| * | | i2c: aspeed: Remove hard-coded bus timeout value settingJae Hyun Yoo2019-01-231-1/+0Star
| * | | i2c: sh_mobile: update copyright and commentsWolfram Sang2019-01-231-4/+3Star
| * | | i2c: sh_mobile: refactor rx isrWolfram Sang2019-01-231-29/+21Star
| * | | i2c: sh_mobile: replace break; with if-blockWolfram Sang2019-01-231-4/+3Star
| * | | i2c: sh_mobile: remove is_first_byte functionWolfram Sang2019-01-231-7/+2Star
| * | | i2c: sh_mobile: drop 'data' argument from i2c_op functionWolfram Sang2019-01-231-24/+17Star
| * | | i2c: sh_mobile: remove get_data functionWolfram Sang2019-01-231-15/+8Star
| * | | i2c: sh_mobile: simplify sending address for RXWolfram Sang2019-01-231-6/+2Star
| * | | i2c: rcar: Fix clients using i2c from suspend callbackGeert Uytterhoeven2019-01-221-1/+3
| * | | i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()YueHaibing2019-01-221-1/+1
| * | | i2c: imx: improve the error handling in i2c_imx_dma_request()Oleksij Rempel2019-01-151-6/+10
| * | | i2c: imx: notify about real errors on dma i2c_imx_dma_requestOleksij Rempel2019-01-151-9/+12
| * | | i2c: rcar: add suspend/resume supportWolfram Sang2019-01-081-0/+25
| * | | i2c: s3c2410: use core helper to mark adapter suspendedWolfram Sang2019-01-081-6/+2Star
| * | | i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang2019-01-081-9/+2Star
| * | | i2c: sprd: use core helper to mark adapter suspendedWolfram Sang2019-01-081-12/+2Star
| * | | i2c: sprd: don't use pdev as variable name for struct device *Wolfram Sang2019-01-081-10/+10
| * | | i2c: zx2967: use core helper to mark adapter suspendedWolfram Sang2019-01-081-6/+2Star
| * | | i2c: brcmstb: use core helper to mark adapter suspendedWolfram Sang2019-01-081-11/+2Star
| * | | i2c: synquacer: remove unused is_suspended flagWolfram Sang2019-01-081-5/+0Star
| * | | i2c: add suspended flag and accessors for i2c adaptersWolfram Sang2019-01-081-0/+3
| | |/ | |/|
* | | i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-02-151-0/+12
* | | i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-02-151-2/+7
| |/ |/|
* | i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren2019-02-051-8/+5Star
* | i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni2019-01-111-1/+14
* | i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng2019-01-111-0/+6
|/
* Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-01-0611-129/+317
|\
| * i2c: Add Actions Semiconductor Owl family S700 I2C supportParthiban Nallathambi2019-01-031-0/+1
| * i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula2019-01-031-0/+2
| * i2c: tegra: Switch to SPDX identifierThierry Reding2018-12-171-10/+1Star
| * i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding2018-12-171-0/+15
| * i2c: tegra: Cleanup kerneldoc commentsThierry Reding2018-12-171-12/+11Star
| * i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-171-7/+102
| * i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2018-12-171-0/+1
| * i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.Enric Balletbo i Serra2018-12-171-10/+4Star
| * i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring2018-12-111-4/+4
| * i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-16/+16
| * i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-11/+18
| * Merge tag 'v4.20-rc6' into i2c/for-5.0Wolfram Sang2018-12-116-30/+93
| |\
| * | i2c: tegra: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-12-111-3/+2Star
| * | i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET2018-12-011-43/+101
| * | i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2018-11-271-0/+1
| * | i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET2018-11-271-3/+35
| * | i2c: Remove caller signal_pending branch predictionsDavidlohr Bueso2018-11-271-1/+1
| * | i2c: imx: don't print error message on probe deferLucas Stach2018-11-271-1/+2
| * | i2c: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-271-9/+1Star