summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Move libata to drivers/ata.Jeff Garzik27-156/+163
2006-08-10Merge branch 'tj-upstream-pci_register_driver' of git://htj.dyndns.org/libata...Jeff Garzik15-16/+16
2006-08-10Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+2
2006-08-10[PATCH] libata: Use ATA_FLAG_PIO_POLLING for pdc_admaAlbert Lee1-1/+2
2006-08-10Merge branch 'sii-m15w' into upstreamJeff Garzik1-4/+0
2006-08-10[PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin15-16/+16
2006-08-10[PATCH] libata: kill unused hard_port_no and legacy_modeTejun Heo1-1/+0
2006-08-10[PATCH] libata: replace ap->hard_port_no with ap->port_noTejun Heo1-8/+8
2006-08-10[PATCH] libata: use dummy port for stolen legacy portsTejun Heo2-26/+17
2006-08-10[PATCH] libata: implement dummy portTejun Heo1-10/+51
2006-08-10[PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox3-96/+100
2006-08-10[PATCH] libata: implement per-dev xfermaskTejun Heo1-29/+11
2006-08-10[PATCH] [libata] Kill 'count' var in ata_device_add()Jeff Garzik1-13/+7
2006-08-10[PATCH] [libata] some function renamingJeff Garzik1-11/+10
2006-08-10[PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()Tejun Heo1-20/+13
2006-08-09Merge branch 'upstream-fixes' into upstreamJeff Garzik2-2/+15
2006-08-09[PATCH] libata: clear sdev->locked on door lock failureTejun Heo1-0/+13
2006-08-09[PATCH] Fix compile problem when sata debugging is onKeith Owens1-2/+2
2006-08-09[PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo1-2/+1
2006-08-09[PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King3-1/+151
2006-08-09[PATCH] libata: Move ata_probe_ent_alloc to libata_coreBrian King3-26/+27
2006-08-09[PATCH] libata: Add ata_port_initBrian King2-15/+36
2006-08-09[PATCH] libata: Add ata_host_set_initBrian King1-4/+24
2006-08-08Merge branch 'upstream-fixes' into upstreamJeff Garzik3-27/+9
2006-08-08Merge branch 'tj-upstream-fixes' of git://htj.dyndns.org/libata-tj into upstr...Jeff Garzik3-27/+9
2006-08-07Merge branch 'master' into upstreamJeff Garzik28-390/+604
2006-08-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds16-306/+487
2006-08-06[PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse1-2/+5
2006-08-06[PATCH] pnpacpi: reject ACPI_PRODUCER resourcesmatthieu castet1-0/+8
2006-08-06[PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki1-0/+4
2006-08-06[PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki1-8/+1
2006-08-06[PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter1-0/+3
2006-08-06[PATCH] eicon: fix define conflict with ptraceAlexey Dobriyan1-1/+0
2006-08-06[PATCH] pSeries: hvsi char driver janitorial cleanupLinas Vepstas1-4/+1
2006-08-06[PATCH] pSeries hvsi char driver null pointer derefLinas Vepstas1-1/+2
2006-08-06[PATCH] au1100fb: Fix startup sequenceRodolfo Giometti1-8/+5
2006-08-06[PATCH] au1100fb: info->var.rotate fixRodolfo Giometti1-2/+3
2006-08-06[PATCH] md: Fix a bug that recently crept into md/linearNeilBrown1-3/+3
2006-08-06[PATCH] omap-rng build fixDavid Brownell1-27/+24
2006-08-06[PATCH] crash in aty128_set_lcd_enable() on PowerBookOlaf Hering1-7/+3
2006-08-06[PATCH] drivers/edac/edac_mc.h must #include <linux/platform_device.h>Adrian Bunk1-0/+1
2006-08-04Input: ati_remote - use msec instead of jiffiesDmitry Torokhov1-58/+77
2006-08-04Input: ati_remote - add missing input_sync()Dmitry Torokhov1-0/+1
2006-08-04Input: ati_remote - relax permissions sysfs module parametersDmitry Torokhov1-2/+2
2006-08-04Input: ati_remote - make filter time a module parameterEdwin Huffstutler1-14/+19
2006-08-04Input: atkbd - restore repeat rate when resumingDmitry Torokhov1-43/+60
2006-08-04Input: trackpoint - activate protocol when resumingDmitry Torokhov1-18/+34
2006-08-04Input: logips2pp - fix button mapping for MX300Roberto Castagnola1-2/+1
2006-08-04Input: keyboard - change to use kzallocDmitry Torokhov1-2/+2
2006-08-04Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 in...Dmitry Torokhov633-7298/+20165