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-nomadik.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2015-03-15
i2c: nomadik: match status to return type of read_i2c
Nicholas Mc Guire
1
-1
/
+1
2015-03-15
i2c: nomadik: match return type of wait_for_completion_timeout
Nicholas Mc Guire
1
-2
/
+2
2014-12-04
PM: Merge the SET*_RUNTIME_PM_OPS() macros
Rafael J. Wysocki
1
-1
/
+1
2014-07-16
i2c: i2c-nomadik: Drop class based scanning to improve bootup time
Wolfram Sang
1
-4
/
+4
2014-05-22
i2c: nomadik: Fixup system suspend
Ulf Hansson
1
-7
/
+7
2014-05-14
i2c: nomadik: Don't use IS_ERR for devm_ioremap
Ulf Hansson
1
-1
/
+1
2014-03-05
i2c: i2c-nomadik: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-03-05
i2c: nomadik: Remove busy check for transfers at suspend late
Ulf Hansson
1
-13
/
+0
2014-03-05
i2c: nomadik: Convert to late and early system PM callbacks
Ulf Hansson
1
-14
/
+4
2014-03-05
i2c: nomadik: Fixup deployment of runtime PM
Ulf Hansson
1
-26
/
+51
2014-03-05
i2c: nomadik: Remove redundant call to pm_runtime_disable
Ulf Hansson
1
-1
/
+0
2014-03-05
i2c: nomadik: Convert to devm functions
Ulf Hansson
1
-21
/
+10
2014-03-05
i2c: nomadik: factor platform data into state container
Linus Walleij
1
-73
/
+42
2014-01-09
i2c: nomadik: remove platform data header
Linus Walleij
1
-1
/
+23
2014-01-09
i2c: nomadik: auto-calculate slave setup time
Linus Walleij
1
-12
/
+28
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-3
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-04
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+43
2013-06-16
i2c: nomadik: use pinctrl PM helpers
Linus Walleij
1
-80
/
+10
2013-06-15
i2c: nomadik: allocate adapter number dynamically
Linus Walleij
1
-7
/
+2
2013-06-15
i2c: nomadik: support elder Nomadiks
Linus Walleij
1
-2
/
+41
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2013-01-28
i2c: nomadik: drop superfluous variable initialization
Wolfram Sang
1
-6
/
+3
2013-01-28
i2c: nomadik: adopt pinctrl support
Patrice Chotard
1
-0
/
+89
2012-11-12
i2c: nomadik: Fix the usage of wait_for_completion_timeout
Chuansheng Liu
1
-14
/
+0
2012-11-02
i2c-nomadik: Fixup clock handling
Philippe Begnic
1
-2
/
+7
2012-10-06
i2c: nomadik: Add Device Tree support to the Nomadik I2C driver
Lee Jones
1
-3
/
+32
2012-09-12
i2c: nomadik: stop fetching the regulator
Linus Walleij
1
-17
/
+0
2012-08-18
i2c: nomadik: Add default configuration into the Nomadik I2C driver
Lee Jones
1
-10
/
+18
2012-07-28
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-87
/
+102
2012-07-13
ARM: ux500: Remove unused i2c platform_data initialisation code
Lee Jones
1
-2
/
+1
2012-07-09
i2c-nomadik: Add 10-bit addressing support
Virupax Sadashivpetimath
1
-17
/
+29
2012-07-09
i2c-nomadik: turn the platform driver to an amba driver
Alessandro Rubini
1
-69
/
+73
2012-07-09
i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>
Alessandro Rubini
1
-2
/
+1
2011-11-01
Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...
Ben Dooks
1
-43
/
+46
2011-10-29
i2c-nomadik: cosmetic coding style corrections
Jonas Aaberg
1
-43
/
+46
2011-10-29
i2c: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2011-08-24
i2c-nomadik: fix kerneldoc warning
Linus Walleij
1
-1
/
+2
2011-08-23
i2c-nomadik: Do not use _interruptible_ variant call
srinidhi kasagar
1
-4
/
+4
2011-05-25
i2c-nomadik: break out single messsage transmission
Linus Walleij
1
-32
/
+48
2011-05-25
i2c-nomadik: reset the hw after status check
Virupax Sadashivpetimath
1
-4
/
+4
2011-05-25
i2c-nomadik: remove the unnecessary delay
Virupax Sadashivpetimath
1
-18
/
+2
2011-05-25
i2c-nomadik: change the TX and RX threshold
Virupax Sadashivpetimath
1
-13
/
+26
2011-05-25
i2c-nomadik: add code to retry on timeout failure
Virupax Sadashivpetimath
1
-48
/
+49
2011-05-25
i2c-nomadik: use pm_runtime API
Rabin Vincent
1
-6
/
+31
2011-05-25
i2c-nomadik: print abort cause only on abort tag
Virupax Sadashivpetimath
1
-8
/
+19
2011-05-25
i2c-nomadik: correct adapter timeout initialization
Virupax Sadashivpetimath
1
-4
/
+5
2011-05-25
i2c-nomadik: remove the redundant error message
srinidhi kasagar
1
-2
/
+0
2011-05-25
i2c-nomadik: corrrect returned error numbers
Virupax Sadashivpetimath
1
-4
/
+6
[next]