summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* driver core: Change function call order in device_bind_driver().Cornelia Huck2007-02-071-2/+6
* driver core: Don't stop probing on ->probe errors.Cornelia Huck2007-02-071-7/+6
* driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
* driver core fixes: make_class_name() retval checksCornelia Huck2007-02-072-13/+25
* USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-1/+3
* SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-2/+4
* PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-072-4/+7
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-29/+47
* driver core: Remove device_is_registered() in device_move().Cornelia Huck2007-02-071-4/+0
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-0713-165/+222
* Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-074-22/+22
* Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman2007-02-0713-104/+126
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-02-0610-74/+982
|\
| * USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg2007-02-051-13/+21
| * HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUGJiri Kosina2007-02-054-22/+6
| * USB HID: fix bogus comment in hid_get_class_descriptor()Jiri Kosina2007-02-051-1/+1
| * USB HID: remove hid_find_field_by_usage()Jiri Kosina2007-02-051-17/+0
| * HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina2007-02-052-16/+16
| * HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-056-6/+791
| * hid: force feedback driver for PantherLord USB/PS2 2in1 AdapterAnssi Hannula2007-02-054-0/+143
| * hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula2007-02-052-1/+10
| * hid: allow force feedback for multi-input devicesAnssi Hannula2007-02-051-5/+1
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-02-0620-403/+240
|\ \
| * | IB/ehca: Remove obsolete prototypesHoang-Nam Nguyen2007-02-041-14/+0
| * | IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen2007-02-046-363/+204
| * | RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise2007-02-041-2/+1
| * | IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2007-02-042-0/+8
| * | IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2007-02-0411-24/+27
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-02-0617-555/+847
|\ \
| * | mmc: tifm: replace kmap with page_addressPierre Ossman2007-02-041-11/+4
| * | mmc: sdhci: fix voltage ocrPierre Ossman2007-02-041-2/+2
| * | mmc: sdhci: replace kmap with page_addressPierre Ossman2007-02-042-19/+6
| * | mmc: wbsd: replace kmap with page_addressPierre Ossman2007-02-042-31/+10
| * | mmc: handle pci_enable_device() return value in sdhciPierre Ossman2007-02-041-1/+3
| * | mmc: Proper unclaim in mmc_blockPierre Ossman2007-02-041-1/+2
| * | mmc: Graceful fallback for fancy featuresPierre Ossman2007-02-041-9/+7
| * | mmc: Handle wbsd's stupid command listPierre Ossman2007-02-041-1/+40
| * | mmc: Allow host drivers to specify max block countPierre Ossman2007-02-0412-21/+53
| * | mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-0411-12/+43
| * | tifm_sd: add suspend and resume functionalityAlex Dubov2007-02-041-1/+38
| * | tifm_core: add suspend/resume infrastructure for tifm devicesAlex Dubov2007-02-041-1/+34
| * | tifm_7xx1: prettifyAlex Dubov2007-02-041-16/+18
| * | tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov2007-02-041-5/+8
| * | tifm_7xx1: switch from workqueue to kthreadAlex Dubov2007-02-042-68/+94
| * | tifm_7xx1: Merge media insert and media remove functionsAlex Dubov2007-02-041-128/+126
| * | tifm_7xx1: simplify eject functionAlex Dubov2007-02-041-8/+2
| * | Add dummy_signal_irq function to save check in ISRAlex Dubov2007-02-042-6/+13
| * | Remove unused return value from signal_irq callbackAlex Dubov2007-02-042-5/+4
| * | tifm_sd: prettifyAlex Dubov2007-02-041-48/+50
| * | tifm_sd: restructure initialization, removal and command handlingAlex Dubov2007-02-043-105/+114
OpenPOWER on IntegriCloud