index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
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
2015-06-17
i2c: sh_mobile: add errata workaround
Wolfram Sang
1
-0
/
+40
2015-01-30
i2c: sh_mobile: terminate DMA reads properly
Wolfram Sang
1
-1
/
+11
2014-12-20
i2c: sh_mobile: fix uninitialized var when debug is enabled
Wolfram Sang
1
-0
/
+1
2014-12-17
i2c: sh_mobile: rework deferred probing
Wolfram Sang
1
-50
/
+48
2014-12-17
i2c: sh_mobile: refactor DMA setup
Wolfram Sang
1
-19
/
+16
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-12
i2c: sh_mobile: remove unneeded DMA mask
Wolfram Sang
1
-3
/
+0
2014-12-04
i2c: sh_mobile: optimize irq entry
Wolfram Sang
1
-5
/
+4
2014-11-19
i2c: sh_mobile: use proper device for mapping DMA memory
Wolfram Sang
1
-9
/
+14
2014-11-12
i2c: sh_mobile: improve success message
Wolfram Sang
1
-3
/
+3
2014-11-12
i2c: sh_mobile: add DMA support
Wolfram Sang
1
-10
/
+185
2014-11-12
i2c: sh_mobile: sort includes alphabetically
Wolfram Sang
1
-9
/
+9
2014-11-10
i2c: sh_mobile: Add support for r8a73a4 and sh73a0
Geert Uytterhoeven
1
-6
/
+8
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-4
/
+0
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-02
i2c: sh_mobile: add compatibles for additional SoC
Wolfram Sang
1
-0
/
+3
2014-05-22
i2c: sh_mobile: fix clock calculation for newer SoCs
Wolfram Sang
1
-10
/
+38
2014-05-22
i2c: sh_mobile: check timing parameters for valid range
Wolfram Sang
1
-4
/
+13
2014-05-22
i2c: sh_mobile: bail out on errors when initializing
Wolfram Sang
1
-5
/
+7
2014-05-22
i2c: sh_mobile: remove superfluous offset parameter
Wolfram Sang
1
-9
/
+6
2014-05-22
i2c: sh_mobile: devm conversion, irq setup
Wolfram Sang
1
-41
/
+15
2014-05-22
i2c: sh_mobile: devm conversion, low hanging fruits
Wolfram Sang
1
-31
/
+10
2014-05-22
i2c: sh_mobile: honor DT bus speed settings
Wolfram Sang
1
-1
/
+4
2014-05-22
i2c: sh_mobile: improve error handling
Wolfram Sang
1
-16
/
+9
2014-05-22
i2c: sh_mobile: replace magic hex values with constants
Wolfram Sang
1
-5
/
+6
2013-10-31
i2c: sh_mobile: Convert to clk_prepare/unprepare
Laurent Pinchart
1
-4
/
+4
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-2
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-02-10
i2c: sh_mobile: don't send a stop condition by default inside transfers
Guennadi Liakhovetski
1
-20
/
+59
2013-02-10
i2c: sh_mobile: eliminate an open-coded "goto" loop
Guennadi Liakhovetski
1
-26
/
+34
2013-02-10
i2c: sh_mobile: fix timeout error handling
Guennadi Liakhovetski
1
-1
/
+4
2013-02-10
i2c: sh_mobile: cosmetic: trivially simplify 2 functions
Guennadi Liakhovetski
1
-10
/
+4
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-1
/
+1
2012-11-16
i2c: i2c-sh_mobile: fix spurious transfer request timed out
Shinya Kuribayashi
1
-0
/
+3
2012-11-16
i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock
Shinya Kuribayashi
1
-0
/
+5
2012-11-16
i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed
Shinya Kuribayashi
1
-49
/
+77
2012-11-16
i2c: i2c-sh_mobile: calculate clock parameters at driver probing time
Shinya Kuribayashi
1
-5
/
+13
[next]