summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i2c: Drop outdated probe/remove code in i2c-isaJean Delvare2006-02-131-12/+0
* [PATCH] i2c: Use ARRAY_SIZE macroTobias Klauser2006-02-063-12/+6
* [PATCH] i2c: Use module_param in i2c-algo-sibyteEric Sesterhenn2006-02-061-1/+1
* [PATCH] I2C: Resurrect i2c_smbus_write_i2c_block_data.Jean Delvare2006-02-061-0/+15
* [PATCH] i2c-i801: I2C patch for Intel ICH8Jason Gaston2006-02-062-0/+3
* [PATCH] Add i2c_bus_type probe and remove methodsRussell King2006-01-131-11/+9
* [ARM] 3237/1: PXA I2C driver updatesRichard Purdie2006-01-121-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-096-1193/+298
|\
| * [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt2006-01-096-1205/+298
| * [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-081-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/+165
|\
| * [PATCH] i2c: i2c-mv64xxx fix transaction abortionMark A. Greer2006-01-051-18/+15
| * [PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device IDJean Delvare2006-01-051-0/+2
| * [PATCH] i2c: i2c-ibm_iic add I2C_CLASS_HWMONMartin Hicks2006-01-051-0/+1
| * [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanupsJean Delvare2006-01-051-8/+0
| * [PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard2006-01-051-7/+0
| * [PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman2006-01-051-30/+20
| * [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-0513-13/+0
| * [PATCH] I2C: Make i2c_add_driver automatically set the proper module ownerGreg Kroah-Hartman2006-01-051-2/+3
| * [PATCH] I2C: Fix up debug build error for previous i2c structure changesGreg Kroah-Hartman2006-01-051-3/+3
| * [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11Laurent Riffard2006-01-0512-24/+48
| * [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11Laurent Riffard2006-01-053-16/+16
| * [PATCH] i2c: Rework client usage count, 3 of 3Jean Delvare2006-01-051-5/+0
| * [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-052-19/+10
| * [PATCH] i2c: Rework client usage count, 1 of 3Jean Delvare2006-01-051-3/+1
| * [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-0514-15/+2
| * [PATCH] i2c: Add support for Barco LPT->DVI to i2c-parportPeter Korsgaard2006-01-051-1/+11
| * [PATCH] i2c: Remove duplicate rtc8564 BCD macrosNicolas Kaiser2006-01-051-19/+17
| * [PATCH] i2c: Extend ds1337 initializationMichael Burian2006-01-051-6/+31
| * [PATCH] i2c: i2c-i801 explicitly enables/disables PECMark M. Hoffman2006-01-051-5/+1
* | [ARM] Remove clk_use()/clk_unuse()Russell King2006-01-031-2/+0
|/
* [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/+4
* 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-1018-18/+0
* | [PATCH] i2c-viapro: Some adjustmentsJean Delvare2005-11-071-13/+14
* | [PATCH] i2c: ds1337 BCD conversion fixJames Chapman2005-11-071-2/+2
|/
* [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-4/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-011-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/+0
* [PATCH] i2c: i2c-i801 PEC code cleanupsJean Delvare2005-10-281-14/+10
* [PATCH] i2c: SMBus PEC support rewrite, 3 of 3Jean Delvare2005-10-283-22/+5
* [PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare2005-10-281-114/+48
OpenPOWER on IntegriCloud