aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz2-3/+1
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz1-19/+6
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz6-34/+23
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz6-9/+9
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-16ide-cs: Add additional id string (corsair, 1GB)Kristoffer Ericson1-5/+7
2007-10-13ide_platform: set hwif->chipsetBartlomiej Zolnierkiewicz1-1/+1
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz5-47/+47
2007-10-11ide: Platform IDE driverAnton Vorontsov2-0/+184
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-20m68k: missing exportsAl Viro1-0/+2
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz5-0/+8
2007-07-20ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz5-5/+5
2007-07-20ide: add ide_pio_cycle_time() helper (take 2)Bartlomiej Zolnierkiewicz3-17/+18
2007-07-20PCMCIA: Add another MemoryCard to ide-cs/pata_pcmciaMarcin Juszkiewicz1-0/+1
2007-07-12hd.c: remove BIOS/CMOS queriesH. Peter Anvin1-61/+12
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh1-1/+2
2007-07-09drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with ARRAY_SIZEAndi Drebes1-1/+1
2007-07-09ide: remove content related to dead CONFIG_BLK_DEV_MAC_MEDIABAY config variableRobert P. J. Day1-14/+0