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.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
/
busses
/
i2c-rk3x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-01
i2c: rk3x: Handle a spurious start completion interrupt flag
Ondrej Jirman
1
-2
/
+2
2020-09-27
i2c: rk3x: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-12
/
+7
2020-08-14
Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-4
/
+35
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-04
i2c: rk3x: support master_xfer_atomic
John Keeping
1
-4
/
+35
2020-04-19
i2c: busses: remove duplicate dev_err()
Dejin Zheng
1
-3
/
+1
2020-04-15
i2c: busses: convert to devm_platform_ioremap_resource
Dejin Zheng
1
-3
/
+1
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-6
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-05-24
i2c: rk3x: Don't print visible virtual mapping MMIO address
Shawn Lin
1
-2
/
+0
2018-01-18
i2c: rk3x: add proper kerneldoc header
Wolfram Sang
1
-0
/
+1
2018-01-18
i2c: rk3x: account for const type of of_device_id.data
Julia Lawall
1
-8
/
+8
2017-08-12
i2c: rk3x: add support for rv1108
Andy Yan
1
-0
/
+9
2016-10-25
i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timings
David Wu
1
-0
/
+2
2016-10-08
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-6
/
+3
2016-09-22
i2c: rk3x: Fix variable 'min_total_ns' unused warning
David Wu
1
-2
/
+1
2016-09-22
i2c: rk3x: Fix sparse warning
David Wu
1
-1
/
+1
2016-09-08
i2c: rk3x: Restore clock settings at resume time
Doug Anderson
1
-0
/
+12
2016-09-08
i2c: Spelling s/acknowedge/acknowledge/
Geert Uytterhoeven
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2016-06-17
i2c: rk3x: support fast-mode plus for rk3399
David Wu
1
-4
/
+17
2016-06-17
i2c: rk3x: add i2c support for rk3399 soc
David Wu
1
-20
/
+274
2016-06-17
i2c: rk3x: Move spec timing data to "static const" structs
David Wu
1
-28
/
+55
2016-06-17
i2c: rk3x: Change SoC data to not use array
David Wu
1
-8
/
+30
2016-06-17
i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()
David Wu
1
-1
/
+0
2016-06-17
i2c: rk3x: use struct "rk3x_i2c_calced_timings"
David Wu
1
-23
/
+32
2016-06-17
i2c: rk3x: add documentation to fields in "struct rk3x_i2c"
David Wu
1
-1
/
+21
2016-05-20
Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-63
/
+24
2016-04-14
i2c: rk3x: switch to i2c generic dt parsing
David Wu
1
-63
/
+24
2016-04-13
i2c: rk3x: add support for rk3228
Yakir Yang
1
-0
/
+1
2015-11-30
i2c: rk3x: populate correct variable for sda_falling_time
Wolfram Sang
1
-1
/
+1
2015-10-20
i2c: rk3x: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-05-12
i2c: rk3x: Increase wait timeout to 1 second
Doug Anderson
1
-1
/
+1
2015-04-23
i2c: rk3x: report number of messages transmitted
Dmitry Torokhov
1
-1
/
+1
2015-01-13
i2c: rk3x: Account for repeated start time requirement
Doug Anderson
1
-18
/
+43
2015-01-13
i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specification
addy ke
1
-23
/
+49
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-23
i2c: rk3x: handle dynamic clock rate changes correctly
Max Schwarz
1
-35
/
+118
2014-11-10
i2c: rk3x: adjust the LOW divison based on characteristics of SCL
addy ke
1
-9
/
+153
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2014-10-03
i2c: rk3x: fix 0 length write transfers
Alexandru M Stan
1
-1
/
+1
2014-09-30
i2c: rk3x: Remove unlikely() annotations
Doug Anderson
1
-2
/
+2
2014-09-20
i2c: rk3x: fix divisor calculation for SCL frequency
addy ke
1
-6
/
+5
2014-09-02
i2c: rk3x: fix bug that cause transfer fails in master receive mode
addy ke
1
-0
/
+4
2014-08-08
i2c: rk3x: fix interrupt handling issue
addy ke
1
-1
/
+1
2014-06-13
i2c: rk3x: add NULL entry to the end of_device_id array
Dan Carpenter
1
-0
/
+1
2014-06-12
i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter
Max Schwarz
1
-0
/
+762