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-sh_mobile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
i2c: sh_mobile: Mark adapter suspended during suspend
Geert Uytterhoeven
1
-0
/
+28
2020-11-06
i2c: sh_mobile: implement atomic transfers
Ulrich Hecht
1
-20
/
+66
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
1
-1
/
+2
2020-05-29
i2c: sh_mobile: simplify code and remove false compilation warning
Viresh Kumar
1
-5
/
+2
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-6
/
+3
2019-11-14
i2c: sh_mobile: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-02-09
i2c: sh_mobile: use new clock calculation formulas for Gen2
Wolfram Sang
1
-5
/
+5
2019-02-09
i2c: sh_mobile: use new clock calculation formulas for Gen3
Wolfram Sang
1
-3
/
+3
2019-02-09
i2c: sh_mobile: sort compatible entries
Wolfram Sang
1
-2
/
+2
2019-01-23
i2c: sh_mobile: update copyright and comments
Wolfram Sang
1
-4
/
+3
2019-01-23
i2c: sh_mobile: refactor rx isr
Wolfram Sang
1
-29
/
+21
2019-01-23
i2c: sh_mobile: replace break; with if-block
Wolfram Sang
1
-4
/
+3
2019-01-23
i2c: sh_mobile: remove is_first_byte function
Wolfram Sang
1
-7
/
+2
2019-01-23
i2c: sh_mobile: drop 'data' argument from i2c_op function
Wolfram Sang
1
-24
/
+17
2019-01-23
i2c: sh_mobile: remove get_data function
Wolfram Sang
1
-15
/
+8
2019-01-23
i2c: sh_mobile: simplify sending address for RX
Wolfram Sang
1
-6
/
+2
2018-12-18
i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
Fabrizio Castro
1
-0
/
+1
2018-11-27
i2c: sh_mobile: add support for r8a77990 (R-Car E3)
Simon Horman
1
-0
/
+1
2018-10-29
i2c: sh_mobile: Remove dummy runtime PM callbacks
Jarkko Nikula
1
-18
/
+0
2018-08-31
i2c: sh_mobile: fix leak when using DMA bounce buffer
Wolfram Sang
1
-2
/
+4
2018-08-31
i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
Wolfram Sang
1
-6
/
+3
2018-08-31
i2c: refactor function to release a DMA safe buffer
Wolfram Sang
1
-1
/
+1
2018-08-24
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
1
-9
/
+1
2018-08-05
i2c: sh_mobile: use core to detect 'no zero length read' quirk
Wolfram Sang
1
-5
/
+5
2018-05-09
i2c: busses: remove superfluous ignoring of children for RPM
Wolfram Sang
1
-11
/
+0
2018-01-15
i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula
Wolfram Sang
1
-1
/
+1
2018-01-15
i2c: sh_mobile: add new frequency calculation for later SoC
Wolfram Sang
1
-1
/
+18
2018-01-15
i2c: sh_mobile: add helper to check frequency calculations
Wolfram Sang
1
-22
/
+27
2018-01-15
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
1
-18
/
+17
2018-01-15
i2c: sh_mobile: require setup callback
Wolfram Sang
1
-9
/
+6
2018-01-15
i2c: sh_mobile: allow setup callback to return errno
Wolfram Sang
1
-4
/
+9
2018-01-15
i2c: sh_mobile: move type detection upwards
Wolfram Sang
1
-6
/
+4
2017-12-03
i2c: sh_mobile: use core helper to decide when to use DMA
Wolfram Sang
1
-2
/
+6
2017-11-27
i2c: sh_mobile: make sure to not accidently trigger STOP
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: send STOP according to datasheet
Wolfram Sang
1
-23
/
+6
2017-11-27
i2c: sh_mobile: avoid unnecessary register read
Wolfram Sang
1
-1
/
+2
2017-11-27
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
1
-2
/
+0
2017-11-27
i2c: sh_mobile: shorten exit of xfer routine
Wolfram Sang
1
-3
/
+1
2017-11-27
i2c: sh_mobile: use direct writes when accessing ICE bit
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: manually "inline" two short functions
Wolfram Sang
1
-19
/
+9
2017-11-27
i2c: sh_mobile: remove redundant deinitialization
Wolfram Sang
1
-4
/
+0
2017-11-27
i2c: sh_mobile: remove redundant initialization
Wolfram Sang
1
-10
/
+0
2017-10-18
i2c: sh_mobile: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-5
/
+3
2017-08-17
i2c: sh_mobile: avoid unused ret variable
Eugeniu Rosca
1
-2
/
+2
2017-06-02
i2c: sh_mobile: drop needless check for of_node
Wolfram Sang
1
-12
/
+7
2017-06-02
i2c: sh_mobile: remove platform_data
Wolfram Sang
1
-8
/
+0
2017-02-09
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
1
-1
/
+1
2016-12-12
i2c: sh_mobile: Add per-Generation fallback bindings
Simon Horman
1
-1
/
+3
2016-10-08
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-1
/
+0
2016-08-25
i2c: sh_mobile: use proper device with dma_mapping_error
Wolfram Sang
1
-1
/
+1
[next]