index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-rk3x.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-05-24
i2c: rk3x: Don't print visible virtual mapping MMIO address
Shawn Lin
2018-01-18
i2c: rk3x: add proper kerneldoc header
Wolfram Sang
2018-01-18
i2c: rk3x: account for const type of of_device_id.data
Julia Lawall
2017-08-12
i2c: rk3x: add support for rv1108
Andy Yan
2016-10-25
i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timings
David Wu
2016-10-07
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-09-22
i2c: rk3x: Fix variable 'min_total_ns' unused warning
David Wu
2016-09-22
i2c: rk3x: Fix sparse warning
David Wu
2016-09-08
i2c: rk3x: Restore clock settings at resume time
Doug Anderson
2016-09-08
i2c: Spelling s/acknowedge/acknowledge/
Geert Uytterhoeven
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-06-17
i2c: rk3x: support fast-mode plus for rk3399
David Wu
2016-06-17
i2c: rk3x: add i2c support for rk3399 soc
David Wu
2016-06-17
i2c: rk3x: Move spec timing data to "static const" structs
David Wu
2016-06-17
i2c: rk3x: Change SoC data to not use array
David Wu
2016-06-17
i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()
David Wu
2016-06-17
i2c: rk3x: use struct "rk3x_i2c_calced_timings"
David Wu
2016-06-17
i2c: rk3x: add documentation to fields in "struct rk3x_i2c"
David Wu
2016-05-19
Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-04-14
i2c: rk3x: switch to i2c generic dt parsing
David Wu
2016-04-12
i2c: rk3x: add support for rk3228
Yakir Yang
2015-11-30
i2c: rk3x: populate correct variable for sda_falling_time
Wolfram Sang
2015-10-20
i2c: rk3x: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-05-12
i2c: rk3x: Increase wait timeout to 1 second
Doug Anderson
2015-04-23
i2c: rk3x: report number of messages transmitted
Dmitry Torokhov
2015-01-13
i2c: rk3x: Account for repeated start time requirement
Doug Anderson
2015-01-13
i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specification
addy ke
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-23
i2c: rk3x: handle dynamic clock rate changes correctly
Max Schwarz
2014-11-10
i2c: rk3x: adjust the LOW divison based on characteristics of SCL
addy ke
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-10-03
i2c: rk3x: fix 0 length write transfers
Alexandru M Stan
2014-09-29
i2c: rk3x: Remove unlikely() annotations
Doug Anderson
2014-09-20
i2c: rk3x: fix divisor calculation for SCL frequency
addy ke
2014-09-02
i2c: rk3x: fix bug that cause transfer fails in master receive mode
addy ke
2014-08-08
i2c: rk3x: fix interrupt handling issue
addy ke
2014-06-12
i2c: rk3x: add NULL entry to the end of_device_id array
Dan Carpenter
2014-06-12
i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter
Max Schwarz