summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-096-1193/+298Star
|\
| * [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt2006-01-096-1205/+298Star
| * [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt2006-01-091-4/+13
| * [PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt2006-01-091-11/+14
* | [PATCH] IRQ type flagsRussell King2006-01-091-5/+6
|/
* [ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2006-01-071-1/+1
* Merge with Linus' kernel.Russell King2006-01-0720-178/+165Star
|\
| * [PATCH] i2c: i2c-mv64xxx fix transaction abortionMark A. Greer2006-01-061-18/+15Star
| * [PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device IDJean Delvare2006-01-061-0/+2
| * [PATCH] i2c: i2c-ibm_iic add I2C_CLASS_HWMONMartin Hicks2006-01-061-0/+1
| * [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanupsJean Delvare2006-01-061-8/+0Star
| * [PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard2006-01-061-7/+0Star
| * [PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman2006-01-061-30/+20Star
| * [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-0613-13/+0Star
| * [PATCH] I2C: Make i2c_add_driver automatically set the proper module ownerGreg Kroah-Hartman2006-01-061-2/+3
| * [PATCH] I2C: Fix up debug build error for previous i2c structure changesGreg Kroah-Hartman2006-01-061-3/+3
| * [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11Laurent Riffard2006-01-0612-24/+48
| * [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard2006-01-063-16/+16
| * [PATCH] i2c: Rework client usage count, 3 of 3Jean Delvare2006-01-061-5/+0Star
| * [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-062-19/+10Star
| * [PATCH] i2c: Rework client usage count, 1 of 3Jean Delvare2006-01-061-3/+1Star
| * [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-0614-15/+2Star
| * [PATCH] i2c: Add support for Barco LPT->DVI to i2c-parportPeter Korsgaard2006-01-061-1/+11
| * [PATCH] i2c: Remove duplicate rtc8564 BCD macrosNicolas Kaiser2006-01-061-19/+17Star
| * [PATCH] i2c: Extend ds1337 initializationMichael Burian2006-01-061-6/+31
| * [PATCH] i2c: i2c-i801 explicitly enables/disables PECMark M. Hoffman2006-01-061-5/+1Star
* | [ARM] Remove clk_use()/clk_unuse()Russell King2006-01-031-2/+0Star
|/
* [PATCH] i2c: Fix i2c-mv64xxx compilation errorMark A. Greer2005-12-161-5/+6
* [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platformsRussell King2005-11-172-8/+4Star
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-118-121/+121
|\
| * [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-098-121/+121
* | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-1118-18/+0Star
* | [PATCH] i2c-viapro: Some adjustmentsJean Delvare2005-11-081-13/+14
* | [PATCH] i2c: ds1337 BCD conversion fixJames Chapman2005-11-081-2/+2
|/
* [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-4/+2Star
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-021-4/+5
|\
| * [ARM] 3079/1: Fix typo in i2c-iop3xx.c (invalid pointer passed to release_mem...Dan Williams2005-11-011-4/+5
* | [DRIVER MODEL] Add missing driver_unregister in i2c-s3c2410 failure path.Russell King2005-10-301-2/+5
* | Create platform_device.h to contain all the platform device details.Russell King2005-10-2911-5/+13
|/
* [PATCH] I2C: remove devfs support from i2c-dev driverGreg Kroah-Hartman2005-10-281-10/+0Star
* [PATCH] i2c: i2c-i801 PEC code cleanupsJean Delvare2005-10-281-14/+10Star
* [PATCH] i2c: SMBus PEC support rewrite, 3 of 3Jean Delvare2005-10-283-22/+5Star
* [PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare2005-10-281-114/+48Star
* [PATCH] i2c: SMBus PEC support rewrite, 1 of 3Jean Delvare2005-10-281-2/+1Star
* [PATCH] i2c: i2c-i810 documentation updateJean Delvare2005-10-282-1/+3
* [PATCH] i2c: ID redefinition cleanupsJean Delvare2005-10-281-5/+0Star
* [PATCH] i2c: Static function fixes, 4 of 4Ben Dooks2005-10-283-3/+4
* [PATCH] i2c: Static function fixes, 1 of 4Ben Dooks2005-10-281-1/+1
* [PATCH] i2c: kzalloc cleanups, 2 of 2Jean Delvare2005-10-281-2/+2
* [PATCH] i2c: kzalloc cleanups, 1 of 2Jean Delvare2005-10-282-3/+2Star