aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-29/+47
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck1-4/+0
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman13-165/+222
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman4-22/+22
2007-02-07Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman13-104/+126
2007-02-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds10-74/+982
2007-02-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds20-403/+240
2007-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds17-555/+847
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens37-330/+254
2007-02-05[S390] Convert memory detection into C code.Heiko Carstens9-35/+80
2007-02-05[S390] Calibrate delay and bogomips.Martin Schwidefsky2-1/+64
2007-02-05[S390] Add crypto support for 3592 tape devicesMichael Holzheu5-32/+577
2007-02-05[S390] Support for s390 Pseudo Random Number GeneratorJan Glauber1-0/+2
2007-02-05[S390] ETR support.Martin Schwidefsky5-22/+72
2007-02-05[S390] cio: Don't spam debug feature.Cornelia Huck1-1/+1
2007-02-05[S390] Cleanup of CHSC event handling.Peter Oberparleiter1-120/+112
2007-02-05[S390] cio: declare hardware structures packed.Peter Oberparleiter2-12/+12
2007-02-05[S390] cio: Catch operand exceptions on stsch.Cornelia Huck2-2/+2
2007-02-05[S390] dasd: fix unconditional reserve handling.Horst Hummel2-6/+6
2007-02-05[S390] Remove dasd_ccw_log function.Horst Hummel3-67/+0
2007-02-05[S390] Small barrier() and cpu_relax() cleanup.Heiko Carstens1-1/+0
2007-02-05[S390] cio: Use device_{create,remove}_bin_file.Cornelia Huck1-7/+5
2007-02-05[S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt()Heiko Carstens1-2/+6
2007-02-05[S390] Show loaded DCSS segments under /proc/iomem.Gerald Schaefer1-2/+2
2007-02-05[S390] cio: Restart path verification after unsolicited interrupt.Cornelia Huck1-0/+2
2007-02-05[S390] dasd: fix bug in dasd initialization cleanupStefan Weinhuber1-7/+17
2007-02-05[S390] sclp: invalid handling of temporary 'not operational' statusPeter Oberparleiter1-21/+49
2007-02-05[S390] cio: Remove check for ssd in chpids_show().Cornelia Huck1-5/+2
2007-02-05[S390] Check the return value of kthread_run().Akinobu Mita1-1/+5
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens36-77/+74
2007-02-05USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg1-13/+21
2007-02-05HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUGJiri Kosina4-22/+6
2007-02-05USB HID: fix bogus comment in hid_get_class_descriptor()Jiri Kosina1-1/+1
2007-02-05USB HID: remove hid_find_field_by_usage()Jiri Kosina1-17/+0
2007-02-05HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina2-16/+16
2007-02-05HID: hid debug from hid-debug.h to hid layerJiri Kosina6-6/+791
2007-02-05hid: force feedback driver for PantherLord USB/PS2 2in1 AdapterAnssi Hannula4-0/+143
2007-02-05hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula2-1/+10
2007-02-05hid: allow force feedback for multi-input devicesAnssi Hannula1-5/+1
2007-02-04IB/ehca: Remove obsolete prototypesHoang-Nam Nguyen1-14/+0
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen6-363/+204
2007-02-04RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise1-2/+1
2007-02-04IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2-0/+8
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin11-24/+27
2007-02-04mmc: tifm: replace kmap with page_addressPierre Ossman1-11/+4
2007-02-04mmc: sdhci: fix voltage ocrPierre Ossman1-2/+2
2007-02-04mmc: sdhci: replace kmap with page_addressPierre Ossman2-19/+6
2007-02-04mmc: wbsd: replace kmap with page_addressPierre Ossman2-31/+10
2007-02-04mmc: handle pci_enable_device() return value in sdhciPierre Ossman1-1/+3
2007-02-04mmc: Proper unclaim in mmc_blockPierre Ossman1-1/+2