| Commit message (Expand) | Author | Age |
* | [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICK | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: Minor w83l785ts optimization | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacks | Jean Delvare | 2005-10-28 |
* | [PATCH] i2c: Reuse name strings in i2c bus drivers | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: Discard bogus comment about init setting limits | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: Discard explicit static initializations to 0 | Jean Delvare | 2005-10-28 |
* | [PATCH] i2c: Discard explicit static initializations to 0 | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: Do not forcibly enable via686a by default | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: adm9240 whitespace cleanups | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256] | Jean Delvare | 2005-10-28 |
* | [PATCH] hwmon: adm9240 driver update - dynamic sysfs | Grant Coady | 2005-10-28 |
* | [PATCH] hwmon: adm9240 driver update - cleanups | Grant Coady | 2005-10-28 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2005-10-28 |
|\ |
|
| * | Merge ../bleed-2.6 | Greg KH | 2005-10-28 |
| |\ |
|
| * | | [PATCH] kernel-doc: drivers/base fixes | Randy Dunlap | 2005-10-28 |
| * | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks | Russell King | 2005-10-28 |
| * | | [PATCH] drivers/base - fix sparse warnings | Ben Dooks | 2005-10-28 |
| * | | [PATCH] input core: remove custom-made hotplug handler | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] INPUT: Create symlinks for backwards compatibility | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: rename input_dev_class to input_class to be correct. | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: remove the input_class structure, as it is unused. | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: move the input class devices under their new input_dev devices | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: export input_dev_class so that input drivers can use it. | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] INPUT: register the input class device sooner | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] Input: export input_dev data via sysfs attributes | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: show sysfs path in /proc/bus/input/devices | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/input/joystick: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert konicawc to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert drivers/macintosh to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/media: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert driver/input/misc to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert onetouch to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert sonypi to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/usb/input: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] drivers/input/mouse: convert to dynamic input_dev allocation | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: prepare to sysfs integration | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Input: kill devfs references | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] Driver Core: add the ability for class_device structures to be nested | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] add sysfs attr to re-emit device hotplug event | Kay Sievers | 2005-10-28 |
| * | | [PATCH] Driver core: pass interface to class interface methods | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] I2O: remove i2o_device_class | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code | Greg Kroah-Hartman | 2005-10-28 |
| * | | [PATCH] I2O: remove class interface | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] Driver core: send hotplug event before adding class interfaces | Dmitry Torokhov | 2005-10-28 |
| * | | [PATCH] usb device wakeup flags | David Brownell | 2005-10-28 |