summaryrefslogtreecommitdiffstats
path: root/drivers/ide
AgeCommit message (Expand)AuthorLines
2007-07-20ide: Stop mapping ROMsAlan Cox-38/+2
2007-07-20IDE: Remove references to dead ETRAX-related variables.Robert P. J. Day-6/+0
2007-07-20PCMCIA: Add another MemoryCard to ide-cs/pata_pcmciaMarcin Juszkiewicz-0/+1
2007-07-20scc_pata.c: Workaround for errata A308 (take 2)Kou Ishizaki-13/+54
2007-07-20scc_pata: Use inline function for eieioKumar Gala-2/+2
2007-07-19IDE: fix termination of non-fs requestsJens Axboe-6/+11
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-07-17Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changesLinus Torvalds-5/+5
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter-2/+2
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori-1/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe-18/+21
2007-07-15icside: devm_iounmap() needs linux/io.hAl Viro-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-58/+23
2007-07-12hd.c: remove BIOS/CMOS queriesH. Peter Anvin-61/+12
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok-57/+22
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh-1/+2
2007-07-09drivers/ide/ide-dma.c: unexport ide_set_dmaAdrian Bunk-2/+0
2007-07-09via82cxxx: backport short cables support from pata_via.cBartlomiej Zolnierkiewicz-7/+41
2007-07-09sis5513: backport short cables support from pata_sis.cBartlomiej Zolnierkiewicz-1/+24
2007-07-09alim15x3: backport short cables support from pata_ali.cBartlomiej Zolnierkiewicz-23/+48
2007-07-09piix: backport short cables support from ata_piix.cBartlomiej Zolnierkiewicz-3/+34
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz-88/+121
2007-07-09ide: convert ide_find_best_mode() users to use ide_max_dma_mode()Bartlomiej Zolnierkiewicz-215/+123
2007-07-09ide: fix pre-EIDE SWDMA supportBartlomiej Zolnierkiewicz-1/+15
2007-07-09drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with AR...Andi Drebes-1/+1
2007-07-09ide: remove content related to dead CONFIG_BLK_DEV_MAC_MEDIABAY config variableRobert P. J. Day-14/+0
2007-07-09ide: remove references to the non-existent CONFIG_SCSI_EATA_DMARobert P. J. Day-2/+2
2007-07-09ide-cd: replace C code with call to ARRAY_SIZE() macroRobert P. J. Day-5/+3
2007-07-09ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano-1/+0
2007-07-09ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano-33/+34
2007-07-09aec62xx: kill speedproc() method wrapper (take 2)Sergei Shtylyov-20/+8
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke-27/+27
2007-07-09aec62xx: remove init_dma() method (take 2)Sergei Shtylyov-35/+16
2007-07-09aec62xx: rework init_setup_aec6x80()Sergei Shtylyov-22/+13
2007-07-09cmd64x: init. code cleanupSergei Shtylyov-81/+45
2007-07-09hpt366: simplify UltraDMA filtering (take 4)Sergei Shtylyov-72/+82
2007-07-09ide: use mutex instead of ide_cfg_sem semaphore in IDE driverMatthias Kaehlcke-7/+7
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov-39/+41
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov-47/+39
2007-07-09serverworks: always tune CSB6Bartlomiej Zolnierkiewicz-75/+2
2007-07-08qd65xx: fix PIO mode selectionBartlomiej Zolnierkiewicz-2/+1
2007-07-08sis5513: adding PCI-IDUwe Koziolek-0/+1
2007-07-03ide: ide_scan_pcibus(): check __pci_register_driver return valueAndrew Morton-3/+7
2007-07-03ide: pdc202xx_new PLL input clock fixAlbert Lee-2/+8
2007-07-03it821x: fix incorrect SWDMA maskBartlomiej Zolnierkiewicz-2/+1
2007-07-03amd74xx: resume fixBartlomiej Zolnierkiewicz-5/+3
2007-07-03hpt366: use correct enablebits for HPT36xSergei Shtylyov-5/+15
2007-07-03hpt366: blacklist MAXTOR STM3320620A for UltraDMA/66Sergei Shtylyov-1/+2
2007-07-03ide: Fix a theoretical Ooops caseAlan Cox-2/+2