summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-rk3x.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: rk3x: use 'time_left' variable with wait_event_timeout()Wolfram Sang2024-05-061-5/+6
* i2c: rk3x: remove printout on handled timeoutsWolfram Sang2024-05-061-3/+0
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-2/+6
|\
| * i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn2024-01-181-2/+6
* | i2c: rk3x: fix potential spinlock recursion on pollJensen Huang2023-12-191-2/+11
|/
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap2023-01-201-22/+22
* i2c: rk3x: Add rv1126 supportJagan Teki2022-09-161-0/+9
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-141-0/+7
|\
| * i2c: rk3x: enable clock before getting rateJohn Keeping2021-11-291-0/+7
* | i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman2021-11-301-2/+2
|/
* i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-271-12/+7
* Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-08-131-4/+35
|\
| * i2c: rk3x: support master_xfer_atomicJohn Keeping2020-07-041-4/+35
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* i2c: rk3x: Don't print visible virtual mapping MMIO addressShawn Lin2018-05-241-2/+0
* 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/+3
|\
| * i2c: rk3x: Fix variable 'min_total_ns' unused warningDavid Wu2016-09-221-2/+1
| * i2c: rk3x: Fix sparse warningDavid Wu2016-09-221-1/+1
| * i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* | 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/+0
* 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-191-63/+24
|\
| * i2c: rk3x: switch to i2c generic dt parsingDavid Wu2016-04-141-63/+24
* | 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-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: rk3x: handle dynamic clock rate changes correctlyMax Schwarz2014-11-231-35/+118