summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)AuthorFilesLines
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 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-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson1-35/+67
2012-01-17I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2011-12-18I2C: OMAP: fix FIFO usage for OMAP4Shubhrajyoti D1-5/+6
2011-10-29I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman1-20/+39
2011-10-29I2C: OMAP: remove unneccesary use of pdevKevin Hilman1-15/+7
2011-10-29OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D1-3/+2
2011-10-29I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green1-2/+2
2011-10-29I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green1-17/+23
2011-10-29I2C: OMAP2+: address confused probed version namingAndy Green1-9/+12
2011-10-29I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green1-1/+1
2011-10-29I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green1-5/+5
2011-10-29I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green1-11/+12
2011-08-23Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman1-29/+0
2011-07-11drivers/i2c: static should be at beginning of declarationJesper Juhl1-2/+2
2011-03-07i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak1-3/+1
2011-02-23i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespaceBen Dooks1-2/+2
2011-02-23i2c-omap: Double clear of ARDY status in IRQ handlerRichard woodruff1-1/+5
2011-02-23i2c-omap: fix build for !CONFIG_SUSPENDBalaji T K1-2/+3
2011-02-22i2c-omap: fix static suspend vs. runtime suspendKevin Hilman1-0/+28
2011-01-12Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638Ben Dooks1-4/+6
2011-01-04i2c-omap: Set latency requirements only once for several messagesSamu Onkalo1-4/+6
2010-12-20I2C: i2c-omap: Change device name: i2c_omap -> omap_i2cBenoit Cousson1-2/+2
2010-11-09OMAP: I2C: Convert i2c driver to use PM runtime api'sRajendra Nayak1-46/+23
2010-09-22i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman1-0/+2
2010-05-20OMAP3: I2C: Clean up Errata 1p153 handlingmanjugk manjugk1-1/+5
2010-05-20OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interruptmanjugk manjugk1-0/+40
2010-05-20omap: i2c: add a timeout to the busy waitingAlexander Shishkin1-1/+9
2010-05-20omap: i2c: make errata 1.153 workaround a separate functionAlexander Shishkin1-19/+24
2010-05-20i2c-omap: add mpu wake up latency constraint in i2cKalle Jokiniemi1-4/+20
2010-05-20omap: i2c: Add i2c support on omap4 platformSantosh Shilimkar1-32/+114
2010-04-20i2c-omap: fix OOPS in omap_i2c_unidle() during probeMika Westerberg1-5/+5