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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
i2c: pca-platform: use dev_warn/dev_info instead of printk
Chris Packham
1
-3
/
+3
2017-06-27
i2c: pca-platform: use device managed allocations
Chris Packham
1
-47
/
+12
2017-06-27
i2c: pca-platform: add devicetree awareness
Chris Packham
1
-0
/
+25
2017-06-27
i2c: pca-platform: switch to struct gpio_desc
Chris Packham
1
-24
/
+19
2017-06-27
dt-bindings: add bindings for i2c-pca-platform
Chris Packham
1
-0
/
+29
2017-06-23
i2c: cadance: fix ctrl/addr reg write order
Matt Weber
1
-3
/
+3
2017-06-23
i2c: zx2967: add i2c controller driver for ZTE's zx2967 family
Baoyou Xie
3
-0
/
+619
2017-06-23
dt: bindings: add documentation for zx2967 family i2c controller
Baoyou Xie
1
-0
/
+22
2017-06-23
i2c: algo-bit: add support for I2C_M_STOP
Jean Delvare
1
-3
/
+10
2017-06-23
MAINTAINERS: add entry for Aspeed I2C driver
Brendan Higgins
1
-0
/
+12
2017-06-23
i2c: aspeed: added slave support for Aspeed I2C driver
Brendan Higgins
1
-0
/
+201
2017-06-23
i2c: aspeed: added driver for Aspeed I2C
Brendan Higgins
3
-0
/
+701
2017-06-23
i2c: aspeed: added documentation for Aspeed I2C driver
Brendan Higgins
1
-0
/
+48
2017-06-23
i2c: rcar: document HW incapabilities
Wolfram Sang
1
-1
/
+6
2017-06-19
i2c: emev2: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+3
2017-06-19
i2c: designware: introducing I2C_SLAVE definitions
Luis Oliveira
2
-3
/
+46
2017-06-19
i2c: designware: MASTER mode as separated driver
Luis Oliveira
6
-368
/
+433
2017-06-19
i2c: designware: refactoring of the i2c-designware
Luis Oliveira
2
-35
/
+52
2017-06-19
i2c: designware: Cleaning and comment style fixes.
Luis Oliveira
3
-61
/
+62
2017-06-19
i2c: at91: Fix compilation warning.
Arvind Yadav
1
-4
/
+4
2017-06-19
i2c: at91: Handle return value of clk_prepare_enable
Arvind Yadav
1
-2
/
+6
2017-06-19
i2c: use proper name for the R-Car SoC
Wolfram Sang
1
-1
/
+1
2017-06-19
i2c: xlp9xx: Enable HWMON class probing for xlp9xx
George Cherian
1
-0
/
+1
2017-06-19
i2c: i801: Add support for Intel Cannon Lake
Srinivas Pandruvada
3
-0
/
+12
2017-06-18
i2c: xgene-slimpro: include linux/io.h for memremap
Arnd Bergmann
1
-0
/
+1
2017-06-16
i2c: stub: fix build warning regression
Wolfram Sang
1
-1
/
+1
2017-06-02
i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_end
Michael Thalmeier
1
-3
/
+3
2017-06-02
i2c: sh_mobile: drop needless check for of_node
Wolfram Sang
1
-12
/
+7
2017-06-02
i2c: sh_mobile: remove platform_data
Wolfram Sang
2
-19
/
+0
2017-06-02
i2c: stub: use pr_fmt
Wolfram Sang
1
-8
/
+8
2017-06-02
i2c: xgene-slimpro: Add ACPI support by using PCC mailbox
Hoan Tran
1
-13
/
+161
2017-06-02
i2c: xgene-slimpro: Use a single function to send command message
Hoan Tran
1
-41
/
+26
2017-05-31
i2c: reformat core-base file header
Wolfram Sang
1
-21
/
+22
2017-05-31
i2c: remove unneeded includes from core
Wolfram Sang
1
-2
/
+0
2017-05-31
docs: i2c: dev-interface: adapt to new filenames of the i2c core
Wolfram Sang
1
-7
/
+7
2017-05-31
i2c: break out ACPI support into separate file
Wolfram Sang
5
-648
/
+670
2017-05-31
i2c: break out OF support into separate file
Wolfram Sang
4
-264
/
+286
2017-05-31
i2c: break out smbus support into separate file
Wolfram Sang
6
-799
/
+849
2017-05-31
i2c: break out slave support into separate file
Wolfram Sang
4
-101
/
+118
2017-05-31
i2c: rename core source file to allow refactorization
Wolfram Sang
4
-3
/
+5
2017-05-29
Linux 4.12-rc3
v4.12-rc3
Linus Torvalds
1
-1
/
+1
2017-05-29
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
4
-17
/
+11
2017-05-27
Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
14
-49
/
+162
2017-05-27
Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-6
/
+12
2017-05-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-37
/
+81
2017-05-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+16
2017-05-27
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-8
/
+8
2017-05-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
18
-47
/
+176
2017-05-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+18
2017-05-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+12
[next]