aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-14i2c: omap: cleanup the sysc writeShubhrajyoti D1-15/+5
2012-11-14i2c: omap: Restore i2c context alwaysShubhrajyoti D1-2/+1
2012-11-14i2c: omap: make reset a seperate functionShubhrajyoti D1-15/+24
2012-11-14i2c: omap: re-factor omap_i2c_init functionShubhrajyoti D1-40/+35
2012-11-14ARM: i2c: omap: Remove the i207 errata flagShubhrajyoti D1-2/+1
2012-11-14i2c: omap: remove the dtrevShubhrajyoti D1-7/+5
2012-11-14i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207Shubhrajyoti D1-1/+2
2012-11-14i2c: omap: Fix the revision register readShubhrajyoti D1-13/+48
2012-11-14i2c: omap: adopt pinctrl supportSebastien Guiriec1-0/+13
2012-11-14i2c: omap: ensure writes to dev->buf_len are orderedFelipe Balbi1-1/+3
2012-11-14Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints"Paul Walmsley1-18/+14
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 next/fixes-non-criticalOlof 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-28Merge 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 reachedShubhrajyoti 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