index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-sh_mobile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
i2c: sh_mobile: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-02-08
i2c: sh_mobile: use new clock calculation formulas for Gen2
Wolfram Sang
1
-5
/
+5
2019-02-08
i2c: sh_mobile: use new clock calculation formulas for Gen3
Wolfram Sang
1
-3
/
+3
2019-02-08
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-17
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-30
i2c: sh_mobile: fix leak when using DMA bounce buffer
Wolfram Sang
1
-2
/
+4
2018-08-30
i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
Wolfram Sang
1
-6
/
+3
2018-08-30
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-04
i2c: sh_mobile: use core to detect 'no zero length read' quirk
Wolfram Sang
1
-5
/
+5
2018-05-08
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-17
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-11
i2c: sh_mobile: Add per-Generation fallback bindings
Simon Horman
1
-1
/
+3
2016-10-07
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
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-1
/
+0
2016-04-11
i2c: sh_mobile: use new 8 bit address helper function
Wolfram Sang
1
-2
/
+1
2015-10-20
i2c: sh_mobile: add support for r8a7795 (R-Car H3)
Wolfram Sang
1
-0
/
+1
2015-06-23
i2c: sh_mobile: use proper type for timeout
Wolfram Sang
1
-3
/
+4
2015-06-23
i2c: sh_mobile: use adapter default for timeout
Wolfram Sang
1
-1
/
+1
[next]