summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-185/+289
2012-10-06ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraintsJean Pihet1-14/+18
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-1/+2
2012-09-12omap-i2c: fix incorrect log message when using a device treeFlorian Vaussard1-3/+3
2012-09-12i2c: omap: sanitize exit pathFelipe Balbi1-13/+13
2012-09-12i2c: omap: switch over to autosuspend APIFelipe Balbi1-2/+10
2012-09-12i2c: omap: remove unnecessary pm_runtime_suspended checkFelipe Balbi1-3/+0
2012-09-12i2c: omap: switch to threaded IRQ supportFelipe Balbi1-6/+37
2012-09-12i2c: omap: remove redundant status readShubhrajyoti D1-2/+0
2012-09-12i2c: omap: get rid of the "complete" labelFelipe Balbi1-3/+13
2012-09-12i2c: omap: resize fifos before each messageFelipe Balbi1-32/+51
2012-09-12i2c: omap: simplify IRQ exit pathFelipe Balbi1-12/+8
2012-09-12i2c: omap: always return IRQ_HANDLEDFelipe Balbi1-1/+1
2012-09-12i2c: omap: simplify errata checkFelipe Balbi1-3/+1
2012-09-12i2c: omap: bus: add a receiver flagFelipe Balbi1-0/+8
2012-09-12i2c: omap: switch to platform_get_irq()Felipe Balbi1-5/+7
2012-09-12i2c: omap: ack IRQ in partsFelipe Balbi1-12/+16
2012-09-12i2c: omap: switch over to do {} while loopFelipe Balbi1-6/+14
2012-09-12i2c: omap: re-factor receive/transmit data loopFelipe Balbi1-122/+82
2012-09-12i2c: omap: improve i462 errata handlingFelipe Balbi1-13/+30
2012-09-12i2c: omap: split out [XR]DR and [XR]RDYFelipe Balbi1-34/+92
2012-09-12i2c: omap: simplify omap_i2c_ack_stat()Felipe Balbi1-9/+10
2012-09-12i2c: omap: add blank linesFelipe Balbi1-0/+5
2012-09-12i2c: omap: decrease indentation level on data handlingFelipe Balbi1-32/+31
2012-09-12i2c: omap: simplify num_bytes handlingFelipe Balbi1-4/+2
2012-09-12i2c: omap: switch to devm_* APIFelipe Balbi1-29/+12
2012-09-11i2c/i2c-omap: add a const qualifierUwe Kleine-König1-1/+2
2012-08-18I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman1-1/+1
2012-07-29Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-78/+77
2012-07-24i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart1-1/+4
2012-07-12i2c: omap: Correct I2C revision for OMAP3Jon Hunter1-5/+5
2012-07-12i2c: omap: Do not initialise the completion everytimeShubhrajyoti D1-1/+2
2012-07-12i2c: omap: Use SET_RUNTIME_PM_OPSShubhrajyoti D1-3/+5
2012-07-12i2c: omap: Annotate the remove codeShubhrajyoti D1-3/+2
2012-07-08I2C: OMAP: Fix timeout problem during suspend.Neil Brown1-1/+1
2012-07-08I2C: OMAP: Rename the 1p153 to the erratum id i462Shubhrajyoti D1-6/+6
2012-07-08I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...Shubhrajyoti D1-1/+1
2012-07-08I2C: OMAP: prevent the overwrite of the errata flagsTasslehoff Kjappfot1-5/+5
2012-07-08I2C: OMAP: Handle error check for pm runtimeShubhrajyoti D1-3/+11
2012-07-08I2C: OMAP: Fix the crash in i2c removeShubhrajyoti D1-0/+2
2012-07-08I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zeroShubhrajyoti D1-6/+4
2012-07-08I2C: OMAP: Prevent the register access after pm_runtime_put in probeShubhrajyoti D1-2/+2
2012-07-08I2C: OMAP: Fix the interrupt clearing in OMAP4Shubhrajyoti D1-4/+2
2012-07-08I2C: OMAP: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D1-0/+2
2012-07-08I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIMEShubhrajyoti D1-43/+32
2012-01-20i2c: OMAP: Fix OMAP1 build errorCousson, Benoit1-1/+1
2012-01-18i2c: OMAP: Add DT support for i2c controllerBenoit Cousson1-35/+67
2012-01-18I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-18I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2011-12-18I2C: OMAP: fix FIFO usage for OMAP4Shubhrajyoti D1-5/+6