index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-sh_mobile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula
Wolfram Sang
2018-01-15
1
-1
/
+1
*
i2c: sh_mobile: add new frequency calculation for later SoC
Wolfram Sang
2018-01-15
1
-1
/
+18
*
i2c: sh_mobile: add helper to check frequency calculations
Wolfram Sang
2018-01-15
1
-22
/
+27
*
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
2018-01-15
1
-18
/
+17
*
i2c: sh_mobile: require setup callback
Wolfram Sang
2018-01-15
1
-9
/
+6
*
i2c: sh_mobile: allow setup callback to return errno
Wolfram Sang
2018-01-15
1
-4
/
+9
*
i2c: sh_mobile: move type detection upwards
Wolfram Sang
2018-01-15
1
-6
/
+4
*
i2c: sh_mobile: use core helper to decide when to use DMA
Wolfram Sang
2017-12-03
1
-2
/
+6
*
i2c: sh_mobile: make sure to not accidently trigger STOP
Wolfram Sang
2017-11-27
1
-3
/
+3
*
i2c: sh_mobile: send STOP according to datasheet
Wolfram Sang
2017-11-27
1
-23
/
+6
*
i2c: sh_mobile: avoid unnecessary register read
Wolfram Sang
2017-11-27
1
-1
/
+2
*
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
2017-11-27
1
-2
/
+0
*
i2c: sh_mobile: shorten exit of xfer routine
Wolfram Sang
2017-11-27
1
-3
/
+1
*
i2c: sh_mobile: use direct writes when accessing ICE bit
Wolfram Sang
2017-11-27
1
-3
/
+3
*
i2c: sh_mobile: manually "inline" two short functions
Wolfram Sang
2017-11-27
1
-19
/
+9
*
i2c: sh_mobile: remove redundant deinitialization
Wolfram Sang
2017-11-27
1
-4
/
+0
*
i2c: sh_mobile: remove redundant initialization
Wolfram Sang
2017-11-27
1
-10
/
+0
*
i2c: sh_mobile: Use of_device_get_match_data() helper
Geert Uytterhoeven
2017-10-17
1
-5
/
+3
*
i2c: sh_mobile: avoid unused ret variable
Eugeniu Rosca
2017-08-17
1
-2
/
+2
*
i2c: sh_mobile: drop needless check for of_node
Wolfram Sang
2017-06-02
1
-12
/
+7
*
i2c: sh_mobile: remove platform_data
Wolfram Sang
2017-06-02
1
-8
/
+0
*
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
2017-02-09
1
-1
/
+1
*
i2c: sh_mobile: Add per-Generation fallback bindings
Simon Horman
2016-12-11
1
-1
/
+3
*
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-10-07
1
-1
/
+0
|
\
|
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-1
/
+0
*
|
i2c: sh_mobile: use proper device with dma_mapping_error
Wolfram Sang
2016-08-25
1
-1
/
+1
|
/
*
i2c: sh_mobile: use new 8 bit address helper function
Wolfram Sang
2016-04-11
1
-2
/
+1
*
i2c: sh_mobile: add support for r8a7795 (R-Car H3)
Wolfram Sang
2015-10-20
1
-0
/
+1
*
i2c: sh_mobile: use proper type for timeout
Wolfram Sang
2015-06-23
1
-3
/
+4
*
i2c: sh_mobile: use adapter default for timeout
Wolfram Sang
2015-06-23
1
-1
/
+1
*
i2c: sh_mobile: add errata workaround
Wolfram Sang
2015-06-17
1
-0
/
+40
*
i2c: sh_mobile: terminate DMA reads properly
Wolfram Sang
2015-01-30
1
-1
/
+11
*
i2c: sh_mobile: fix uninitialized var when debug is enabled
Wolfram Sang
2014-12-20
1
-0
/
+1
*
i2c: sh_mobile: rework deferred probing
Wolfram Sang
2014-12-17
1
-50
/
+48
*
i2c: sh_mobile: refactor DMA setup
Wolfram Sang
2014-12-17
1
-19
/
+16
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
i2c: sh_mobile: remove unneeded DMA mask
Wolfram Sang
2014-12-11
1
-3
/
+0
*
|
i2c: sh_mobile: optimize irq entry
Wolfram Sang
2014-12-04
1
-5
/
+4
*
|
i2c: sh_mobile: use proper device for mapping DMA memory
Wolfram Sang
2014-11-19
1
-9
/
+14
*
|
i2c: sh_mobile: improve success message
Wolfram Sang
2014-11-12
1
-3
/
+3
*
|
i2c: sh_mobile: add DMA support
Wolfram Sang
2014-11-12
1
-10
/
+185
*
|
i2c: sh_mobile: sort includes alphabetically
Wolfram Sang
2014-11-12
1
-9
/
+9
*
|
i2c: sh_mobile: Add support for r8a73a4 and sh73a0
Geert Uytterhoeven
2014-11-10
1
-6
/
+8
*
|
i2c: remove FSF address
Wolfram Sang
2014-11-07
1
-4
/
+0
|
/
*
i2c: sh_mobile: add compatibles for additional SoC
Wolfram Sang
2014-06-01
1
-0
/
+3
*
i2c: sh_mobile: fix clock calculation for newer SoCs
Wolfram Sang
2014-05-22
1
-10
/
+38
*
i2c: sh_mobile: check timing parameters for valid range
Wolfram Sang
2014-05-22
1
-4
/
+13
*
i2c: sh_mobile: bail out on errors when initializing
Wolfram Sang
2014-05-22
1
-5
/
+7
*
i2c: sh_mobile: remove superfluous offset parameter
Wolfram Sang
2014-05-22
1
-9
/
+6
[next]