index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-01
i2c: rcar: refactor irq state machine
Wolfram Sang
1
-32
/
+7
2014-06-01
i2c: rcar: refactor bus state machine
Wolfram Sang
1
-27
/
+10
2014-06-01
i2c: rcar: no need to store irq number
Wolfram Sang
1
-5
/
+4
2014-06-01
i2c: rcar: not everything needs to be a function
Wolfram Sang
1
-11
/
+3
2014-06-01
i2c: sh_mobile: add compatibles for additional SoC
Wolfram Sang
1
-0
/
+3
2014-06-01
i2c: rcar: add compatibles for additional SoC
Wolfram Sang
1
-0
/
+3
2014-05-22
i2c: gpio: Use devm_gpio_request()
Jingoo Han
1
-18
/
+7
2014-05-22
i2c: eg20t: Fix Kconfig dependencies
Jean Delvare
1
-1
/
+1
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
2014-05-22
i2c: exynos5: add support for HSI2C on Exynos5260 SoC
Naveen Krishna Ch
1
-12
/
+55
2014-05-22
i2c: ali1563: fix checkpatch.pl issues
Richard Leitner
1
-37
/
+45
2014-05-22
i2c: nomadik: Fixup system suspend
Ulf Hansson
1
-7
/
+7
2014-05-22
i2c: imx: add SMBus block read support
Kaushal Butala
1
-3
/
+28
2014-05-22
i2c: mv64xxx: Change i2c compatibles for sunxi
Maxime Ripard
1
-1
/
+1
2014-05-14
i2c: rcar: bail out on zero length transfers
Wolfram Sang
1
-1
/
+8
2014-05-14
i2c: qup: Fix pm_runtime_get_sync usage
Andy Gross
1
-1
/
+1
2014-05-14
i2c: s3c2410: resume race fix
Olof Johansson
1
-1
/
+1
2014-05-14
i2c: nomadik: Don't use IS_ERR for devm_ioremap
Ulf Hansson
1
-1
/
+1
2014-05-14
i2c: designware: Mask all interrupts during i2c controller enable
Du, Wenkai
1
-0
/
+3
2014-04-09
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
46
-342
/
+2529
2014-04-07
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
Uwe Kleine-König
1
-1
/
+1
2014-04-06
i2c: cadence: fix Kconfig dependency
Wolfram Sang
1
-1
/
+1
2014-04-06
i2c: Add driver for Cadence I2C controller
Soren Brinkmann
3
-0
/
+913
2014-04-06
i2c: qup: use proper type fro clk_freq
Wolfram Sang
1
-1
/
+1
2014-04-03
i2c: qup: off by ones in qup_i2c_probe()
Dan Carpenter
1
-2
/
+2
2014-03-28
i2c: qup: New bus driver for the Qualcomm QUP I2C controller
Bjorn Andersson
3
-0
/
+779
2014-03-28
i2c: i2c-xiic: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: i2c-sirf: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: i2c-mv64xxx: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: i2c-designware-platdrv: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: i2c-davinci: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: i2c-bcm2835: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-28
i2c: mv64xxx: Fix reset controller handling
Maxime Ripard
1
-3
/
+3
2014-03-27
i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync
Nishanth Menon
1
-3
/
+3
2014-03-27
i2c: efm32: new bus driver
Uwe Kleine-König
3
-0
/
+489
2014-03-24
i2c: cpm: Fix build by adding of_address.h and of_irq.h
Scott Wood
1
-0
/
+2
2014-03-13
i2c: Remove usage of orphaned symbol OF_I2C
Richard Weinberger
1
-1
/
+1
2014-03-13
i2c: exynos5: remove unnecessary cast of void pointer
Jingoo Han
1
-1
/
+1
2014-03-13
i2c: exynos5: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-0
/
+2
2014-03-13
i2c: gpio: OF gpio code does not handle defered probe case
Ben Dooks
1
-0
/
+3
2014-03-13
i2c: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
20
-20
/
+20
2014-03-12
i2c: s3c2410: Leave the bus disabled unless it is in use
Simon Glass
1
-4
/
+33
[prev]
[next]