aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] iscsi class: fix iscsi conn attr counterMike Christie2008-02-071-1/+1
* [SCSI] libiscsi: fix setting of nop timerMike Christie2008-02-071-6/+3
* [SCSI] qla4xxx: add async scan supportMike Christie2008-02-071-1/+3
* [SCSI] iscsi class: add async scan helperMike Christie2008-02-071-3/+35
* [SCSI] qla4xxx: fix recovery timer and session unblock raceMike Christie2008-02-071-8/+11
* [SCSI] iscsi class: add session scanningMike Christie2008-02-071-7/+30
* [SCSI] qla4xxx: use iscsi class session state check readyMike Christie2008-02-071-0/+12
* [SCSI] qla4xxx: directly call iscsi recovery functionsMike Christie2008-02-072-36/+5
* [SCSI] iscsi class, libiscsi: add iscsi sysfs session state fileMike Christie2008-02-072-18/+130
* [SCSI] arm: convert to accessors and !use_sg cleanupBoaz Harrosh2008-02-072-43/+58
* [SCSI] mca_53c9x: remove driverJames Bottomley2008-02-073-532/+0
* [SCSI] sym53c8xx: fix resid calculationTony Battersby2008-02-071-1/+1
* [SCSI] ps3rom: sector size should be 512 bytesAegis Lin2008-02-071-1/+1
* [SCSI] sun3x_esp: convert to esp_scsiThomas Bogendoerfer2008-02-073-312/+237
* [SCSI] libiscsi: make __iscsi_complete_pdu() staticAdrian Bunk2008-02-071-3/+2
* [SCSI] aacraid: fib context lock for management ioctls (take 2)Salyzyn, Mark2008-02-071-12/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-0741-466/+1940
|\
| * Merge branch 'pxa-keypad'Dmitry Torokhov2008-02-064-279/+577
| |\
| | * Input: pxa27x_keypad - also enable on PXA3xxEric Miao2008-01-311-3/+3
| | * Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao2008-01-311-0/+1
| | * Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao2008-01-311-34/+124
| | * Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao2008-01-311-29/+134
| | * Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao2008-01-311-32/+28
| | * Input: pxa27x_keypad - introduce driver structure and use KEY() to define mat...Eric Miao2008-01-311-57/+167
| | * Input: pxa27x_keypad - remove pin configuration from the driverEric Miao2008-01-311-4/+0
| | * Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao2008-01-313-45/+45
| * | Input: i8042 - non-x86 build fixAndrew Morton2008-02-061-2/+2
| |/
| * Input: constify function pointer tables (seq_operations)Jan Engelhardt2008-01-311-2/+2
| * Input: i8042 - add Fujitsu-Siemens Amilo Pro 2010 to nomux listJiri Kosina2008-01-301-0/+7
| * Input: i8042 - enable DMI quirks on x86-64Bruce Duncan2008-01-301-2/+2
| * Input: i8042 - add Dritek quirk for Acer Aspire 9110Carlos Corbacho2008-01-301-0/+7
| * Input: add input event to APM event bridgeRichard Purdie2008-01-303-0/+144
| * Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov2008-01-301-1/+1
| * Input: remove duplicate includesAndre Haupt2008-01-213-3/+0
| * Input: remove cdev from input_dev structureDmitry Torokhov2008-01-211-3/+0
| * Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim2008-01-211-1/+0
| * Input: i8042 - add Dritek keyboard extension quirkCarlos Corbacho2008-01-212-0/+63
| * Input: add Tosa keyboard driverDmitry Baryshkov2008-01-213-0/+437
| * Input: add driver for Fujitsu application buttonsStephen Hemminger2008-01-213-0/+393
| * Input: ads7846 - stop updating dev->power.power_stateDavid Brownell2008-01-211-4/+4
| * Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-2119-19/+0
| * Input: implement proper timer rounding for polled devicesStephen Hemminger2008-01-211-8/+10
| * V4L/DVB: Don't access input_dev->private directlyDmitry Torokhov2008-01-212-4/+0
| * Input: iforce - don't access input_dev->private directlyDmitry Torokhov2008-01-211-8/+9
| * Input: i8042 - use synchronize_irq() instead of synchronize_sched()Dmitry Torokhov2008-01-211-1/+8
| * Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov2008-01-211-1/+0
| * Input: cobalt_btns - add support for loadable keymapsDmitry Torokhov2008-01-211-37/+36
| * Input: atlas_btns - add support for loadable keymapsDmitry Torokhov2008-01-211-16/+23
| * Input: keyspan_remote - add support for loadable keymapsDmitry Torokhov2008-01-211-51/+67
| * Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-213-11/+77