aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20i2c-omap: Enable workaround for Errata 1.153 based onMoiz Sonasath1-1/+1
2009-08-20i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsMoiz Sonasath1-0/+3
2009-08-20i2c-omap: Fix I2C status ACKNishanth Menon1-1/+8
2009-07-30i2c-omap: OMAP3430 Silicon Errata 1.153Sonasath, Moiz1-1/+23
2009-07-30i2c-omap: In case of a NACK|ARDY|AL return from the ISRSonasath, Moiz1-1/+3
2009-07-30i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerSonasath, Moiz1-5/+7
2009-07-30i2c: strncpy does not null terminate stringRoel Kluin1-1/+1
2009-07-15i2c: Use resource_sizeJulia Lawall1-3/+3
2009-06-22i2c-omap: Fix build breaking typo cpu_is_omap_2430Tony Lindgren1-1/+1
2009-06-16i2c: Use resource_size macroLinus Walleij1-1/+1
2009-06-13i2c: OMAP3: Better noise suppression for fast/standard modesAaro Koskinen1-2/+12
2009-06-13i2c: OMAP2/3: Fix scll/sclh calculationsAaro Koskinen1-7/+18
2009-02-08[ARM] omap: i2c: remove conditional ick clocksRussell King1-15/+13
2009-02-08[ARM] omap: i2c: remove armxor_ckRussell King1-9/+8
2009-02-08[ARM] omap: i2c: use short connection idsRussell King1-2/+2
2008-12-16i2c-omap: fix type of irq handler functionBen Dooks1-1/+1
2008-11-21i2c-omap: Enable I2C wakeups for 34xxKalle Jokiniemi1-0/+27
2008-11-21i2c-omap: reprogram OCP_SYSCONFIG register after resetPaul Walmsley1-6/+34
2008-11-21i2c-omap: convert 'rev1' flag to generic 'rev' u8Paul Walmsley1-9/+16
2008-11-21i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle()Paul Walmsley1-2/+7
2008-11-21i2c-omap: Clean-up i2c-omapTony Lindgren1-13/+18
2008-11-21i2c-omap: Don't compile in OMAP15xx I2C ISR for non-OMAP15xx buildsPaul Walmsley1-0/+6
2008-11-21i2c-omap: Mark init-only functions as __initPaul Walmsley1-2/+2
2008-11-21i2c-omap: Add support for omap34xxChandra shekhar1-9/+11
2008-11-21i2c-omap: FIFO handling support and broken hw workaround for i2c-omapNishanth Menon1-40/+150
2008-11-21i2c-omap: Add high-speed support to omap-i2cSyed Mohammed Khasim1-22/+60
2008-11-21i2c-omap: Close suspected race between omap_i2c_idle() and omap_i2c_isr()Paul Walmsley1-4/+8
2008-11-21i2c-omap: Do not use interruptible wait call in omap_i2c_xfer_msgJarkko Nikula1-2/+6
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-2/+10
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-03-23i2c-omap: Fix unhandled faultTony Lindgren1-8/+28
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare1-2/+0
2008-01-14i2c-omap: Fix NULL pointer dereferencingTony Lindgren1-1/+1
2007-12-12i2c: Add missing spaces in split log messagesJoe Perches1-3/+3
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-05-01i2c-omap: Switch to static adapter numberingDavid Brownell1-1/+2
2006-12-10i2c: Fix OMAP clock prescaler to match the commentJean Delvare1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-09-26i2c: New bus driver for TI OMAP boardsKomal Shah1-0/+676