summaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2008-10-13ide-disk: move /proc handling to ide-disk_proc.c (take 3)Bartlomiej Zolnierkiewicz4-135/+144
2008-10-13ide-disk: move all ioctl handling to ide-disk_ioctl.cBartlomiej Zolnierkiewicz5-48/+68
2008-10-13ide-floppy: move /proc handling to ide-floppy_proc.c (take 2)Bartlomiej Zolnierkiewicz4-37/+48
2008-10-13ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)Bartlomiej Zolnierkiewicz3-55/+54
2008-10-13ide-cd: no need to zero drive->special.allBartlomiej Zolnierkiewicz1-2/+0
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz4-15/+2
2008-10-13ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz1-22/+9
2008-10-13ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz1-4/+0
2008-10-13ide-generic: no need to probe all ports at onceBartlomiej Zolnierkiewicz1-35/+12
2008-10-13ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz2-27/+27
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz33-98/+98
2008-10-13ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()Bartlomiej Zolnierkiewicz1-80/+25
2008-10-13ide: factor out reset error reporting from reset_pollfunc()Bartlomiej Zolnierkiewicz1-19/+21
2008-10-13ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz2-73/+47
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz7-8/+8
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz19-72/+66
2008-10-13cy82c693: remove no longer needed CY82C693_DEBUG_LOGS codeBartlomiej Zolnierkiewicz1-51/+0
2008-10-13cy82c693: remove dead CY82C693_SETDMA_CLOCK codeBartlomiej Zolnierkiewicz1-60/+0
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz2-42/+24
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz2-15/+22
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz2-4/+0
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz4-4/+0
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz1-3/+4
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz24-212/+292
2008-10-13ide-disk: add ide_do_setfeature() helperBartlomiej Zolnierkiewicz1-15/+19
2008-10-13ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz1-6/+5
2008-10-13ide: fix IDE ACPI for slave device-only configurationsBartlomiej Zolnierkiewicz1-11/+10
2008-10-13ide-floppy: add a debug_mask module parameterBorislav Petkov1-0/+6
2008-10-13ide-floppy: convert driver to the new debugging macroBorislav Petkov1-65/+75
2008-10-13ide: unify conversion macrosBorislav Petkov3-38/+23
2008-10-13ide: remove unnecessary MAX_HWIFS checks from ide-probe.cBartlomiej Zolnierkiewicz1-16/+9
2008-10-13ide: remove CONFIG_BLK_DEV_IDE config option (take 2)Bartlomiej Zolnierkiewicz2-40/+6
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz4-78/+44
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz3-29/+14
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz3-14/+14
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz5-58/+38
2008-10-13ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz3-10/+4
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz3-12/+30
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz4-37/+25
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz3-16/+19
2008-10-13sgiioc4: fix messagesSergei Shtylylov1-23/+16
2008-10-13sgiioc4: sgiioc4_read_status drive busy check fixSergei Shtylylov1-2/+3
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns8-202/+184
2008-10-10ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz2-19/+7
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz3-14/+13
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz3-35/+23
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz3-56/+32
2008-10-10ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.cBartlomiej Zolnierkiewicz4-288/+317
2008-10-10ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}Bartlomiej Zolnierkiewicz1-10/+14