summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* libata: increase 128 KB / cmd limit for ATAPI tape drivesTony Battersby2007-11-031-0/+4
* sata_promise: fix endianess bug in ASIC PRD bug workaroundMikael Pettersson2007-11-031-1/+1
* libata: fix docbookStephen Hemminger2007-11-031-3/+3
* make ata_scsi_lpm_get() staticAdrian Bunk2007-11-031-1/+1
* libata: suppress two warningsStephen Rothwell2007-11-031-0/+4
* ata/sata_fsl: Remove ata_scsi_suspend/resume callbacksashish kalra2007-11-031-4/+0
* ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()ashish kalra2007-11-031-70/+0
* ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdefashish kalra2007-11-031-0/+2
* ata/sata_fsl: cleanup style problemLi Yang2007-11-031-6/+6
* ata/sata_fsl: remove unneeded sata_fsl_hardreset()Jeff Garzik2007-11-031-13/+1
* ata/sata_fsl: remove unneeded on-stack copy of FISJeff Garzik2007-11-031-3/+1
* ata/sata_fsl: cleanup needless casts to/from void __iomem *Jeff Garzik2007-11-031-2/+2
* ata/sata_fsl: Remove unnecessary SCR casesJeff Garzik2007-11-031-14/+2
* ata/sata_fsl: Kill ata_sg_is_last()Li Yang2007-11-031-1/+1
* ata/sata_fsl: save irq in private data for irq unmappingLi Yang2007-11-031-1/+3
* ata/sata_fsl: Remove deprecated hooksLi Yang2007-11-031-4/+0
* ata/sata_fsl: Update for ata_link introductionLi Yang2007-11-031-13/+18
* Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle2007-11-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-11-025-54/+81
|\
| * Input: inport, logibm - use KERN_INFO when reporting missing mouseHelge Deller2007-11-012-2/+2
| * Input: appletouch - idle reset logic broke older FountainsDmitry Torokhov2007-11-011-48/+77
| * Input: hp_sdc.c - fix section mismatchAdrian Bunk2007-10-271-4/+0
| * Input: xpad - add more USB IDsJoshua J Bowman2007-10-271-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-11-0221-109/+92
|\ \
| * | [WATCHDOG] iTCO_wdt.c ICH8 pci-device-id'sWim Van Sebroeck2007-11-021-4/+12
| * | [WATCHDOG] iTCO_wdt.c init & exit fixesWim Van Sebroeck2007-11-021-5/+5
| * | [WATCHDOG] iTCO_wdt.c pci_device_id table clean-upWim Van Sebroeck2007-11-021-39/+48
| * | [WATCHDOG] spin_lock_init() fixesAlexey Dobriyan2007-11-0219-57/+20
| * | [WATCHDOG] Unlock in iTCO_wdt_start when reboot is disabledRoel Kluin2007-10-271-0/+1
| * | [WATCHDOG] Add necessary braces to if (...) \n #if... casesIlpo Jarvinen2007-10-252-2/+4
| * | [WATCHDOG] trivial fix two returns in void functionsFlorian Fainelli2007-10-252-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2007-11-013-7/+25
|\ \ \
| * | | HID: Don't access input_dev->private directlyDmitry Torokhov2007-10-311-2/+2
| * | | HID: fix hidinput_connect ignoring retval from input_register_deviceDirk Hohndel2007-10-311-4/+14
| * | | HID: hiddev - fix compiler warningJiri Kosina2007-10-311-1/+1
| * | | HID: Add GoTop tablets to blacklistJerrold Jones2007-10-311-0/+8
| |/ /
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-11-013-8/+6
|\ \ \
| * | | Fix myri10ge NAPI oops & warningsAndrew Gallatin2007-11-011-3/+3
| * | | Fix region size check in mpc5200 FEC driverGrant Likely2007-11-011-2/+2
| * | | mpc5200: Fix Kconfig dependancies on MPC5200 FEC device driverGrant Likely2007-11-011-3/+1
* | | | [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-012-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-311-0/+18
|\ \ \ \
| * | | | Revert "Driver core: remove class_device_*_bin_file"Greg Kroah-Hartman2007-10-311-0/+18
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-312-8/+11
|\ \ \ \ \
| * | | | | [ARM] Fix pxamci regressionRussell King2007-10-311-2/+9
| * | | | | [ARM] Fix an rpc_defconfig regressionRussell King2007-10-311-6/+2
* | | | | | ieee1394: ieee1394_transactions.c: remove dead codeAdrian Bunk2007-10-311-2/+0
* | | | | | firewire: Fix pci resume to not pass in a __be32 config rom.Kristian Høgsberg2007-10-311-12/+25
| |/ / / / |/| | | |
* | | | | [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexitDavid Miller2007-10-312-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-312-5/+2
|\ \ \ \ \ | |/ / / / |/| | | |
OpenPOWER on IntegriCloud