index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-omap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-185
/
+289
2012-10-06
ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints
Jean Pihet
1
-14
/
+18
2012-09-13
Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...
Olof Johansson
1
-1
/
+2
2012-09-12
omap-i2c: fix incorrect log message when using a device tree
Florian Vaussard
1
-3
/
+3
2012-09-12
i2c: omap: sanitize exit path
Felipe Balbi
1
-13
/
+13
2012-09-12
i2c: omap: switch over to autosuspend API
Felipe Balbi
1
-2
/
+10
2012-09-12
i2c: omap: remove unnecessary pm_runtime_suspended check
Felipe Balbi
1
-3
/
+0
2012-09-12
i2c: omap: switch to threaded IRQ support
Felipe Balbi
1
-6
/
+37
2012-09-12
i2c: omap: remove redundant status read
Shubhrajyoti D
1
-2
/
+0
2012-09-12
i2c: omap: get rid of the "complete" label
Felipe Balbi
1
-3
/
+13
2012-09-12
i2c: omap: resize fifos before each message
Felipe Balbi
1
-32
/
+51
2012-09-12
i2c: omap: simplify IRQ exit path
Felipe Balbi
1
-12
/
+8
2012-09-12
i2c: omap: always return IRQ_HANDLED
Felipe Balbi
1
-1
/
+1
2012-09-12
i2c: omap: simplify errata check
Felipe Balbi
1
-3
/
+1
2012-09-12
i2c: omap: bus: add a receiver flag
Felipe Balbi
1
-0
/
+8
2012-09-12
i2c: omap: switch to platform_get_irq()
Felipe Balbi
1
-5
/
+7
2012-09-12
i2c: omap: ack IRQ in parts
Felipe Balbi
1
-12
/
+16
2012-09-12
i2c: omap: switch over to do {} while loop
Felipe Balbi
1
-6
/
+14
2012-09-12
i2c: omap: re-factor receive/transmit data loop
Felipe Balbi
1
-122
/
+82
2012-09-12
i2c: omap: improve i462 errata handling
Felipe Balbi
1
-13
/
+30
2012-09-12
i2c: omap: split out [XR]DR and [XR]RDY
Felipe Balbi
1
-34
/
+92
2012-09-12
i2c: omap: simplify omap_i2c_ack_stat()
Felipe Balbi
1
-9
/
+10
2012-09-12
i2c: omap: add blank lines
Felipe Balbi
1
-0
/
+5
2012-09-12
i2c: omap: decrease indentation level on data handling
Felipe Balbi
1
-32
/
+31
2012-09-12
i2c: omap: simplify num_bytes handling
Felipe Balbi
1
-4
/
+2
2012-09-12
i2c: omap: switch to devm_* API
Felipe Balbi
1
-29
/
+12
2012-09-11
i2c/i2c-omap: add a const qualifier
Uwe Kleine-König
1
-1
/
+2
2012-08-18
I2C: OMAP: xfer: fix runtime PM get/put balance on error
Kevin Hilman
1
-1
/
+1
2012-07-29
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-78
/
+77
2012-07-24
i2c-omap: Add support for I2C_M_STOP message flag
Laurent Pinchart
1
-1
/
+4
2012-07-12
i2c: omap: Correct I2C revision for OMAP3
Jon Hunter
1
-5
/
+5
2012-07-12
i2c: omap: Do not initialise the completion everytime
Shubhrajyoti D
1
-1
/
+2
2012-07-12
i2c: omap: Use SET_RUNTIME_PM_OPS
Shubhrajyoti D
1
-3
/
+5
2012-07-12
i2c: omap: Annotate the remove code
Shubhrajyoti D
1
-3
/
+2
2012-07-08
I2C: OMAP: Fix timeout problem during suspend.
Neil Brown
1
-1
/
+1
2012-07-08
I2C: OMAP: Rename the 1p153 to the erratum id i462
Shubhrajyoti D
1
-6
/
+6
2012-07-08
I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...
Shubhrajyoti D
1
-1
/
+1
2012-07-08
I2C: OMAP: prevent the overwrite of the errata flags
Tasslehoff Kjappfot
1
-5
/
+5
2012-07-08
I2C: OMAP: Handle error check for pm runtime
Shubhrajyoti D
1
-3
/
+11
2012-07-08
I2C: OMAP: Fix the crash in i2c remove
Shubhrajyoti D
1
-0
/
+2
2012-07-08
I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
Shubhrajyoti D
1
-6
/
+4
2012-07-08
I2C: OMAP: Prevent the register access after pm_runtime_put in probe
Shubhrajyoti D
1
-2
/
+2
2012-07-08
I2C: OMAP: Fix the interrupt clearing in OMAP4
Shubhrajyoti D
1
-4
/
+2
2012-07-08
I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
Shubhrajyoti D
1
-0
/
+2
2012-07-08
I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
Shubhrajyoti D
1
-43
/
+32
2012-01-20
i2c: OMAP: Fix OMAP1 build error
Cousson, Benoit
1
-1
/
+1
2012-01-18
i2c: OMAP: Add DT support for i2c controller
Benoit Cousson
1
-35
/
+67
2012-01-18
I2C: OMAP: NACK without STP
Jan Weitzel
1
-4
/
+2
2012-01-18
I2C: OMAP: correct SYSC register offset for OMAP4
Alexander Aring
1
-1
/
+1
2011-12-18
I2C: OMAP: fix FIFO usage for OMAP4
Shubhrajyoti D
1
-5
/
+6
[next]