summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ppc
Commit message (Expand)AuthorAgeFilesLines
* ide: add ide_host_add() helperBartlomiej Zolnierkiewicz2008-07-231-5/+4Star
* ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz2008-07-231-5/+5
* ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-231-4/+17
* ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz2008-07-231-13/+0Star
* ide: add ->set_irq methodBartlomiej Zolnierkiewicz2008-07-231-0/+17
* ide: add ->exec_command methodBartlomiej Zolnierkiewicz2008-07-231-0/+9
* ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz2008-07-231-3/+2Star
* ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2)Bartlomiej Zolnierkiewicz2008-07-231-26/+16Star
* ide-pmac: add ->init_dev method (take 4)Bartlomiej Zolnierkiewicz2008-07-231-11/+20
* ide-pmac: store pmif instead of hwif in ->driver_data (take 2)Bartlomiej Zolnierkiewicz2008-07-231-40/+57
* powerpc/ide: remove mpc8xx-ide driverArnd Bergmann2008-07-162-845/+0Star
* ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz2008-07-161-4/+2Star
* ide-pmac: convert to use ide_timing_find_mode()Bartlomiej Zolnierkiewicz2008-07-161-7/+6Star
* ide-mpc8xx: convert to use ide_timing_find_mode()Bartlomiej Zolnierkiewicz2008-07-161-20/+13Star
* ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz2008-07-161-2/+0Star
* ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz2008-07-151-3/+3
* ide-pmac: remove bogus comment about pmac_ide_setup_device()Bartlomiej Zolnierkiewicz2008-06-151-4/+1Star
* ide-pmac: add ->cable_detect methodBartlomiej Zolnierkiewicz2008-06-151-24/+31
* ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz2008-06-101-0/+4
* ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+1
* ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz2008-04-272-5/+6
* mpc8xx-ide: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-271-10/+14
* ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz2008-04-261-2/+2
* ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz2008-04-261-9/+16
* ide-pmac: use ->init_dma methodBartlomiej Zolnierkiewicz2008-04-261-8/+12
* ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-261-1/+1
* ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz2008-04-262-4/+0Star
* ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-261-5/+10
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-262-10/+22
* ide-mpc8xx: fix resources reservationBartlomiej Zolnierkiewicz2008-04-261-1/+17
* ide-mpc8xx: make m8xx_ide_init_ports() return an error valueBartlomiej Zolnierkiewicz2008-04-261-15/+25
* ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz2008-04-261-1/+0Star
* ide-pmac: use ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-25/+19Star
* ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2)Bartlomiej Zolnierkiewicz2008-04-261-16/+33
* ppc/mpc8xx: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-64/+22Star
* ppc/pmac: remove ppc_ide_md hooksBartlomiej Zolnierkiewicz2008-04-181-39/+11Star
* ide-pmac: remove dead codeBartlomiej Zolnierkiewicz2008-04-181-47/+0Star
* ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz2008-04-181-1/+2
* ide: remove ->hold field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz2008-04-181-1/+0Star
* ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz2008-04-181-1/+2
* ide/ppc/pmac.c: add MODULE_LICENSEAdrian Bunk2008-04-021-0/+2
* ide/ppc/mpc8xx.c: add MODULE_LICENSEAdrian Bunk2008-04-021-0/+2
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-2/+2
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0Star
* ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz2008-02-022-50/+36Star
* ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-012-4/+1Star
* ide-pmac: macio resource freeing bugfixBartlomiej Zolnierkiewicz2008-02-011-3/+3
* ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz2008-02-011-4/+6
* ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)Bartlomiej Zolnierkiewicz2008-02-011-10/+6Star
* ide/ppc/pmac.c section fixesAdrian Bunk2008-02-011-2/+2