31 Mar, 2011

1 commit


15 Jan, 2009

1 commit


07 Jan, 2009

1 commit


27 Apr, 2008

1 commit

  • Always use "fast" MWDMA support and remove dma_{black,white}_list
    (they were based on completely bogus ->ide_dma_check implementation
    which didn't set neither the host controller timings nor the device
    for the desired transfer mode).

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

29 Jan, 2008

1 commit

  • Based upon the 2.4 kernel, the information presented in the
    Documentation/mips/GT64120.README file is outdated. Worse,
    the document contents are plain misleading nowadays because
    the text mentions files and directories, which have been
    deleted, moved or restructured for 2.6.

    This patch removes the documentation, which is no more valid.

    Signed-off-by: Dmitri Vorobiev
    Signed-off-by: Ralf Baechle

    Dmitri Vorobiev
     

20 Oct, 2007

2 commits


17 Oct, 2007

1 commit


11 May, 2007

1 commit


01 Nov, 2006

1 commit

  • Since we already moved to GENERIC_TIME, we should implement alternatives
    of old do_gettimeoffset routines to get sub-jiffies resolution from
    gettimeofday(). This patch includes:

    * MIPS clocksource support (based on works by Manish Lachwani).
    * remove unused gettimeoffset routines and related codes.
    * remove unised 64bit do_div64_32().
    * simplify mips_hpt_init. (no argument needed, __init tag)
    * simplify c0_hpt_timer_init. (no need to write to c0_count)
    * remove some hpt_init routines.
    * mips_hpt_mask variable to specify bitmask of hpt value.
    * convert jmr3927_do_gettimeoffset to jmr3927_hpt_read.
    * convert ip27_do_gettimeoffset to ip27_hpt_read.
    * convert bcm1480_do_gettimeoffset to bcm1480_hpt_read.
    * simplify sb1250 hpt functions. (no need to subtract and shift)

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     

22 Oct, 2006

1 commit


14 Jul, 2006

1 commit


15 Feb, 2006

1 commit


30 Oct, 2005

1 commit

  • - converted to platform bus
    - removed pci dependencies
    - removed virt_to_phys/phys_to_virt calls

    System now can root off of a disk.

    Signed-off-by: Ralf Baechle

    diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README
    new file mode 100644

    Pete Popov
     

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