aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-omap.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesGravatar Manjunatha GK 1-0/+5
2009-12-24i2c-omap: Don't write IE state in unidle if 0Gravatar Cory Maccarrone 1-1/+7
2009-12-09i2c-omap: OMAP3: PM: (re)init for every transfer to support off-modeGravatar Rajendra Nayak 1-23/+41
2009-08-20i2c-omap: Enable workaround for Errata 1.153 based onGravatar Moiz Sonasath 1-1/+1
2009-08-20i2c-omap: ACK pending [R/X]DR and [R/X]RDY interruptsGravatar Moiz Sonasath 1-0/+3
2009-08-20i2c-omap: Fix I2C status ACKGravatar Nishanth Menon 1-1/+8
2009-07-30i2c-omap: OMAP3430 Silicon Errata 1.153Gravatar Sonasath, Moiz 1-1/+23
2009-07-30i2c-omap: In case of a NACK|ARDY|AL return from the ISRGravatar Sonasath, Moiz 1-1/+3
2009-07-30i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT registerGravatar Sonasath, Moiz 1-5/+7
2009-07-30i2c: strncpy does not null terminate stringGravatar Roel Kluin 1-1/+1
2009-07-15i2c: Use resource_sizeGravatar Julia Lawall 1-3/+3
2009-06-22i2c-omap: Fix build breaking typo cpu_is_omap_2430Gravatar Tony Lindgren 1-1/+1
2009-06-16i2c: Use resource_size macroGravatar Linus Walleij 1-1/+1
2009-06-13i2c: OMAP3: Better noise suppression for fast/standard modesGravatar Aaro Koskinen 1-2/+12
2009-06-13i2c: OMAP2/3: Fix scll/sclh calculationsGravatar Aaro Koskinen 1-7/+18
2009-02-08[ARM] omap: i2c: remove conditional ick clocksGravatar Russell King 1-15/+13
2009-02-08[ARM] omap: i2c: remove armxor_ckGravatar Russell King 1-9/+8
2009-02-08[ARM] omap: i2c: use short connection idsGravatar Russell King 1-2/+2
2008-12-16i2c-omap: fix type of irq handler functionGravatar Ben Dooks 1-1/+1
2008-11-21i2c-omap: Enable I2C wakeups for 34xxGravatar Kalle Jokiniemi 1-0/+27
2008-11-21i2c-omap: reprogram OCP_SYSCONFIG register after resetGravatar Paul Walmsley 1-6/+34
2008-11-21i2c-omap: convert 'rev1' flag to generic 'rev' u8Gravatar Paul Walmsley 1-9/+16
2008-11-21i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle()Gravatar Paul Walmsley 1-2/+7
2008-11-21i2c-omap: Clean-up i2c-omapGravatar Tony Lindgren 1-13/+18
2008-11-21i2c-omap: Don't compile in OMAP15xx I2C ISR for non-OMAP15xx buildsGravatar Paul Walmsley 1-0/+6
2008-11-21i2c-omap: Mark init-only functions as __initGravatar Paul Walmsley 1-2/+2
2008-11-21i2c-omap: Add support for omap34xxGravatar Chandra shekhar 1-9/+11
2008-11-21i2c-omap: FIFO handling support and broken hw workaround for i2c-omapGravatar Nishanth Menon 1-40/+150
2008-11-21i2c-omap: Add high-speed support to omap-i2cGravatar Syed Mohammed Khasim 1-22/+60
2008-11-21i2c-omap: Close suspected race between omap_i2c_idle() and omap_i2c_isr()Gravatar Paul Walmsley 1-4/+8
2008-11-21i2c-omap: Do not use interruptible wait call in omap_i2c_xfer_msgGravatar Jarkko Nikula 1-2/+6
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Gravatar Russell King 1-2/+10
2008-04-22i2c: Fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+1
2008-03-23i2c-omap: Fix unhandled faultGravatar Tony Lindgren 1-8/+28
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesGravatar Jean Delvare 1-2/+0
2008-01-14i2c-omap: Fix NULL pointer dereferencingGravatar Tony Lindgren 1-1/+1
2007-12-12i2c: Add missing spaces in split log messagesGravatar Joe Perches 1-3/+3
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-05-01i2c-omap: Switch to static adapter numberingGravatar David Brownell 1-1/+2
2006-12-10i2c: Fix OMAP clock prescaler to match the commentGravatar Jean Delvare 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Gravatar Jean Delvare 1-1/+1
2006-09-26i2c: New bus driver for TI OMAP boardsGravatar Komal Shah 1-0/+676