index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-cadence.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-23
i2c: cadence: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+4
2021-06-23
i2c: cadence: Clear HOLD bit before xfer_size register rolls over
Raviteja Narayanam
1
-7
/
+41
2021-04-14
i2c: cadence: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-04-14
i2c: cadence: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-2
/
+2
2020-07-22
i2c: cadence: Clear HOLD bit at correct time in Rx path
Raviteja Narayanam
1
-9
/
+10
2020-07-22
Revert "i2c: cadence: Fix the hold bit setting"
Raviteja Narayanam
1
-7
/
+2
2020-04-15
i2c: cadence: Added slave support
Radu Pirea
1
-11
/
+309
2020-04-15
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-5
/
+2
2020-01-30
i2c: cadence: Fix wording in i2c-cadence driver
Michal Simek
1
-1
/
+1
2020-01-30
i2c: cadence: Fix power management order of operations
Topi Kuutela
1
-3
/
+6
2020-01-30
i2c: cadence: Fix error printing in case of defer
Shubhrajyoti Datta
1
-1
/
+2
2020-01-30
i2c: cadence: Handle transfer_size rollover
Alex Williams
1
-5
/
+13
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-02-15
i2c: cadence: Fix the hold bit setting
Shubhrajyoti Datta
1
-2
/
+7
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
1
-4
/
+2
2017-06-23
i2c: cadance: fix ctrl/addr reg write order
Matt Weber
1
-3
/
+3
2017-01-26
i2c: i2c-cadence: Initialize configuration before probing devices
Mike Looijmans
1
-4
/
+4
2016-10-08
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-3
/
+1
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-03-12
i2c: cadence: Fix the kernel-doc warnings
Shubhrajyoti Datta
1
-6
/
+8
2015-11-30
i2c: cadence: Remove the suspended flag
Shubhrajyoti Datta
1
-6
/
+1
2015-11-30
i2c: cadence: Move to sensible power management
Shubhrajyoti Datta
1
-21
/
+45
2015-08-10
i2c: cadence: set THIS_MODULE to the owner of the adapter
Masahiro Yamada
1
-0
/
+1
2015-08-10
i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC
Anurag Kumar Vulisha
1
-11
/
+57
2015-03-15
i2c: cadence: fixup wait_for_completion_timeout return handling
Nicholas Mc Guire
1
-3
/
+3
2015-01-14
i2c: cadence: Check for errata condition involving master receive
Harini Katakam
1
-0
/
+14
2015-01-13
i2c: cadence: Handle > 252 byte transfers
Harini Katakam
1
-73
/
+102
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-12-04
i2c: cadence: Set the hardware time-out register to maximum value
Vishnu Motghare
1
-0
/
+11
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-04-06
i2c: Add driver for Cadence I2C controller
Soren Brinkmann
1
-0
/
+905