05 Jan, 2012

1 commit

  • Hook these platforms restart code into the new restart hook rather than
    using arch_reset().

    In addition, convert calls to arm_machine_restart() to orion5x_restart()
    to ensure that they continue to work as intended.

    Acked-by: Nicolas Pitre
    Signed-off-by: Russell King

    Russell King
     

22 Aug, 2011

1 commit


17 May, 2011

1 commit


31 Mar, 2011

1 commit


04 Mar, 2011

1 commit


20 Oct, 2010

1 commit

  • Since we're now using addruart to establish the debug mapping, we can
    remove the io_pg_offst and phys_io members of struct machine_desc.

    The various declarations were removed using the following script:

    grep -rl MACHINE_START arch/arm | xargs \
    sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'

    [ Initial patch was from Jeremy Kerr, example script from Russell King ]

    Signed-off-by: Nicolas Pitre
    Acked-by: Eric Miao

    Nicolas Pitre
     

09 Sep, 2009

1 commit