Age | Commit message (Expand) | Author | Files | Lines |
2012-01-26 | I2C: OMAP: correct SYSC register offset for OMAP4 | Alexander Aring | 1 | -1/+1 |
2011-03-07 | i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeup | Rajendra Nayak | 1 | -3/+1 |
2011-02-23 | i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespace | Ben Dooks | 1 | -2/+2 |
2011-02-23 | i2c-omap: Double clear of ARDY status in IRQ handler | Richard woodruff | 1 | -1/+5 |
2011-02-23 | i2c-omap: fix build for !CONFIG_SUSPEND | Balaji T K | 1 | -2/+3 |
2011-02-23 | i2c-omap: fix static suspend vs. runtime suspend | Kevin Hilman | 1 | -0/+28 |
2011-01-13 | Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638 | Ben Dooks | 1 | -4/+6 |
2011-01-04 | i2c-omap: Set latency requirements only once for several messages | Samu Onkalo | 1 | -4/+6 |
2010-12-21 | I2C: i2c-omap: Change device name: i2c_omap -> omap_i2c | Benoit Cousson | 1 | -2/+2 |
2010-11-09 | OMAP: I2C: Convert i2c driver to use PM runtime api's | Rajendra Nayak | 1 | -46/+23 |
2010-09-22 | i2c-omap: Make sure i2c bus is free before setting it to idle | Mathias Nyman | 1 | -0/+2 |
2010-05-20 | OMAP3: I2C: Clean up Errata 1p153 handling | manjugk manjugk | 1 | -1/+5 |
2010-05-20 | OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt | manjugk manjugk | 1 | -0/+40 |
2010-05-20 | omap: i2c: add a timeout to the busy waiting | Alexander Shishkin | 1 | -1/+9 |
2010-05-20 | omap: i2c: make errata 1.153 workaround a separate function | Alexander Shishkin | 1 | -19/+24 |
2010-05-20 | i2c-omap: add mpu wake up latency constraint in i2c | Kalle Jokiniemi | 1 | -4/+20 |
2010-05-20 | omap: i2c: Add i2c support on omap4 platform | Santosh Shilimkar | 1 | -32/+114 |
2010-04-20 | i2c-omap: fix OOPS in omap_i2c_unidle() during probe | Mika Westerberg | 1 | -5/+5 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-08 | i2c: move i2c_omap's probe function to .devinit.text | Uwe Kleine-König | 1 | -1/+1 |
2010-03-08 | i2c: omap: Add support for 16-bit registers | Cory Maccarrone | 1 | -19/+25 |
2009-12-24 | i2c-omap: OMAP3: Fix I2C lockup during timeout/error cases | Manjunatha GK | 1 | -0/+5 |
2009-12-24 | i2c-omap: Don't write IE state in unidle if 0 | Cory Maccarrone | 1 | -1/+7 |
2009-12-09 | i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode | Rajendra Nayak | 1 | -23/+41 |
2009-08-21 | i2c-omap: Enable workaround for Errata 1.153 based on | Moiz Sonasath | 1 | -1/+1 |
2009-08-21 | i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts | Moiz Sonasath | 1 | -0/+3 |
2009-08-21 | i2c-omap: Fix I2C status ACK | Nishanth Menon | 1 | -1/+8 |
2009-07-30 | i2c-omap: OMAP3430 Silicon Errata 1.153 | Sonasath, Moiz | 1 | -1/+23 |
2009-07-30 | i2c-omap: In case of a NACK|ARDY|AL return from the ISR | Sonasath, Moiz | 1 | -1/+3 |
2009-07-30 | i2c-omap: Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT register | Sonasath, Moiz | 1 | -5/+7 |
2009-07-30 | i2c: strncpy does not null terminate string | Roel Kluin | 1 | -1/+1 |
2009-07-15 | i2c: Use resource_size | Julia Lawall | 1 | -3/+3 |
2009-06-22 | i2c-omap: Fix build breaking typo cpu_is_omap_2430 | Tony Lindgren | 1 | -1/+1 |
2009-06-17 | i2c: Use resource_size macro | Linus Walleij | 1 | -1/+1 |
2009-06-13 | i2c: OMAP3: Better noise suppression for fast/standard modes | Aaro Koskinen | 1 | -2/+12 |
2009-06-13 | i2c: OMAP2/3: Fix scll/sclh calculations | Aaro Koskinen | 1 | -7/+18 |
2009-02-08 | [ARM] omap: i2c: remove conditional ick clocks | Russell King | 1 | -15/+13 |
2009-02-08 | [ARM] omap: i2c: remove armxor_ck | Russell King | 1 | -9/+8 |
2009-02-08 | [ARM] omap: i2c: use short connection ids | Russell King | 1 | -2/+2 |
2008-12-17 | i2c-omap: fix type of irq handler function | Ben Dooks | 1 | -1/+1 |
2008-11-22 | i2c-omap: Enable I2C wakeups for 34xx | Kalle Jokiniemi | 1 | -0/+27 |
2008-11-22 | i2c-omap: reprogram OCP_SYSCONFIG register after reset | Paul Walmsley | 1 | -6/+34 |
2008-11-22 | i2c-omap: convert 'rev1' flag to generic 'rev' u8 | Paul Walmsley | 1 | -9/+16 |
2008-11-22 | i2c-omap: fix I2C timeouts due to recursive omap_i2c_{un,}idle() | Paul Walmsley | 1 | -2/+7 |
2008-11-22 | i2c-omap: Clean-up i2c-omap | Tony Lindgren | 1 | -13/+18 |
2008-11-22 | i2c-omap: Don't compile in OMAP15xx I2C ISR for non-OMAP15xx builds | Paul Walmsley | 1 | -0/+6 |
2008-11-22 | i2c-omap: Mark init-only functions as __init | Paul Walmsley | 1 | -2/+2 |
2008-11-22 | i2c-omap: Add support for omap34xx | Chandra shekhar | 1 | -9/+11 |
2008-11-22 | i2c-omap: FIFO handling support and broken hw workaround for i2c-omap | Nishanth Menon | 1 | -40/+150 |
2008-11-22 | i2c-omap: Add high-speed support to omap-i2c | Syed Mohammed Khasim | 1 | -22/+60 |