aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Iliyan Malchev2011-09-291-2/+0
|\
| * i2c: omap: do not call i2c_detect_ext_master blindly during probeIliyan Malchev2011-09-291-2/+0
* | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-09-181-75/+6
|\ \ | |/
| * Revert "i2c: omap44xx: disable ARDY interrupt for each transfer"Simon Wilson2011-09-181-75/+6
* | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-09-161-31/+92
|\ \ | |/
| * i2c: omap: XUDF and ROVR is not fatalVikram Pandita2011-09-161-6/+3
| * i2c: omap44xx: disable ARDY interrupt for each transferVikram Pandita2011-09-161-6/+75
| * i2c: omap: avoid reading interrupt enable registerVikram Pandita2011-09-161-3/+1
| * i2c: omap: cleanup interrupt enable logicVikram Pandita2011-09-161-18/+13
| * i2c: omap: fix clearing of int for omap44xxVikram Pandita2011-09-161-1/+1
| * i2c: omap: add omap4xxx irq status registerVikram Pandita2011-09-161-0/+2
* | HACK: I2C: OMAP: Dump original xfer length on controller timeoutTodd Poynor2011-09-111-0/+2
* | Merge branch 'android-omap-3.0' into android-omap-tunaErik Gilling2011-09-081-0/+2
|\ \ | |/
| * OMAP4: Provide handling of I2C channel controlled outside the mpuGilles-Arnaud Bleu-Laine2011-09-071-0/+2
* | HACK: I2C debugging for timeoutsTodd Poynor2011-09-021-0/+52
|/
* i2c-omap: OMAP4: PM: (re)init for every transfer to support off-modeRajendra Nayak2011-07-061-2/+2
* OMAP4: I2C: Enable FIFO usage for OMAP4Shubhrajyoti Datta2011-06-301-5/+4
* OMAP: I2C: PM: Adapt to pm_qos framework for requesting mpu latGirish S G2011-06-211-12/+35
* I2C: OMAP: trigger pending runtime PM from system PMKevin Hilman2011-06-131-6/+4
* 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
* i2c-omap: fix OOPS in omap_i2c_unidle() during probeMika Westerberg2010-04-201-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c: move i2c_omap's probe function to .devinit.textUwe Kleine-König2010-03-071-1/+1
* i2c: omap: Add support for 16-bit registersCory Maccarrone2010-03-071-19/+25
* i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesManjunatha GK2009-12-241-0/+5
* i2c-omap: Don't write IE state in unidle if 0Cory Maccarrone2009-12-241-1/+7
* i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeRajendra Nayak2009-12-091-23/+41
* i2c-omap: Enable workaround for Errata 1.153 based onMoiz Sonasath2009-08-201-1/+1
* i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsMoiz Sonasath2009-08-201-0/+3
* i2c-omap: Fix I2C status ACKNishanth Menon2009-08-201-1/+8
* i2c-omap: OMAP3430 Silicon Errata 1.153Sonasath, Moiz2009-07-301-1/+23
* i2c-omap: In case of a NACK|ARDY|AL return from the ISRSonasath, Moiz2009-07-301-1/+3
* i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerSonasath, Moiz2009-07-301-5/+7
* i2c: strncpy does not null terminate stringRoel Kluin2009-07-301-1/+1
* i2c: Use resource_sizeJulia Lawall2009-07-151-3/+3