summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
Commit message (Expand)AuthorAgeFilesLines
* I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman2012-08-181-1/+1
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-78/+77
|\
| * i2c: omap: Correct I2C revision for OMAP3Jon Hunter2012-07-121-5/+5
| * i2c: omap: Do not initialise the completion everytimeShubhrajyoti D2012-07-121-1/+2
| * i2c: omap: Use SET_RUNTIME_PM_OPSShubhrajyoti D2012-07-121-3/+5
| * i2c: omap: Annotate the remove codeShubhrajyoti D2012-07-121-3/+2
| * I2C: OMAP: Fix timeout problem during suspend.Neil Brown2012-07-081-1/+1
| * I2C: OMAP: Rename the 1p153 to the erratum id i462Shubhrajyoti D2012-07-081-6/+6
| * I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...Shubhrajyoti D2012-07-081-1/+1
| * I2C: OMAP: prevent the overwrite of the errata flagsTasslehoff Kjappfot2012-07-081-5/+5
| * I2C: OMAP: Handle error check for pm runtimeShubhrajyoti D2012-07-081-3/+11
| * I2C: OMAP: Fix the crash in i2c removeShubhrajyoti D2012-07-081-0/+2
| * I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zeroShubhrajyoti D2012-07-081-6/+4
| * I2C: OMAP: Prevent the register access after pm_runtime_put in probeShubhrajyoti D2012-07-081-2/+2
| * I2C: OMAP: Fix the interrupt clearing in OMAP4Shubhrajyoti D2012-07-081-4/+2
| * I2C: OMAP: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D2012-07-081-0/+2
| * I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-07-081-43/+32
* | i2c-omap: Add support for I2C_M_STOP message flagLaurent Pinchart2012-07-241-1/+4
|/
* i2c: OMAP: Fix OMAP1 build errorCousson, Benoit2012-01-201-1/+1
* i2c: OMAP: Add DT support for i2c controllerBenoit Cousson2012-01-171-35/+67
* I2C: OMAP: NACK without STPJan Weitzel2012-01-171-4/+2
* I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring2012-01-171-1/+1
* I2C: OMAP: fix FIFO usage for OMAP4Shubhrajyoti D2011-12-181-5/+6
* I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman2011-10-291-20/+39
* I2C: OMAP: remove unneccesary use of pdevKevin Hilman2011-10-291-15/+7
* OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D2011-10-291-3/+2
* I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green2011-10-291-2/+2
* I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green2011-10-291-17/+23
* I2C: OMAP2+: address confused probed version namingAndy Green2011-10-291-9/+12
* I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green2011-10-291-1/+1
* I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green2011-10-291-5/+5
* I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green2011-10-291-11/+12
* Revert "i2c-omap: fix static suspend vs. runtime suspend"Kevin Hilman2011-08-231-29/+0
* drivers/i2c: static should be at beginning of declarationJesper Juhl2011-07-111-2/+2
* i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeupRajendra Nayak2011-03-071-3/+1
* i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespaceBen Dooks2011-02-231-2/+2
* i2c-omap: Double clear of ARDY status in IRQ handlerRichard woodruff2011-02-231-1/+5
* i2c-omap: fix build for !CONFIG_SUSPENDBalaji T K2011-02-231-2/+3
* i2c-omap: fix static suspend vs. runtime suspendKevin Hilman2011-02-221-0/+28
* Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638Ben Dooks2011-01-121-4/+6
|\
| * i2c-omap: Set latency requirements only once for several messagesSamu Onkalo2011-01-041-4/+6
* | I2C: i2c-omap: Change device name: i2c_omap -> omap_i2cBenoit Cousson2010-12-201-2/+2
* | OMAP: I2C: Convert i2c driver to use PM runtime api'sRajendra Nayak2010-11-091-46/+23
|/
* i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman2010-09-221-0/+2
* OMAP3: I2C: Clean up Errata 1p153 handlingmanjugk manjugk2010-05-201-1/+5
* OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interruptmanjugk manjugk2010-05-201-0/+40
* omap: i2c: add a timeout to the busy waitingAlexander Shishkin2010-05-201-1/+9
* omap: i2c: make errata 1.153 workaround a separate functionAlexander Shishkin2010-05-201-19/+24
* i2c-omap: add mpu wake up latency constraint in i2cKalle Jokiniemi2010-05-201-4/+20
* omap: i2c: Add i2c support on omap4 platformSantosh Shilimkar2010-05-201-32/+114
OpenPOWER on IntegriCloud