01 Nov, 2011

1 commit


11 May, 2011

1 commit


16 Jan, 2011

1 commit


17 Dec, 2010

1 commit

  • The totalsize field was be32. And the reserve bootmem would cause failure.

    Signed-off-by: Thomas Chou
    To: devicetree-discuss@lists.ozlabs.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Cc: grant.likely@secretlab.ca
    Cc: David Daney
    Cc: Dezhong Diao
    Patchwork: https://patchwork.linux-mips.org/patch/1838/
    Signed-off-by: Ralf Baechle

    Thomas Chou
     

22 Oct, 2010

1 commit

  • Add the ability to enable CONFIG_OF on the MIPS architecture.

    Signed-off-by: Dezhong Diao
    [grant.likely@secretlab.ca: cleared out obsolete hooks,
    removed ARCH_HAS_DEVTREE_MEM,
    remove __init tags from header file,
    removed debugfs support hunk]
    [ddaney@linux-mips.org: backed out over aggressive trimming of hooks]
    Acked-by: Ralf Baechle
    Tested-by: David Daney
    Signed-off-by: Grant Likely

    Dezhong Diao