summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [MMC] wbsd: make use of ARRAY_SIZE() macroDmitry Torokhov2006-01-031-6/+3
| * | | | | | [MMC] Improve MMC card block size selectionRussell King2006-01-032-62/+123
| |/ / / / /
* | | | | | [PATCH] fbcon: donīt call set_par() in fbcon_init() if vc_mode == KD_GRAPHICSKnut Petersen2006-01-071-1/+1
* | | | | | [ACPI] remove Kconfig "default y" for laptop driversBorislav Petkov2006-01-071-2/+0
* | | | | | [ACPI] fix kernel-doc warnings in acpi/scan.cRandy Dunlap2006-01-071-10/+17
* | | | | | Auto-update from upstreamLen Brown2006-01-07111-649/+1501
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-01-07108-611/+1439
| |\ \ \ \ \
| | * \ \ \ \ Merge ../torvalds-2.6/Greg Kroah-Hartman2006-01-06166-4952/+7169
| | |\ \ \ \ \
| | * | | | | | [PATCH] i2c: i2c-mv64xxx fix transaction abortionMark A. Greer2006-01-061-18/+15
| | * | | | | | [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/+0
| | * | | | | | [PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard2006-01-064-26/+0
| | * | | | | | [PATCH] hwmon: it87 use u8 for vrmJean Delvare2006-01-061-2/+2
| | * | | | | | [PATCH] hwmon: add VRM/VID support for some VIA CPUsRudolf Marek2006-01-061-27/+42
| | * | | | | | [PATCH] hwmon: w83792d simplify in low bits handlingJean Delvare2006-01-061-38/+10
| | * | | | | | [PATCH] hwmon: w83792d misc cleanupsJean Delvare2006-01-061-20/+9
| | * | | | | | [PATCH] I2C: move i2c-dev to use dynamic class devicesGreg Kroah-Hartman2006-01-061-30/+20
| | * | | | | | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-0691-94/+0
| | * | | | | | [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}, 9 of 11Laurent Riffard2006-01-061-2/+4
| | * | | | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 8 of 11Laurent Riffard2006-01-061-1/+4
| | * | | | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11Laurent Riffard2006-01-0643-108/+187
| | * | | | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 4 of 11Laurent Riffard2006-01-064-8/+16
| | * | | | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard2006-01-0635-86/+166
| | * | | | | | [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/+0
| | * | | | | | [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-0627-44/+10
| | * | | | | | [PATCH] i2c: Rework client usage count, 1 of 3Jean Delvare2006-01-061-3/+1
| | * | | | | | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-0684-85/+2
| | * | | | | | [PATCH] i2c: Drop i2c_driver.flags, 1 of 3Jean Delvare2006-01-061-4/+0
| | * | | | | | [PATCH] hwmon: New vt8231 driverRoger Lucas2006-01-063-0/+874
| | * | | | | | [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/+17
| | * | | | | | [PATCH] hwmon: W83627THF VID fixesYuan Mu2006-01-061-9/+7
| | * | | | | | [PATCH] hwmon: Support the VRM 10 mode of the ADT7463Jean Delvare2006-01-061-8/+36
| | * | | | | | [PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026Grant Coady2006-01-062-8/+0
| | * | | | | | [PATCH] i2c: Extend ds1337 initializationMichael Burian2006-01-061-6/+31
| | * | | | | | [PATCH] i2c: i2c-i801 explicitly enables/disables PECMark M. Hoffman2006-01-061-5/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-075-5/+5
| |\ \ \ \ \ \
| | * | | | | | kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-065-5/+5
| * | | | | | | [PATCH] shrink mmtimer memory sizeDimitri Sivanich2006-01-071-33/+57
| | |_|/ / / / | |/| | | | |
* | | | | | | Auto-update from upstreamLen Brown2006-01-06617-19571/+45607
|\| | | | | |
| * | | | | | Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-0636-232/+176
| |\ \ \ \ \ \
| | * | | | | | [SCSI] scsi_end_async() needs to take an uptodate parameterJens Axboe2006-01-061-1/+1
| | * | | | | | [BLOCK] update IDE to use new blk_ordered for barriersTejun Heo2006-01-062-88/+54
| | * | | | | | [BLOCK] add FUA support to libataTejun Heo2006-01-063-13/+54
| | * | | | | | [BLOCK] update libata to use new blk_ordered for barriersTejun Heo2006-01-0613-13/+0