summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ppc
AgeCommit message (Expand)AuthorLines
2005-03-13[PATCH] MODULE_DEVICE_TABLE fixesThierry Vignaud-0/+1
2005-03-13[PATCH] ide-pmac logic fixBenjamin Herrenschmidt-4/+5
2005-03-11[PATCH] ppc64: Add IDE-pmac support for new "Shasta" chipsetBenjamin Herrenschmidt-17/+173
2005-01-07[ide] disable debug in IDE ppc/pmac driverBartlomiej Zolnierkiewicz-1/+1
2004-11-12ppc: fix up pmac IDE driver for driver core changesLinus Torvalds-8/+8
2004-11-01[ide] remove more dead ide exportsBartlomiej Zolnierkiewicz-2/+0
2004-10-29[ide] pmac: kill CONFIG_BLK_DEV_IDEDMA_PMAC_AUTOBartlomiej Zolnierkiewicz-7/+0
2004-10-22[ide] kill ide_hwif_t->ide_dma_verboseBartlomiej Zolnierkiewicz-1/+0
2004-10-22[ide] kill ide_raw_build_sglist()Bartlomiej Zolnierkiewicz-5/+2
2004-10-22[ide] pmac: kill pmac_ide_[raw_]build_sglist()Bartlomiej Zolnierkiewicz-52/+2
2004-10-20[ide] sg PIO for fs requestsBartlomiej Zolnierkiewicz-1/+3
2004-10-20[ide] always allocate hwif->sg_tableBartlomiej Zolnierkiewicz-8/+2
2004-10-20[ide] pmac: use more ide_hwif_t fieldsBartlomiej Zolnierkiewicz-35/+27
2004-10-20[ide] convert ide_hwif_t->ide_dma_begin() to ->dma_start()Bartlomiej Zolnierkiewicz-5/+3
2004-10-20[ide] add ide_hwif_t->dma_exec_cmd()Bartlomiej Zolnierkiewicz-48/+3
2004-10-20[ide] add ide_hwif_t->dma_setup()Bartlomiej Zolnierkiewicz-16/+3
2004-10-19[ide] add sg_init_one() helper and teach ide about itBartlomiej Zolnierkiewicz-8/+3
2004-09-23[PATCH] ppc32/64: Fix warning in pmac ideBenjamin Herrenschmidt-1/+1
2004-09-23ppc: annotate pmac ide driverLinus Torvalds-35/+31
2004-09-22[ide] remove ide_hwif_t->sg_dma_activeBartlomiej Zolnierkiewicz-5/+0
2004-09-10ide: avoid PCI iomem warning in pmac.cLinus Torvalds-1/+1
2004-08-23sparse: don't use signed single-bit bitfields.Linus Torvalds-4/+4
2004-07-28[PATCH] ide/pmac: replace schedule_timeout() with msleep()Nishanth Aravamudan-8/+4
2004-05-21[PATCH] remove dead drivers/ide/ppc/swarm.cBartlomiej Zolnierkiewicz-101/+0
2004-02-19[PATCH] Fix a DMA underrun problem with pmac IDEBenjamin Herrenschmidt-23/+28
2004-02-15[PATCH] make __ide_dma_off() generic and remove ide_hwif_t->ide_dma_offBartlomiej Zolnierkiewicz-1/+0
2004-02-15[PATCH] remove __ide_dma_count() and ide_hwif_t->ide_dma_countBartlomiej Zolnierkiewicz-7/+0
2004-02-15[PATCH] remove ide_dma_{good,bad}_drive from ide_hwif_tBartlomiej Zolnierkiewicz-2/+0
2004-02-13ppc64: fix build of pmac "mac-io" IDE driver on 64 bits kernelBenjamin Herrenschmidt-6/+17
2004-02-05Merge PPC updateLinus Torvalds-57/+193
2004-02-06ppc32: Update the PowerMac "macio" IDE driverBenjamin Herrenschmidt-57/+193
2004-02-04[PATCH] remove ide_dma_queued_* ops from ide_hwif_tBartlomiej Zolnierkiewicz-7/+0
2004-02-04[PATCH] remove unused __ide_dma_retune() and ide_hwif_t->ide_dma_retuneBartlomiej Zolnierkiewicz-1/+0
2004-02-01[PATCH] fix/improve modular IDEBartlomiej Zolnierkiewicz-6/+0
2003-08-31Merge pmac IDE changesLinus Torvalds-2/+1
2003-08-30[PATCH] kill ide_modes.hBartlomiej Zolnierkiewicz-2/+0
2003-08-30[PATCH] fix PowerMac driver breakage caused by recent dynamic queue changeBartlomiej Zolnierkiewicz-1/+1
2003-08-25Fix a bug where an ide-pmac hwif returned to the system because it's emptyBenjamin Herrenschmidt-80/+81
2003-08-24Update PowerMac IDE driver. Adapt to new driver model, add properBenjamin Herrenschmidt-647/+939
2003-08-15[MM]: Add and use offset_in_page() convenience macro.David S. Miller-2/+2
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk-1/+0
2003-07-05[PATCH] fix IDE init oops on PowerMacBenjamin Herrenschmidt-0/+2
2003-05-25[PATCH] drivers/ide/ppc/pmac.c compile fixBenjamin Herrenschmidt-1/+1
2003-04-24[PATCH] ppc boot device selection cleanupAlexander Viro-2/+2
2003-03-22[PATCH] ide typo fixes #3Alan Cox-2/+2
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes-1/+1
2003-02-24[PATCH] Spelling fixes - occurredMichael Hayes-1/+1
2003-02-17[PATCH] rmeove ide_ioreg_t from PCI ideAlan Cox-14/+14
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst-2/+0
2002-11-06[PATCH] Update powermac IDE driverPaul Mackerras-53/+47