| Commit message (Expand) | Author | Age |
* | PCI: add the sysfs driver name to all modules | Greg Kroah-Hartman | 2007-02-07 |
* | driver core: Allow device_move(dev, NULL). | Cornelia Huck | 2007-02-07 |
* | driver core: Remove device_is_registered() in device_move(). | Cornelia Huck | 2007-02-07 |
* | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 |
* | Driver core: convert SPI code to use struct device | Greg Kroah-Hartman | 2007-02-07 |
* | Driver core: convert pcmcia code to use struct device | Greg Kroah-Hartman | 2007-02-07 |
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos... | Linus Torvalds | 2007-02-06 |
|\ |
|
| * | USB HID: handle multi-interface devices for Apple macbook pro properly | Soeren Sonnenburg | 2007-02-05 |
| * | HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUG | Jiri Kosina | 2007-02-05 |
| * | USB HID: fix bogus comment in hid_get_class_descriptor() | Jiri Kosina | 2007-02-05 |
| * | USB HID: remove hid_find_field_by_usage() | Jiri Kosina | 2007-02-05 |
| * | HID: API - fix leftovers of hidinput API in USB HID | Jiri Kosina | 2007-02-05 |
| * | HID: hid debug from hid-debug.h to hid layer | Jiri Kosina | 2007-02-05 |
| * | hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter | Anssi Hannula | 2007-02-05 |
| * | hid: quirk for multi-input devices with unneeded output reports | Anssi Hannula | 2007-02-05 |
| * | hid: allow force feedback for multi-input devices | Anssi Hannula | 2007-02-05 |
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2007-02-06 |
|\ \ |
|
| * | | IB/ehca: Remove obsolete prototypes | Hoang-Nam Nguyen | 2007-02-04 |
| * | | IB/ehca: Remove use of do_mmap() | Hoang-Nam Nguyen | 2007-02-04 |
| * | | RDMA/addr: Handle ethernet neighbour updates during route resolution | Steve Wise | 2007-02-04 |
| * | | IB/srp: Don't wait for response when QP is in error state. | Ishai Rabinovitz | 2007-02-04 |
| * | | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 2007-02-04 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-02-06 |
|\ \ |
|
| * | | mmc: tifm: replace kmap with page_address | Pierre Ossman | 2007-02-04 |
| * | | mmc: sdhci: fix voltage ocr | Pierre Ossman | 2007-02-04 |
| * | | mmc: sdhci: replace kmap with page_address | Pierre Ossman | 2007-02-04 |
| * | | mmc: wbsd: replace kmap with page_address | Pierre Ossman | 2007-02-04 |
| * | | mmc: handle pci_enable_device() return value in sdhci | Pierre Ossman | 2007-02-04 |
| * | | mmc: Proper unclaim in mmc_block | Pierre Ossman | 2007-02-04 |
| * | | mmc: Graceful fallback for fancy features | Pierre Ossman | 2007-02-04 |
| * | | mmc: Handle wbsd's stupid command list | Pierre Ossman | 2007-02-04 |
| * | | mmc: Allow host drivers to specify max block count | Pierre Ossman | 2007-02-04 |
| * | | mmc: Allow host drivers to specify a max block size | Pierre Ossman | 2007-02-04 |
| * | | tifm_sd: add suspend and resume functionality | Alex Dubov | 2007-02-04 |
| * | | tifm_core: add suspend/resume infrastructure for tifm devices | Alex Dubov | 2007-02-04 |
| * | | tifm_7xx1: prettify | Alex Dubov | 2007-02-04 |
| * | | tifm_7xx1: recognize device 0xac8f as supported | Alex Dubov | 2007-02-04 |
| * | | tifm_7xx1: switch from workqueue to kthread | Alex Dubov | 2007-02-04 |
| * | | tifm_7xx1: Merge media insert and media remove functions | Alex Dubov | 2007-02-04 |
| * | | tifm_7xx1: simplify eject function | Alex Dubov | 2007-02-04 |
| * | | Add dummy_signal_irq function to save check in ISR | Alex Dubov | 2007-02-04 |
| * | | Remove unused return value from signal_irq callback | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: prettify | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: restructure initialization, removal and command handling | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: fix hardware timeout setup | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: Switch software timeout handler from work_struct to timer | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: use kmap_atomic instead of kmap for PIO data buffer | Alex Dubov | 2007-02-04 |
| * | | tifm_sd: alter order of the states in the command handler | Alex Dubov | 2007-02-04 |
| * | | mmc: Add support for SDHC cards | Philip Langdale | 2007-02-04 |
| * | | mmc: Power quirk for ENE controllers | Darren Salt | 2007-02-04 |