aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare2005-10-281-4/+11
* [PATCH] hwmon: Minor w83l785ts optimizationJean Delvare2005-10-281-2/+2
* [PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacksJean Delvare2005-10-281-18/+18
* [PATCH] i2c: Reuse name strings in i2c bus driversJean Delvare2005-10-2812-25/+33
* [PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare2005-10-285-5/+0
* [PATCH] hwmon: Discard explicit static initializations to 0Jean Delvare2005-10-282-2/+2
* [PATCH] i2c: Discard explicit static initializations to 0Jean Delvare2005-10-2810-15/+15
* [PATCH] hwmon: Do not forcibly enable via686a by defaultJean Delvare2005-10-281-7/+11
* [PATCH] hwmon: adm9240 whitespace cleanupsJean Delvare2005-10-281-12/+21
* [PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]Jean Delvare2005-10-281-2/+2
* [PATCH] hwmon: adm9240 driver update - dynamic sysfsGrant Coady2005-10-281-176/+166
* [PATCH] hwmon: adm9240 driver update - cleanupsGrant Coady2005-10-281-48/+44
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-28217-4910/+5262
|\
| * Merge ../bleed-2.6Greg KH2005-10-28230-5911/+11543
| |\
| * | [PATCH] kernel-doc: drivers/base fixesRandy Dunlap2005-10-282-3/+4
| * | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-2856-542/+271
| * | [PATCH] drivers/base - fix sparse warningsBen Dooks2005-10-286-8/+22
| * | [PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov2005-10-281-145/+104
| * | [PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman2005-10-284-8/+32
| * | [PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman2005-10-285-17/+17
| * | [PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman2005-10-281-15/+3
| * | [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman2005-10-281-7/+12
| * | [PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman2005-10-284-14/+14
| * | [PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman2005-10-281-1/+2
| * | [PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman2005-10-281-3/+3
| * | [PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov2005-10-281-23/+133
| * | [PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov2005-10-281-0/+6
| * | [PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2825-1230/+1460
| * | [PATCH] Input: convert konicawc to dynamic input_dev allocationDmitry Torokhov2005-10-281-28/+61
| * | [PATCH] Input: convert drivers/macintosh to dynamic input_dev allocationDmitry Torokhov2005-10-282-124/+138
| * | [PATCH] drivers/media: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2813-192/+268
| * | [PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov2005-10-283-57/+56
| * | [PATCH] Input: convert onetouch to dynamic input_dev allocationDmitry Torokhov2005-10-281-49/+50
| * | [PATCH] Input: convert sonypi to dynamic input_dev allocationDmitry Torokhov2005-10-281-39/+53
| * | [PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov2005-10-287-308/+279
| * | [PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocationDmitry Torokhov2005-10-281-19/+24
| * | [PATCH] drivers/usb/input: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2821-1002/+961
| * | [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov2005-10-289-431/+449
| * | [PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov2005-10-2815-361/+363
| * | [PATCH] Input: prepare to sysfs integrationDmitry Torokhov2005-10-281-5/+72
| * | [PATCH] Input: kill devfs referencesDmitry Torokhov2005-10-285-30/+1
| * | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-2846-65/+78
| * | [PATCH] Driver Core: add the ability for class_device structures to be nestedGreg Kroah-Hartman2005-10-281-44/+81
| * | [PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers2005-10-283-2/+55
| * | [PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov2005-10-285-14/+20
| * | [PATCH] I2O: remove i2o_device_classDmitry Torokhov2005-10-284-70/+17
| * | [PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o codeGreg Kroah-Hartman2005-10-281-12/+10
| * | [PATCH] I2O: remove class interfaceDmitry Torokhov2005-10-281-133/+122
| * | [PATCH] Driver core: send hotplug event before adding class interfacesDmitry Torokhov2005-10-281-1/+2
| * | [PATCH] usb device wakeup flagsDavid Brownell2005-10-281-7/+9