index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
i2c: piix4: Fix port number check on release
Jean Delvare
1
-1
/
+1
2017-12-13
i2c: stm32: Fix copyrights
Benjamin Gaignard
3
-3
/
+6
2017-12-07
i2c: imx: use proper GPIO directions for recovery
Wolfram Sang
1
-2
/
+2
2017-12-07
i2c-cht-wc: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-12-03
i2c: rcar: skip DMA if buffer is not safe
Wolfram Sang
1
-1
/
+1
2017-12-03
i2c: sh_mobile: use core helper to decide when to use DMA
Wolfram Sang
1
-2
/
+6
2017-12-03
i2c: smbus: use DMA safe buffers for emulated SMBus transactions
Wolfram Sang
1
-6
/
+39
2017-12-03
i2c: refactor i2c_master_{send_recv}
Wolfram Sang
1
-46
/
+18
2017-12-03
i2c: dev: mark RDWR buffers as DMA_SAFE
Wolfram Sang
1
-0
/
+2
2017-12-03
i2c: add helpers to ease DMA handling
Wolfram Sang
1
-0
/
+46
2017-12-03
i2c: gpio: add fault injector
Wolfram Sang
2
-0
/
+119
2017-11-29
ARM: pxa: move header file out of I2C realm
Wolfram Sang
2
-2
/
+2
2017-11-28
i2c: designware: fix building driver as module
Phil Reid
1
-0
/
+1
2017-11-28
i2c: core: fix compile issue related to incorrect gpio header
Phil Reid
1
-1
/
+1
2017-11-27
i2c: i2c-boardinfo: fix memory leaks on devinfo
Colin Ian King
1
-0
/
+2
2017-11-27
i2c: i801: Fix Failed to allocate irq -2147483648 error
Hans de Goede
1
-0
/
+3
2017-11-27
i2c: sh_mobile: make sure to not accidently trigger STOP
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: send STOP according to datasheet
Wolfram Sang
1
-23
/
+6
2017-11-27
i2c: sh_mobile: avoid unnecessary register read
Wolfram Sang
1
-1
/
+2
2017-11-27
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
1
-2
/
+0
2017-11-27
i2c: sh_mobile: shorten exit of xfer routine
Wolfram Sang
1
-3
/
+1
2017-11-27
i2c: sh_mobile: use direct writes when accessing ICE bit
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: manually "inline" two short functions
Wolfram Sang
1
-19
/
+9
2017-11-27
i2c: sh_mobile: remove redundant deinitialization
Wolfram Sang
1
-4
/
+0
2017-11-27
i2c: sh_mobile: remove redundant initialization
Wolfram Sang
1
-10
/
+0
2017-11-27
i2c: remove legacy integer scl/sda gpio for recovery
Phil Reid
1
-76
/
+2
2017-11-27
i2c: davinci: switch to using gpiod for bus recovery gpios
Phil Reid
1
-5
/
+15
2017-11-27
i2c: imx: switch to using gpiod for bus recovery gpios
Phil Reid
1
-9
/
+9
2017-11-27
i2c: designware: add i2c gpio recovery option
Tim Sander
3
-1
/
+63
2017-11-27
i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clk
Phil Reid
3
-9
/
+9
2017-11-27
i2c: designware: move i2c_dw_plat_prepare_clk to common
Phil Reid
3
-12
/
+14
2017-11-27
i2c: Switch to using gpiod interface for gpio bus recovery
Phil Reid
1
-4
/
+17
2017-11-27
i2c: designware: Don't set SCL timings and speed mode when in slave mode
Jarkko Nikula
2
-75
/
+0
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-88
/
+180
2017-11-15
Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
24
-377
/
+671
2017-11-06
i2c: aspeed: Deassert reset in probe
Joel Stanley
1
-0
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-11-02
i2c: thunderx: Remove duplicate NULL check
Andy Shevchenko
1
-2
/
+1
2017-11-02
i2c: taos-evm: Remove duplicate NULL check
Andy Shevchenko
1
-2
/
+1
2017-11-02
i2c: Make i2c_unregister_device() NULL-aware
Andy Shevchenko
1
-2
/
+3
2017-11-02
i2c: xgene-slimpro: Support v2
Hoan Tran
1
-4
/
+26
2017-11-02
i2c: mpc: remove useless variable initialization
Wolfram Sang
1
-1
/
+1
2017-11-02
Merge branch 'i2c/sbs-manager' into i2c/for-4.15
Wolfram Sang
7
-127
/
+121
2017-11-02
Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Wolfram Sang
1
-108
/
+104
2017-10-30
i2c: omap: Trigger bus recovery in lockup case
Claudio Foellmi
1
-2
/
+23
2017-10-30
i2c: gpio: Add support for named gpios in DT
Linus Walleij
1
-16
/
+43
2017-10-30
i2c: gpio: Local vars in probe
Linus Walleij
1
-13
/
+14
2017-10-30
i2c: gpio: Enforce open drain through gpiolib
Linus Walleij
1
-63
/
+39
2017-10-30
i2c: gpio: Convert to use descriptors
Linus Walleij
1
-71
/
+63
2017-10-29
i2c: mux: pca954x: Return error if irq_create_mapping fails
Phil Reid
1
-0
/
+4
[prev]
[next]