12 Jul, 2008

1 commit

  • Such a hardcoded address can cause a checkstop or machine check if
    the driver is in the kernel but the address is not acknowledged.

    Both drivers allow an address to be specified as either a module
    parameter or config option. Any future powerpc board should either
    use one of these methods or find the address in the device tree.

    Signed-off-by: Milton Miller
    Signed-off-by: David Woodhouse

    Milton Miller
     

05 Jun, 2008

1 commit

  • Once upon a time, the MTD repository was using CVS.

    This patch therefore removes all usages of the no longer updated CVS
    keywords from the MTD code.

    This also includes code that printed them to the user.

    Signed-off-by: Adrian Bunk
    Signed-off-by: David Woodhouse

    Adrian Bunk
     

01 Aug, 2007

2 commits


11 Jul, 2007

2 commits

  • This patch has removed Ocelot G support from MTD.
    Ocelot G support has already removed since May 2007.

    Signed-off-by: Yoichi Yuasa
    Signed-off-by: David Woodhouse

    Yoichi Yuasa
     
  • Signed-off-by: Franck Bui-Huu
    Signed-off-by: Ralf Baechle

    delete mode 100644 arch/mips/configs/ocelot_c_defconfig
    delete mode 100644 arch/mips/momentum/ocelot_c/Makefile
    delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c
    delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c
    delete mode 100644 arch/mips/momentum/ocelot_c/irq.c
    delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h
    delete mode 100644 arch/mips/momentum/ocelot_c/platform.c
    delete mode 100644 arch/mips/momentum/ocelot_c/prom.c
    delete mode 100644 arch/mips/momentum/ocelot_c/reset.c
    delete mode 100644 arch/mips/momentum/ocelot_c/setup.c
    delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c
    delete mode 100644 arch/mips/pci/fixup-ocelot-c.c
    delete mode 100644 arch/mips/pci/pci-ocelot-c.c

    Franck Bui-Huu
     

01 Jul, 2006

1 commit


22 May, 2006

1 commit


20 May, 2006

1 commit

  • drivers/mtd/devices/docprobe.c: In function `DoC_Probe':
    drivers/mtd/devices/docprobe.c:338: warning: assignment from incompatible pointer type
    drivers/mtd/devices/docprobe.c:341: warning: assignment from incompatible pointer type

    Cc: David Woodhouse
    Signed-off-by: Andrew Morton
    Signed-off-by: David Woodhouse

    Andrew Morton
     

16 May, 2006

1 commit

  • On Mon, May 15, 2006 at 12:56:37AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.17-rc3-mm1:
    >...
    > git-mtd.patch
    >...
    > git trees
    >...

    If we correct the names of the config options, the code might actually
    work as intended...

    Signed-off-by: Adrian Bunk
    Signed-off-by: David Woodhouse

    Adrian Bunk
     

09 May, 2006

1 commit


08 May, 2006

1 commit


07 Nov, 2005

1 commit


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