index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-omap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync
Nishanth Menon
2014-03-27
1
-3
/
+3
*
i2c: i2c-omap: deprecate class based instantiation
Wolfram Sang
2014-03-05
1
-1
/
+1
*
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-29
1
-4
/
+4
|
\
|
*
i2c: omap: raw read and write endian fix
Victor Kamensky
2013-11-27
1
-4
/
+4
*
|
Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...
Olof Johansson
2013-11-25
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
i2c: omap: Fix missing device tree flags for omap2
Tony Lindgren
2013-11-15
1
-0
/
+22
*
|
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-1
/
+1
|
/
*
i2c: omap: Clear ARDY bit twice
Taras Kondratiuk
2013-10-10
1
-0
/
+3
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
1
-1
/
+1
*
i2c: omap: query STP always when NACK is received
Grygorii Strashko
2013-08-19
1
-5
/
+4
*
drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-08-07
1
-13
/
+0
*
i2c: omap: correct usage of the interrupt enable register
Oleksandr Dmytryshyn
2013-06-19
1
-4
/
+11
*
drivers/i2c/busses: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-06-12
1
-7
/
+1
*
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-26
1
-3
/
+0
|
\
|
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
1
-3
/
+0
*
|
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
2013-01-25
1
-3
/
+3
|
\
\
|
|
/
|
*
i2c: omap: fix draining irq handling
Aaro Koskinen
2013-01-22
1
-2
/
+2
|
*
i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt
Aaro Koskinen
2013-01-22
1
-1
/
+1
*
|
i2c: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-24
1
-5
/
+3
|
/
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
1
-3
/
+3
*
i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flag
Shubhrajyoti D
2012-11-28
1
-2
/
+1
*
i2c: omap: Move the remove constraint
Shubhrajyoti D
2012-11-16
1
-3
/
+4
*
i2c: omap: don't save a value only needed for read-clearing
Wolfram Sang
2012-11-14
1
-2
/
+1
*
i2c: omap: cleanup the sysc write
Shubhrajyoti D
2012-11-14
1
-15
/
+5
*
i2c: omap: Restore i2c context always
Shubhrajyoti D
2012-11-14
1
-2
/
+1
*
i2c: omap: make reset a seperate function
Shubhrajyoti D
2012-11-14
1
-15
/
+24
*
i2c: omap: re-factor omap_i2c_init function
Shubhrajyoti D
2012-11-14
1
-40
/
+35
*
ARM: i2c: omap: Remove the i207 errata flag
Shubhrajyoti D
2012-11-14
1
-2
/
+1
*
i2c: omap: remove the dtrev
Shubhrajyoti D
2012-11-14
1
-7
/
+5
*
i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207
Shubhrajyoti D
2012-11-14
1
-1
/
+2
*
i2c: omap: Fix the revision register read
Shubhrajyoti D
2012-11-14
1
-13
/
+48
*
i2c: omap: adopt pinctrl support
Sebastien Guiriec
2012-11-14
1
-0
/
+13
*
i2c: omap: ensure writes to dev->buf_len are ordered
Felipe Balbi
2012-11-14
1
-1
/
+3
*
Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"
Paul Walmsley
2012-11-14
1
-18
/
+14
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-10-11
1
-185
/
+289
|
\
|
*
ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints
Jean Pihet
2012-10-06
1
-14
/
+18
|
*
omap-i2c: fix incorrect log message when using a device tree
Florian Vaussard
2012-09-12
1
-3
/
+3
|
*
i2c: omap: sanitize exit path
Felipe Balbi
2012-09-12
1
-13
/
+13
|
*
i2c: omap: switch over to autosuspend API
Felipe Balbi
2012-09-12
1
-2
/
+10
|
*
i2c: omap: remove unnecessary pm_runtime_suspended check
Felipe Balbi
2012-09-12
1
-3
/
+0
|
*
i2c: omap: switch to threaded IRQ support
Felipe Balbi
2012-09-12
1
-6
/
+37
|
*
i2c: omap: remove redundant status read
Shubhrajyoti D
2012-09-12
1
-2
/
+0
|
*
i2c: omap: get rid of the "complete" label
Felipe Balbi
2012-09-12
1
-3
/
+13
|
*
i2c: omap: resize fifos before each message
Felipe Balbi
2012-09-12
1
-32
/
+51
|
*
i2c: omap: simplify IRQ exit path
Felipe Balbi
2012-09-12
1
-12
/
+8
|
*
i2c: omap: always return IRQ_HANDLED
Felipe Balbi
2012-09-12
1
-1
/
+1
|
*
i2c: omap: simplify errata check
Felipe Balbi
2012-09-12
1
-3
/
+1
|
*
i2c: omap: bus: add a receiver flag
Felipe Balbi
2012-09-12
1
-0
/
+8
|
*
i2c: omap: switch to platform_get_irq()
Felipe Balbi
2012-09-12
1
-5
/
+7
[next]