| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] i2c: Fix i2c-mv64xxx compilation error | Mark A. Greer | 2005-12-16 | 1 | -5/+6 |
* | [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platforms | Russell King | 2005-11-17 | 2 | -8/+4 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-11-11 | 8 | -121/+121 |
|\ |
|
| * | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 8 | -121/+121 |
* | | [PATCH] PCI: removed unneeded .owner field from struct pci_driver | Greg Kroah-Hartman | 2005-11-10 | 18 | -18/+0 |
* | | [PATCH] i2c-viapro: Some adjustments | Jean Delvare | 2005-11-07 | 1 | -13/+14 |
* | | [PATCH] i2c: ds1337 BCD conversion fix | James Chapman | 2005-11-07 | 1 | -2/+2 |
|/ |
|
* | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 2005-11-07 | 1 | -4/+2 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-11-01 | 1 | -4/+5 |
|\ |
|
| * | [ARM] 3079/1: Fix typo in i2c-iop3xx.c (invalid pointer passed to release_mem... | Dan Williams | 2005-11-01 | 1 | -4/+5 |
* | | [DRIVER MODEL] Add missing driver_unregister in i2c-s3c2410 failure path. | Russell King | 2005-10-30 | 1 | -2/+5 |
* | | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 11 | -5/+13 |
|/ |
|
* | [PATCH] I2C: remove devfs support from i2c-dev driver | Greg Kroah-Hartman | 2005-10-28 | 1 | -10/+0 |
* | [PATCH] i2c: i2c-i801 PEC code cleanups | Jean Delvare | 2005-10-28 | 1 | -14/+10 |
* | [PATCH] i2c: SMBus PEC support rewrite, 3 of 3 | Jean Delvare | 2005-10-28 | 3 | -22/+5 |
* | [PATCH] i2c: SMBus PEC support rewrite, 2 of 3 | Jean Delvare | 2005-10-28 | 1 | -114/+48 |
* | [PATCH] i2c: SMBus PEC support rewrite, 1 of 3 | Jean Delvare | 2005-10-28 | 1 | -2/+1 |
* | [PATCH] i2c: i2c-i810 documentation update | Jean Delvare | 2005-10-28 | 2 | -1/+3 |
* | [PATCH] i2c: ID redefinition cleanups | Jean Delvare | 2005-10-28 | 1 | -5/+0 |
* | [PATCH] i2c: Static function fixes, 4 of 4 | Ben Dooks | 2005-10-28 | 3 | -3/+4 |
* | [PATCH] i2c: Static function fixes, 1 of 4 | Ben Dooks | 2005-10-28 | 1 | -1/+1 |
* | [PATCH] i2c: kzalloc cleanups, 2 of 2 | Jean Delvare | 2005-10-28 | 1 | -2/+2 |
* | [PATCH] i2c: kzalloc cleanups, 1 of 2 | Jean Delvare | 2005-10-28 | 2 | -3/+2 |
* | [PATCH] i2c: kzalloc conversion, other drivers | Deepak Saxena | 2005-10-28 | 22 | -52/+25 |
* | [PATCH] i2c: kzalloc conversion, ixp bus drivers | Deepak Saxena | 2005-10-28 | 2 | -4/+2 |
* | [PATCH] i2c: New Xicor X1205 RTC driver | Alessandro Zummo | 2005-10-28 | 3 | -0/+708 |
* | [PATCH] Owner field additions to many i2c drivers, 5 of 5 | Laurent Riffard | 2005-10-28 | 1 | -0/+1 |
* | [PATCH] Owner field additions to many i2c drivers, 4 of 5 | Laurent Riffard | 2005-10-28 | 1 | -0/+3 |
* | [PATCH] Owner field additions to many i2c drivers, 3 of 5 | Laurent Riffard | 2005-10-28 | 1 | -0/+2 |
* | [PATCH] Owner field additions to many i2c drivers, 2 of 5 | Laurent Riffard | 2005-10-28 | 7 | -0/+8 |
* | [PATCH] Owner field additions to many i2c drivers, 1 of 5 | Laurent Riffard | 2005-10-28 | 18 | -0/+18 |
* | [PATCH] i2c: Big i2c-elektor cleanup | Stig Telfer | 2005-10-28 | 1 | -39/+45 |
* | [PATCH] i2c: Fix i2c-elektor on Alpha | Stig Telfer | 2005-10-28 | 1 | -25/+49 |
* | [PATCH] i2c: Drop meaningless use of I2C_DF_NOTIFY in i2c_client structures | Jean Delvare | 2005-10-28 | 3 | -3/+1 |
* | [PATCH] i2c: Rename i2c-parport variable to avoid confusion | Jean Delvare | 2005-10-28 | 1 | -3/+3 |
* | [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAX | Jean Delvare | 2005-10-28 | 2 | -6/+6 |
* | [PATCH] i2c: Cleanup i2c-i801 ifdefs | Jean Delvare | 2005-10-28 | 1 | -19/+1 |
* | [PATCH] i2c: Cleanup i2c-dev ioctl debug message | Jean Delvare | 2005-10-28 | 1 | -2/+2 |
* | [PATCH] i2c: Add missing i2c-ixp2000/4xx adapter name | Jean Delvare | 2005-10-28 | 2 | -0/+8 |
* | [PATCH] i2c-viapro: Cleanup ifdef usage | Greg KH | 2005-10-28 | 1 | -4/+2 |
* | [PATCH] i2c-viapro: Improve register dump | Jean Delvare | 2005-10-28 | 1 | -8/+30 |
* | [PATCH] i2c-viapro: Refactor control outb | Jean Delvare | 2005-10-28 | 1 | -4/+3 |
* | [PATCH] i2c-viapro: Update supported devices list | Jean Delvare | 2005-10-28 | 1 | -9/+13 |
* | [PATCH] i2c-viapro: Code cleanups | Jean Delvare | 2005-10-28 | 1 | -81/+41 |
* | [PATCH] i2c-viapro: Implement I2C Block transactions | Jean Delvare | 2005-10-28 | 1 | -3/+36 |
* | [PATCH] i2c-viapro: Coding style fixes | Jean Delvare | 2005-10-28 | 1 | -38/+38 |
* | [PATCH] i2c: Several PEC-related fixes in software SMBus emulation | Hideki Iwamoto | 2005-10-28 | 1 | -4/+4 |
* | [PATCH] i2c: Minor i2c-amd8111 cleanup | Jean Delvare | 2005-10-28 | 1 | -1/+0 |
* | [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICK | Jean Delvare | 2005-10-28 | 1 | -4/+11 |
* | [PATCH] i2c: Reuse name strings in i2c bus drivers | Jean Delvare | 2005-10-28 | 12 | -25/+33 |