summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: rcar: refactor TCYC handlingWolfram Sang2019-02-081-9/+6
* i2c: gpio: merge two very similar commentsWolfram Sang2019-02-081-12/+5
* i2c: sh_mobile: use new clock calculation formulas for Gen2Wolfram Sang2019-02-081-5/+5
* i2c: sh_mobile: use new clock calculation formulas for Gen3Wolfram Sang2019-02-081-3/+3
* i2c: sh_mobile: sort compatible entriesWolfram Sang2019-02-081-2/+2
* i2c: cbus-gpio: Switch to use GPIO descriptorsLinus Walleij2019-02-083-85/+40
* i2c: rcar: comment maintenanceWolfram Sang2019-02-051-5/+2
* i2c: gpio: fault-injector: better SPHINX style in docsWolfram Sang2019-02-051-3/+7
* i2c: gpio: fault-injector: sort debugfs files alphabeticallyWolfram Sang2019-02-051-2/+2
* i2c: mediatek: remove completion_done()qii wang2019-02-051-2/+0
* i2c: mediatek: speeds is replaced by macros definitionsqii wang2019-02-051-2/+2
* dt-bindings: i2c: Add Mediatek MT7629 i2c bindingqii wang2019-02-051-0/+1
* i2c: gpio: sort includesWolfram Sang2019-02-051-5/+5
* i2c: algo-bit: convert to SPDX headerWolfram Sang2019-02-052-40/+16
* i2c: algo-bit: include main i2c headerWolfram Sang2019-02-051-0/+2
* i2c: iop3xx: Add device tree probingLinus Walleij2019-02-051-0/+8
* i2c: Add DT bindings for Xscale I2C mastersLinus Walleij2019-02-051-0/+20
* 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/+0
* i2c: sh_mobile: update copyright and commentsWolfram Sang2019-01-231-4/+3
* i2c: sh_mobile: refactor rx isrWolfram Sang2019-01-231-29/+21
* i2c: sh_mobile: replace break; with if-blockWolfram Sang2019-01-231-4/+3
* i2c: sh_mobile: remove is_first_byte functionWolfram Sang2019-01-231-7/+2
* i2c: sh_mobile: drop 'data' argument from i2c_op functionWolfram Sang2019-01-231-24/+17
* i2c: sh_mobile: remove get_data functionWolfram Sang2019-01-231-15/+8
* i2c: sh_mobile: simplify sending address for RXWolfram Sang2019-01-231-6/+2
* 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: acpi: Move I2C bits from acpi.h to i2c.hAndy Shevchenko2019-01-152-11/+10
* 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/+2
* i2c: exynos5: use core helper to mark adapter suspendedWolfram Sang2019-01-081-9/+2
* i2c: sprd: use core helper to mark adapter suspendedWolfram Sang2019-01-081-12/+2
* 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/+2
* i2c: brcmstb: use core helper to mark adapter suspendedWolfram Sang2019-01-081-11/+2
* i2c: synquacer: remove unused is_suspended flagWolfram Sang2019-01-081-5/+0
* i2c: add suspended flag and accessors for i2c adaptersWolfram Sang2019-01-083-0/+41
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-061-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0694-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14