aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
Commit message (Expand)AuthorAgeFilesLines
* I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring2012-01-251-1/+1
* 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
* i2c-omap: Fix build breaking typo cpu_is_omap_2430Tony Lindgren2009-06-221-1/+1
* i2c: Use resource_size macroLinus Walleij2009-06-161-1/+1
* i2c: OMAP3: Better noise suppression for fast/standard modesAaro Koskinen2009-06-131-2/+12
* i2c: OMAP2/3: Fix scll/sclh calculationsAaro Koskinen2009-06-131-7/+18
* [ARM] omap: i2c: remove conditional ick clocksRussell King2009-02-081-15/+13
* [ARM] omap: i2c: remove armxor_ckRussell King2009-02-081-9/+8
* [ARM] omap: i2c: use short connection idsRussell King2009-02-081-2/+2
* i2c-omap: fix type of irq handler functionBen Dooks2008-12-161-1/+1
* i2c-omap: Enable I2C wakeups for 34xxKalle Jokiniemi2008-11-211-0/+27
* i2c-omap: reprogram OCP_SYSCONFIG register after resetPaul Walmsley2008-11-211-6/+34
* i2c-omap: convert 'rev1' flag to generic 'rev' u8Paul Walmsley2008-11-211-9/+16
* i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle()Paul Walmsley2008-11-211-2/+7
* i2c-omap: Clean-up i2c-omapTony Lindgren2008-11-211-13/+18
* i2c-omap: Don't compile in OMAP15xx I2C ISR for non-OMAP15xx buildsPaul Walmsley2008-11-211-0/+6
* i2c-omap: Mark init-only functions as __initPaul Walmsley2008-11-211-2/+2
* i2c-omap: Add support for omap34xxChandra shekhar2008-11-211-9/+11
* i2c-omap: FIFO handling support and broken hw workaround for i2c-omapNishanth Menon2008-11-211-40/+150
* i2c-omap: Add high-speed support to omap-i2cSyed Mohammed Khasim2008-11-211-22/+60