aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-07USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell1-2/+6
2007-02-07USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter1-0/+1
2007-02-07USB: mutexification of rio500Oliver Neukum1-24/+30
2007-02-07USB: Remove unneeded void * casts in idmouse.cTobias Klauser1-6/+4
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell17-17/+16
2007-02-07USB: Fix EHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-07USB: Fix OHCI warningBenjamin Herrenschmidt1-0/+8
2007-02-07USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt9-142/+213
2007-02-07USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt4-55/+130
2007-02-07USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt1-63/+110
2007-02-07USB: convert usb class devices to real devicesGreg Kroah-Hartman1-7/+6
2007-02-07USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-12/+12
2007-02-07USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman4-84/+386
2007-02-07USB: unusual_devs.h for Sony floppyLuiz Fernando N. Capitulino1-1/+1
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