| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-03-23 | [PATCH] i2c: Semaphore to mutex conversions, part 3 |  Jean Delvare | 3 | -6/+6 |
| 2006-03-23 | [PATCH] i2c: Semaphore to mutex conversions, part 2 |  Ingo Molnar | 7 | -61/+65 |
| 2006-03-23 | [PATCH] i2c: Speed up block transfers |  Jean Delvare | 1 | -9/+6 |
| 2006-03-23 | [PATCH] I2C: fix sx200_acb build on other arches |  Jean Delvare | 1 | -1/+1 |
| 2006-03-23 | [PATCH] i2c: scx200_acb minimal documentation update |  Ben Gardner | 1 | -2/+3 |
| 2006-03-23 | [PATCH] i2c: scx200_acb fix and speed up the poll loop |  Ben Gardner | 1 | -11/+2 |
| 2006-03-23 | [PATCH] i2c: scx200_acb add support for the CS5535/CS5536 |  Ben Gardner | 1 | -14/+43 |
| 2006-03-23 | [PATCH] i2c: scx200_acb remove use of lock_kernel |  Ben Gardner | 1 | -6/+7 |
| 2006-03-23 | [PATCH] i2c: scx200_acb refactor/simplify code |  Ben Gardner | 1 | -44/+29 |
| 2006-03-23 | [PATCH] i2c: scx200_acb debug log cleanup |  Ben Gardner | 1 | -25/+17 |
| 2006-03-23 | [PATCH] i2c: scx200_acb whitespace and comment cleanup |  Ben Gardner | 1 | -47/+43 |
| 2006-03-23 | [PATCH] I2C: Convert i2c to mutexes |  Arjan van de Ven | 4 | -24/+28 |
| 2006-03-20 | [PATCH] handle errors returned by platform_get_irq*() |  David Vrabel | 3 | -2/+16 |
| 2006-02-13 | [PATCH] i2c: Drop outdated probe/remove code in i2c-isa |  Jean Delvare | 1 | -12/+0 |
| 2006-02-06 | [PATCH] i2c: Use ARRAY_SIZE macro |  Tobias Klauser | 3 | -12/+6 |
| 2006-02-06 | [PATCH] i2c: Use module_param in i2c-algo-sibyte |  Eric Sesterhenn | 1 | -1/+1 |
| 2006-02-06 | [PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data. |  Jean Delvare | 1 | -0/+15 |
| 2006-02-06 | [PATCH] i2c-i801: I2C patch for Intel ICH8 |  Jason Gaston | 2 | -0/+3 |
| 2006-01-13 | [PATCH] Add i2c_bus_type probe and remove methods |  Russell King | 1 | -11/+9 |
| 2006-01-12 | [ARM] 3237/1: PXA I2C driver updates |  Richard Purdie | 1 | -0/+10 |
| 2006-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge |  Linus Torvalds | 6 | -1193/+298 |
| 2006-01-09 | [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2 |  Benjamin Herrenschmidt | 6 | -1205/+298 |
| 2006-01-09 | [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1 |  Benjamin Herrenschmidt | 1 | -4/+13 |
| 2006-01-08 | [PATCH] IRQ type flags |  Russell King | 1 | -5/+6 |
| 2006-01-09 | [PATCH] powerpc: Unify udbg (#2) |  Benjamin Herrenschmidt | 1 | -11/+14 |
| 2006-01-07 | [ARM] Move asm/hardware/clock.h to linux/clk.h |  Russell King | 1 | -1/+1 |
| 2006-01-07 | Merge with Linus' kernel. |  Russell King | 20 | -178/+165 |
| 2006-01-05 | [PATCH] i2c: i2c-mv64xxx fix transaction abortion |  Mark A. Greer | 1 | -18/+15 |
| 2006-01-05 | [PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device ID |  Jean Delvare | 1 | -0/+2 |
| 2006-01-05 | [PATCH] i2c: i2c-ibm_iic add I2C_CLASS_HWMON |  Martin Hicks | 1 | -0/+1 |
| 2006-01-05 | [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanups |  Jean Delvare | 1 | -8/+0 |
| 2006-01-05 | [PATCH] i2c: drop empty i2c_driver.command implementations |  Laurent Riffard | 1 | -7/+0 |
| 2006-01-05 | [PATCH] I2C: move i2c-dev to use dynamic class devices |  Greg Kroah-Hartman | 1 | -30/+20 |
| 2006-01-05 | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed |  Greg Kroah-Hartman | 13 | -13/+0 |
| 2006-01-05 | [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner |  Greg Kroah-Hartman | 1 | -2/+3 |
| 2006-01-05 | [PATCH] I2C: Fix up debug build error for previous i2c structure changes |  Greg Kroah-Hartman | 1 | -3/+3 |
| 2006-01-05 | [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11 |  Laurent Riffard | 12 | -24/+48 |
| 2006-01-05 | [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 |  Laurent Riffard | 3 | -16/+16 |
| 2006-01-05 | [PATCH] i2c: Rework client usage count, 3 of 3 |  Jean Delvare | 1 | -5/+0 |
| 2006-01-05 | [PATCH] i2c: Rework client usage count, 2 of 3 |  Jean Delvare | 2 | -19/+10 |
| 2006-01-05 | [PATCH] i2c: Rework client usage count, 1 of 3 |  Jean Delvare | 1 | -3/+1 |
| 2006-01-05 | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 |  Jean Delvare | 14 | -15/+2 |
| 2006-01-05 | [PATCH] i2c: Add support for Barco LPT->DVI to i2c-parport |  Peter Korsgaard | 1 | -1/+11 |
| 2006-01-05 | [PATCH] i2c: Remove duplicate rtc8564 BCD macros |  Nicolas Kaiser | 1 | -19/+17 |
| 2006-01-05 | [PATCH] i2c: Extend ds1337 initialization |  Michael Burian | 1 | -6/+31 |
| 2006-01-05 | [PATCH] i2c: i2c-i801 explicitly enables/disables PEC |  Mark M. Hoffman | 1 | -5/+1 |
| 2006-01-03 | [ARM] Remove clk_use()/clk_unuse() |  Russell King | 1 | -2/+0 |
| 2005-12-16 | [PATCH] i2c: Fix i2c-mv64xxx compilation error |  Mark A. Greer | 1 | -5/+6 |
| 2005-11-17 | [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platforms |  Russell King | 2 | -8/+4 |
| 2005-11-11 | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel |  Linus Torvalds | 8 | -121/+121 |