summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-04mmc: Graceful fallback for fancy featuresPierre Ossman1-9/+7
2007-02-04mmc: Handle wbsd's stupid command listPierre Ossman1-1/+40
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman12-21/+53
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman11-12/+43
2007-02-04tifm_sd: add suspend and resume functionalityAlex Dubov1-1/+38
2007-02-04tifm_core: add suspend/resume infrastructure for tifm devicesAlex Dubov1-1/+34
2007-02-04tifm_7xx1: prettifyAlex Dubov1-16/+18
2007-02-04tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov1-5/+8
2007-02-04tifm_7xx1: switch from workqueue to kthreadAlex Dubov2-68/+94
2007-02-04tifm_7xx1: Merge media insert and media remove functionsAlex Dubov1-128/+126
2007-02-04tifm_7xx1: simplify eject functionAlex Dubov1-8/+2
2007-02-04Add dummy_signal_irq function to save check in ISRAlex Dubov2-6/+13
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov2-5/+4
2007-02-04tifm_sd: prettifyAlex Dubov1-48/+50
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov3-105/+114
2007-02-04tifm_sd: fix hardware timeout setupAlex Dubov1-8/+7
2007-02-04tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov1-21/+13
2007-02-04tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov1-27/+25
2007-02-04tifm_sd: alter order of the states in the command handlerAlex Dubov1-20/+37
2007-02-04mmc: Add support for SDHC cardsPhilip Langdale2-29/+119
2007-02-04mmc: Power quirk for ENE controllersDarren Salt1-3/+19
2007-02-04mmc: let host be parent of cardsPierre Ossman1-1/+1
2007-02-04mmc: replace host->card_busyPierre Ossman1-8/+8
2007-02-04mmc: au1xmmc: return errors for unknown response typesManuel Lauss1-0/+6
2007-02-04mmc: au1xmmc: implement proper ro switch detectionManuel Lauss1-1/+3
2007-02-03[PATCH] fix rtl8150Al Viro1-1/+2
2007-02-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds10-70/+100