summaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy
AgeCommit message (Expand)AuthorFilesLines
2008-04-18ide: init hwif->{io_ports,irq} explicitly in legacy VLB host driversBartlomiej Zolnierkiewicz6-5/+72
2008-04-18ide: add ide-4drives host driver (take 3)Bartlomiej Zolnierkiewicz2-0/+47
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz1-6/+7
2008-04-18ide: remove ->hold field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz2-3/+3
2008-04-18ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-04-02ide/legacy/q40ide.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-04-02ide/legacy/macide: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-04-02ide/legacy/falconide.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-04-02ide/legacy/buddha.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-04-02ide/legacy/gayle.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-02-26qd65xx: remove commented out codeBartlomiej Zolnierkiewicz1-37/+0
2008-02-26qd65xx: fix setup of QD6580 Control registerBartlomiej Zolnierkiewicz1-4/+2
2008-02-19ht6560b: force prefetch for some devicesJan Evert van Grootheest1-7/+16
2008-02-19ht6560b can only do up to PIO mode 4Jan Evert van Grootheest1-1/+1
2008-02-19falconide: locking bugfixBartlomiej Zolnierkiewicz1-0/+2
2008-02-19ide: Add missing base addresses for falconide and macideGeert Uytterhoeven2-2/+2
2008-02-11ide: fix ide/legacy/gayle.c compilationAdrian Bunk1-1/+1
2008-02-06Rename: linux/pata_platform.h to linux/ata_platform.hJeff Garzik1-1/+1
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz5-108/+111
2008-02-06drivers/ide/legacy/hd.c: fix uninitialized var warningAndrew Morton1-3/+6
2008-02-02ide-cs: use ide_std_init_ports()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz2-23/+47
2008-02-02ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz1-7/+3
2008-02-02ide: fix ide_unregister() usage in host driversBartlomiej Zolnierkiewicz2-3/+3
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-1/+24
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz2-2/+2
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz11-72/+57
2008-02-02macide: remove drive->capacity64 quirkBartlomiej Zolnierkiewicz1-10/+0
2008-02-02dtc2278: fix ->io_32bit handlingBartlomiej Zolnierkiewicz1-6/+6
2008-02-01ide_platform: remove struct hwif_propBartlomiej Zolnierkiewicz1-26/+8
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz12-19/+5
2008-02-01Atari Falcon IDE: Add missing hwif variableGeert Uytterhoeven1-0/+1
2008-01-26ide: print banner message once per controller in m68k host driversBartlomiej Zolnierkiewicz5-35/+22
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz11-34/+48
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz5-2/+24
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz6-31/+45
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-27/+28
2007-11-27ali14xx: constify __initdataBartlomiej Zolnierkiewicz1-3/+4
2007-11-27macide/q40ide: add missing __init tag to {macide,q40ide}_init()Bartlomiej Zolnierkiewicz2-2/+2
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20dtc2278: note on docsAlan Cox1-0/+2
2007-10-20qd65xx: remove pointless qd_{read,write}_reg() (take 2)Bartlomiej Zolnierkiewicz1-34/+12
2007-10-20ide: take ide_lock for prefetch disable/enable in do_special()Bartlomiej Zolnierkiewicz1-5/+0
2007-10-20ht6560b: fix deadlock on error handlingBartlomiej Zolnierkiewicz1-13/+18
2007-10-20qd65xx: fix deadlock on error handlingBartlomiej Zolnierkiewicz1-8/+9
2007-10-20dtc2278: fix deadlock on error handlingBartlomiej Zolnierkiewicz1-2/+4
2007-10-20ali14xx: fix deadlock on error handlingBartlomiej Zolnierkiewicz1-2/+4
2007-10-20dtc2278: set ->pio_mask also for the second portBartlomiej Zolnierkiewicz1-0/+1
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz1-6/+5