summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-rk3x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* i2c: rk3x: Don't print visible virtual mapping MMIO addressShawn Lin2018-05-241-2/+0Star
* i2c: rk3x: add proper kerneldoc headerWolfram Sang2018-01-181-0/+1
* i2c: rk3x: account for const type of of_device_id.dataJulia Lawall2018-01-181-8/+8
* i2c: rk3x: add support for rv1108Andy Yan2017-08-121-0/+9
* i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timingsDavid Wu2016-10-251-0/+2
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-6/+3Star
|\
| * i2c: rk3x: Fix variable 'min_total_ns' unused warningDavid Wu2016-09-221-2/+1Star
| * i2c: rk3x: Fix sparse warningDavid Wu2016-09-221-1/+1
| * i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* | i2c: rk3x: Restore clock settings at resume timeDoug Anderson2016-09-081-0/+12
* | i2c: Spelling s/acknowedge/acknowledge/Geert Uytterhoeven2016-09-081-1/+1
|/
* i2c: rk3x: support fast-mode plus for rk3399David Wu2016-06-171-4/+17
* i2c: rk3x: add i2c support for rk3399 socDavid Wu2016-06-171-20/+274
* i2c: rk3x: Move spec timing data to "static const" structsDavid Wu2016-06-171-28/+55
* i2c: rk3x: Change SoC data to not use arrayDavid Wu2016-06-171-8/+30
* i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()David Wu2016-06-171-1/+0Star
* i2c: rk3x: use struct "rk3x_i2c_calced_timings"David Wu2016-06-171-23/+32
* i2c: rk3x: add documentation to fields in "struct rk3x_i2c"David Wu2016-06-171-1/+21
* Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-201-63/+24Star
|\
| * i2c: rk3x: switch to i2c generic dt parsingDavid Wu2016-04-141-63/+24Star
* | i2c: rk3x: add support for rk3228Yakir Yang2016-04-121-0/+1
|/
* i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang2015-11-301-1/+1
* i2c: rk3x: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
* i2c: rk3x: Increase wait timeout to 1 secondDoug Anderson2015-05-121-1/+1
* i2c: rk3x: report number of messages transmittedDmitry Torokhov2015-04-231-1/+1
* i2c: rk3x: Account for repeated start time requirementDoug Anderson2015-01-131-18/+43
* i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specificationaddy ke2015-01-131-23/+49
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | i2c: rk3x: handle dynamic clock rate changes correctlyMax Schwarz2014-11-231-35/+118
* | i2c: rk3x: adjust the LOW divison based on characteristics of SCLaddy ke2014-11-101-9/+153
|/
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-191-2/+2
|\
| * i2c: rk3x: Remove unlikely() annotationsDoug Anderson2014-09-291-2/+2
* | i2c: rk3x: fix 0 length write transfersAlexandru M Stan2014-10-031-1/+1
|/
* i2c: rk3x: fix divisor calculation for SCL frequencyaddy ke2014-09-201-6/+5Star
* i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke2014-09-021-0/+4
* i2c: rk3x: fix interrupt handling issueaddy ke2014-08-081-1/+1
* i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter2014-06-121-0/+1
* i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz2014-06-121-0/+762