aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ppc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-27drivers/ide: Add missing "space"Joe Perches1-1/+1
2007-11-13ide-pmac: skip conservative PIO "downgrade"Bartlomiej Zolnierkiewicz1-0/+1
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz1-2/+4
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz1-3/+3
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-3/+0
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-11/+6
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-16/+0
2007-10-16ide-pmac: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz1-0/+2
2007-10-16IDE: sg chaining supportJens Axboe1-1/+1
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-18/+6
2007-10-13ide-pmac: fix PIO setup and enable autotuneBenjamin Herrenschmidt1-8/+12
2007-10-13ide-pmac: use ide_tune_dma() (take 2)Bartlomiej Zolnierkiewicz1-18/+7
2007-10-13ide-pmac: remove pmac_ide_do_setfeature() (take 2)Bartlomiej Zolnierkiewicz1-77/+3
2007-10-13ide-pmac: remove nIEN clearing from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz1-1/+0
2007-10-13ide-pmac: use __ide_wait_stat()Bartlomiej Zolnierkiewicz1-4/+5
2007-10-13ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz1-11/+1
2007-10-13ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2)Bartlomiej Zolnierkiewicz1-98/+4
2007-10-13ide-pmac: remove control register messing from pmac_ide_dma_check()Bartlomiej Zolnierkiewicz1-1/+1
2007-10-13ide-pmac: fix set_timings_mdma()Bartlomiej Zolnierkiewicz1-28/+12
2007-10-13ide-pmac: pmac_ide_tune_chipset() fixesBartlomiej Zolnierkiewicz1-11/+16
2007-10-13ide-pmac: don't check kauai_lookup_timing() return valueBartlomiej Zolnierkiewicz1-12/+1
2007-10-11ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz1-8/+1
2007-10-11ide-pmac: PIO mode setup fixes (take 3)Bartlomiej Zolnierkiewicz1-5/+10
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz2-22/+7
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-5/+1
2007-10-11ide: add missing ide_rate_filter() calls to ->speedproc()-sBartlomiej Zolnierkiewicz1-8/+2
2007-10-06Fix non-terminated PCI match table in PowerMac IDEBenjamin Herrenschmidt1-0/+1
2007-09-17ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell1-2/+0
2007-09-11mpc8xx: Only build mpc8xx on arch/ppcKumar Gala1-1/+0
2007-08-20ide-pmac: fix drive->init_speed reportingBartlomiej Zolnierkiewicz1-11/+3
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz2-0/+3
2007-07-20ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz2-3/+2
2007-07-20ide: add ide_pio_cycle_time() helper (take 2)Bartlomiej Zolnierkiewicz1-7/+8
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz1-3/+3
2007-07-09ide: convert ide_find_best_mode() users to use ide_max_dma_mode()Bartlomiej Zolnierkiewicz1-21/+4
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-1/+1
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-5/+4
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz1-0/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-7/+7
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-2/+2
2007-03-17scc_pata: dependency fixKou Ishizaki1-858/+0
2007-03-03scc_pata: bugfix for checking DMA IRQ statusAkira Iguchi1-0/+27
2007-03-03ide: fix pmac breakageAndrew Morton1-9/+24
2007-02-17ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz1-4/+2
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-5/+3
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-5/+3
2007-02-17ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz1-4/+3
2007-02-17ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz2-2/+2