aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz1-1/+1
2008-02-06Palmchip BK3710 IDE driverAnton Salnikov2-0/+396
2008-02-02ide: fix ide_unregister() usage in host driversBartlomiej Zolnierkiewicz2-2/+2
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-1/+19
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz3-14/+15
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz3-6/+1
2008-02-01au1xxx-ide/rapide: use hwif->index for ide_unregister()Bartlomiej Zolnierkiewicz1-2/+2
2008-02-01ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz1-19/+2
2008-02-01icside: use hwif->devBartlomiej Zolnierkiewicz1-17/+14
2008-01-26rapide: remove write-only hwif->hwif_dataBartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz2-1/+9
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz1-0/+4
2008-01-26ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz2-2/+8
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-17/+17
2008-01-26rapide: set hwif->chipsetBartlomiej Zolnierkiewicz1-0/+1
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-7/+2
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-16/+0
2008-01-26icside: add ide_toggle_bounce() callsBartlomiej Zolnierkiewicz1-0/+2
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-2/+0
2007-10-27ide/arm/icside: fallout from commit 86f3a492bb09eee5745b93af35f2212179c251fdAl Viro1-8/+8
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz2-8/+1
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz1-10/+10
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz2-43/+6
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz2-8/+13
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz2-2/+2
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-8/+0
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-9/+0
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-5/+3
2007-10-13icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz1-34/+3
2007-10-11icside: fix ->speedproc to return on unsupported modes (take 5)Bartlomiej Zolnierkiewicz1-13/+8
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-6/+1
2007-10-11ide: add missing ide_rate_filter() calls to ->speedproc()-sBartlomiej Zolnierkiewicz1-2/+1
2007-08-01drivers/ide/arm/icside.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-07-31Remove the arm26 portAdrian Bunk1-14/+6
2007-07-15icside: devm_iounmap() needs linux/io.hAl Viro1-1/+1
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-6/+5
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-3/+2
2007-05-11[ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King2-28/+9
2007-05-11[ARM] ecard: add helper function for setting ecard irq opsRussell King1-6/+3
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz2-3/+6
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz2-2/+2
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-1/+1
2007-03-17ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config optionsBartlomiej Zolnierkiewicz1-12/+1
2007-02-17ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz1-4/+4
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-6/+4
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-4/+1
2007-02-17ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz2-2/+2