01 Aug, 2006

1 commit

  • When resuming from suspend-to-RAM, the NMI watchdog detects a lockup in
    ide_wait_not_busy. Here's a screenshot of the trace taken by a digital
    camera: http://www.uamt.feec.vutbr.cz/rizeni/pom/DSC03510-2.JPG

    Let's touch the NMI watchdog in ide_wait_not_busy. The system then resumes
    correctly from STR.

    [akpm@osdl.org: modular build fix]
    Signed-off-by: Michal Schmidt
    Acked-by: Alan Cox
    Cc: Bartlomiej Zolnierkiewicz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michal Schmidt
     

01 Jul, 2006

1 commit


29 Jun, 2006

1 commit

  • This is based on the proposed patches flying around but also checks that
    the device in question is new enough to have word 93 rather thanb blindly
    assuming word 93 == 0 means SATA (see ATA-5, ATA-7)

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

23 Jun, 2006

1 commit


04 Feb, 2006

1 commit


10 Nov, 2005

1 commit

  • This patch contains the following possible cleanups:
    - pci/cy82c693.c: make a needlessly global function static
    - remove the following unneeded EXPORT_SYMBOL's:
    - ide-taskfile.c: do_rw_taskfile
    - ide-iops.c: default_hwif_iops
    - ide-iops.c: default_hwif_transport
    - ide-iops.c: wait_for_ready

    Signed-off-by: Adrian Bunk
    Signed-off-by: Bartlomiej Zolnierkiewicz

    Adrian Bunk
     

13 Sep, 2005

1 commit


28 Jun, 2005

1 commit

  • Pretty much theoretical for non MMIO thankfully. We _must_ use OUTBSYNC for
    commands or they may be posted and thus ruin the 400nS required delay.

    Signed-off-by: Alan Cox
    Acked-by: Bartlomiej Zolnierkiewicz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds