| Commit message (Expand) | Author | Age |
* | i2c-au1550: Fix timeout problem | Domen Puncer | 2006-09-26 |
* | i2c-sibyte: Kip Walker is gone | Jean Delvare | 2006-09-26 |
* | i2c-algo-sibyte: Merge into i2c-sibyte | Jean Delvare | 2006-09-26 |
* | i2c-algo-sibyte: Cleanups | Jean Delvare | 2006-09-26 |
* | i2c: __must_check fixes, i2c-dev | Jean Delvare | 2006-09-26 |
* | i2c: __must_check fixes (core drivers) | Jean Delvare | 2006-09-26 |
* | i2c-dev: Drop the client template | Jean Delvare | 2006-09-26 |
* | i2c-dev: Use a list for data storage | Jean Delvare | 2006-09-26 |
* | i2c-dev: Cleanups | Jean Delvare | 2006-09-26 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-09-26 |
|\ |
|
| * | Driver core: Don't call put methods while holding a spinlock | Alan Stern | 2006-09-26 |
| * | Driver core: Remove unneeded routines from driver core | Alan Stern | 2006-09-26 |
| * | Driver core: Fix potential deadlock in driver core | Alan Stern | 2006-09-26 |
| * | PCI: enable driver multi-threaded probe | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver Core: add ability for drivers to do a threaded probe | Greg Kroah-Hartman | 2006-09-26 |
| * | sysfs: add proper sysfs_init() prototype | Andrew Morton | 2006-09-26 |
| * | drivers/base: check errors | Andrew Morton | 2006-09-26 |
| * | drivers/base: Platform notify needs to occur before drivers attach to the device | Brian Walsh | 2006-09-26 |
| * | v4l-dev2: handle __must_check | Andrew Morton | 2006-09-26 |
| * | add CONFIG_ENABLE_MUST_CHECK | Andrew Morton | 2006-09-26 |
| * | add __must_check to device management code | Andrew Morton | 2006-09-26 |
| * | Driver core: fixed add_bind_files() definition | Yoichi Yuasa | 2006-09-26 |
| * | Driver core: fix comments in drivers/base/power/resume.c | Dmitry Torokhov | 2006-09-26 |
| * | sysfs_remove_bin_file: no return value, dump_stack on error | Randy.Dunlap | 2006-09-26 |
| * | kobject: must_check fixes | Randy Dunlap | 2006-09-26 |
| * | Driver core: add ability for devices to create and remove bin files | Greg Kroah-Hartman | 2006-09-26 |
| * | Class: add support for class interfaces for devices | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver core: create devices/virtual/ tree | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver core: add device_rename function | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver core: add ability for classes to handle devices properly | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver core: allow devices in classes to have no parent | Greg Kroah-Hartman | 2006-09-26 |
| * | Driver core: add groups support to struct device | Greg Kroah-Hartman | 2006-09-26 |
| * | PM: platform_bus and late_suspend/early_resume | David Brownell | 2006-09-26 |
| * | PM: device_suspend/resume may sleep | Pavel Machek | 2006-09-26 |
| * | PM: add /sys/power documentation to Documentation/ABI | Rafael J. Wysocki | 2006-09-26 |
| * | PM: no suspend_prepare() phase | David Brownell | 2006-09-26 |
| * | PM: schedule /sys/devices/.../power/state for removal | Pavel Machek | 2006-09-26 |
| * | PM: add kconfig option for deprecated .../power/state files | David Brownell | 2006-09-26 |
| * | PM: update docs for writing .../power/state | David Brownell | 2006-09-26 |
| * | updated Documentation/power/devices.txt | David Brownell | 2006-09-26 |
| * | PM: issue PM_EVENT_PRETHAW | David Brownell | 2006-09-26 |
| * | PM: USB HCDs use PM_EVENT_PRETHAW | David Brownell | 2006-09-26 |
| * | PM: video drivers and PM_EVENT_PRETHAW | David Brownell | 2006-09-26 |
| * | PM: PCI and IDE handle PM_EVENT_PRETHAW | David Brownell | 2006-09-26 |
| * | PM: define PM_EVENT_PRETHAW | David Brownell | 2006-09-26 |
| * | fix broken/dubious driver suspend() methods | David Brownell | 2006-09-26 |
| * | make suspend quieter | David Brownell | 2006-09-26 |
| * | Suspend changes for PCI core | Linus Torvalds | 2006-09-26 |
| * | Suspend infrastructure cleanup and extension | Linus Torvalds | 2006-09-26 |
| * | SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs | Greg Kroah-Hartman | 2006-09-26 |