aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-11ide: add ide_dev_is_sata() helper (take 2)Sergei Shtylyov1-0/+13
2007-08-20ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz1-1/+2
2007-08-20ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz1-1/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz1-0/+3
2007-07-20ide: remove ide_find_best_pio_mode()Bartlomiej Zolnierkiewicz1-0/+7
2007-07-20ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz1-5/+1
2007-07-20ide: add ide_pio_cycle_time() helper (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-3/+3
2007-07-20ide: add ide_dev_has_iordy() helper (take 4)Bartlomiej Zolnierkiewicz1-1/+5
2007-07-20ide: make ide_get_best_pio_mode() print info if overriding PIO modeBartlomiej Zolnierkiewicz1-1/+0
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz1-1/+2
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke1-1/+2
2007-07-09ide: use mutex instead of ide_cfg_sem semaphore in IDE driverMatthias Kaehlcke1-2/+2
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-2/+2
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-2/+2
2007-06-08ide: HPA detect from resumeLee Trager1-0/+1
2007-05-16ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz1-2/+0
2007-05-16ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz1-1/+0
2007-05-10ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz1-0/+5
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz1-6/+4
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+3
2007-05-10ide: cable detection fixes (take 2)Bartlomiej Zolnierkiewicz1-0/+1
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz1-16/+23
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz1-12/+4
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz1-6/+8
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz1-0/+2
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-6/+4
2007-05-10ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz1-0/+1
2007-05-05sl82c105: rework PIO support (take 2)Sergei Shtylyov1-1/+0
2007-04-10ide: correctly prevent IDE timer expiry function to run if request was already handledSuleiman Souhlal1-0/+2
2007-03-26ide: use correct IDE error recoverySuleiman Souhlal1-0/+1
2007-03-03ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)Sergei Shtylyov1-1/+2
2007-02-17ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz1-2/+2
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-6/+6
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-0/+2
2007-02-17ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz1-1/+1
2007-02-17ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz1-2/+0
2007-02-17ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz1-0/+1
2007-02-17ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz1-1/+0
2007-02-17ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz1-1/+0
2007-02-17ide: remove write-only ide_pio_data_t.blacklistedBartlomiej Zolnierkiewicz1-1/+0
2007-02-17ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)Albert Lee1-1/+0
2007-02-17ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee1-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-0/+27
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman1-2/+2
2007-02-07ACPI support for IDE devicesHannes Reinecke1-0/+27
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh1-2/+0
2006-12-10[PATCH] ide-cd: Handle strange interrupt on the Intel ESB2Alan Cox1-0/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1