aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-rk3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16i2c: rk3x: Add rv1126 supportJagan Teki1-0/+9
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+7
2021-11-30i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-11-29i2c: rk3x: enable clock before getting rateJohn Keeping1-0/+7
2020-09-27i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+7
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+35
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-04i2c: rk3x: support master_xfer_atomicJohn Keeping1-4/+35
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng1-3/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-24i2c: rk3x: Don't print visible virtual mapping MMIO addressShawn Lin1-2/+0
2018-01-18i2c: rk3x: add proper kerneldoc headerWolfram Sang1-0/+1
2018-01-18i2c: rk3x: account for const type of of_device_id.dataJulia Lawall1-8/+8
2017-08-12i2c: rk3x: add support for rv1108Andy Yan1-0/+9
2016-10-25i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timingsDavid Wu1-0/+2
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-6/+3
2016-09-22i2c: rk3x: Fix variable 'min_total_ns' unused warningDavid Wu1-2/+1
2016-09-22i2c: rk3x: Fix sparse warningDavid Wu1-1/+1
2016-09-08i2c: rk3x: Restore clock settings at resume timeDoug Anderson1-0/+12
2016-09-08i2c: Spelling s/acknowedge/acknowledge/Geert Uytterhoeven1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-06-17i2c: rk3x: support fast-mode plus for rk3399David Wu1-4/+17
2016-06-17i2c: rk3x: add i2c support for rk3399 socDavid Wu1-20/+274
2016-06-17i2c: rk3x: Move spec timing data to "static const" structsDavid Wu1-28/+55
2016-06-17i2c: rk3x: Change SoC data to not use arrayDavid Wu1-8/+30
2016-06-17i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()David Wu1-1/+0
2016-06-17i2c: rk3x: use struct "rk3x_i2c_calced_timings"David Wu1-23/+32
2016-06-17i2c: rk3x: add documentation to fields in "struct rk3x_i2c"David Wu1-1/+21
2016-05-19Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-63/+24
2016-04-14i2c: rk3x: switch to i2c generic dt parsingDavid Wu1-63/+24
2016-04-12i2c: rk3x: add support for rk3228Yakir Yang1-0/+1
2015-11-30i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang1-1/+1
2015-10-20i2c: rk3x: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-05-12i2c: rk3x: Increase wait timeout to 1 secondDoug Anderson1-1/+1
2015-04-23i2c: rk3x: report number of messages transmittedDmitry Torokhov1-1/+1
2015-01-13i2c: rk3x: Account for repeated start time requirementDoug Anderson1-18/+43
2015-01-13i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specificationaddy ke1-23/+49
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-23i2c: rk3x: handle dynamic clock rate changes correctlyMax Schwarz1-35/+118
2014-11-10i2c: rk3x: adjust the LOW divison based on characteristics of SCLaddy ke1-9/+153
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+2
2014-10-03i2c: rk3x: fix 0 length write transfersAlexandru M Stan1-1/+1
2014-09-29i2c: rk3x: Remove unlikely() annotationsDoug Anderson1-2/+2
2014-09-20i2c: rk3x: fix divisor calculation for SCL frequencyaddy ke1-6/+5
2014-09-02i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke1-0/+4
2014-08-08i2c: rk3x: fix interrupt handling issueaddy ke1-1/+1