aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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