An error occurred fetching the project authors.
  1. 01 Nov, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [ide] obsolete some command line parameters · 179159ad
      Bartlomiej Zolnierkiewicz authored
      "hdx=autotune", "hdx=noautotune":
      * should be handled by host drivers needing them
      
      "idex=autotune", "idex=noautotune":
      * should die
      
      "idex=ata66":
      * should be handled by host drivers needing it
      
      "idex=dma":
      * works only for: cs5220.c, generic.c, hpt366.c, triflex.c
      * DMA should be used by default
      
      "idex=reset", "idex=serialize":
      * host drivers should set these settings when needed
      
      "idex=base[,ctl[,irq]]":
      * host drivers should auto-detect correct settings
      * ordering should be controlled by user-space
      
      "ide0=four":
      * should be handled by ide-generic driver
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      179159ad
  2. 29 Oct, 2004 2 commits
  3. 22 Oct, 2004 1 commit
  4. 21 Oct, 2004 1 commit
  5. 20 Oct, 2004 4 commits
  6. 19 Oct, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [ide] add ide_hwif_t->dma_setup() · b925236d
      Bartlomiej Zolnierkiewicz authored
      * tag REQ_DRIVE_TASKFILE write requests with REQ_RW
      * split off ->dma_setup() from ->ide_dma_[read,write] functions
      * use ->dma_setup() directly in ATAPI drivers and remove media
        checks from ->ide_dma_[read,write]
      * ->ide_dma_[read,write,begin] cannot fail now
      * in Etrax ide.c setup DMA for ATAPI devices before sending
        command to drive (so setup order is the same as for disks)
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      b925236d
  7. 10 Sep, 2004 3 commits
  8. 28 Aug, 2004 1 commit
  9. 23 Aug, 2004 2 commits
  10. 12 Aug, 2004 1 commit
  11. 30 Jun, 2004 1 commit
  12. 15 Jun, 2004 1 commit
  13. 05 Jun, 2004 3 commits
  14. 29 May, 2004 2 commits
  15. 26 May, 2004 2 commits
  16. 22 May, 2004 2 commits
  17. 19 May, 2004 4 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ide.c: use less stack in ide_unregister() · 10cba765
      Bartlomiej Zolnierkiewicz authored
      From: Chris Wedgwood <cw@f00f.org>
      
      Seperate function, cruft removed and old_hwif
      renamed to something less confusing.
      10cba765
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] H8/300 IDE support update · 7b4ac0ae
      Bartlomiej Zolnierkiewicz authored
      From: Yoshinori Sato <ysato@users.sourceforge.jp>
      
      With minor fixes from me
      7b4ac0ae
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ARM/ARM26 IDE cleanups · 4b3b8ee5
      Bartlomiej Zolnierkiewicz authored
      - clear hwif->hw in setup-pci.c before using it
      
      - fix arch/arm/Kconfig to allow IDE only on platforms supporting it
      
      - introduce IDE_ARCH_OBSOLETE_INIT and ide_default_io_ctl() so
        we can use generic ide_init_hwif_ports() and kill no longer needed
        <asm-arm/arch-*/ide.h> (leave broken lh7a40x and sa1100 versions)
      
      Cross-compile tested on ARM.
      4b3b8ee5
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] add default ARM/ARM26 IDE host driver · 20ebd12c
      Bartlomiej Zolnierkiewicz authored
      Add drivers/ide/arm/ide_arm.c for simple default IDE interfaces
      and clean obsolete ide_init_default_hwifs() implementations
      in asm-arm/arch-{cl7500,rpc,shark}/ide.h and asm-arm26/ide.h.
      
      This allows us to kill ide_init_default_hwifs() completely
      in the next patch (because lh7a40x and sa1100 are broken).
      
      Cross-compile tested on ARM.
      20ebd12c
  18. 29 Apr, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix default IDE interfaces initialization for PPC32 · 4734c153
      Bartlomiej Zolnierkiewicz authored
      In ide_init_default_irq() patch I overlooked that ppc_ide_md.init_hwif_ports()
      called from generic ide_init_hwif_ports() can set hwif->irq and it will
      be overwritten by ide_init_default_irq() if CONFIG_PCI is defined.  Fix
      it.
      
      I will clean it up properly later after killing ide_init_hwif_ports() on
      ARM{26}.  Doing it now is just wasted effort.
      4734c153
  19. 19 Apr, 2004 2 commits
  20. 13 Apr, 2004 1 commit
  21. 12 Apr, 2004 1 commit
  22. 27 Mar, 2004 2 commits
  23. 17 Mar, 2004 1 commit