[PATCHv3 1/1] ARM:vt8500: Convert to use .restart and remove arch_reset()
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-07-18 15:13:58
On Wednesday 18 July 2012, Tony Prisk wrote:
Removed system.h as it only contained an inline for arch_reset() Changed the existing board files to use .restart in machine descriptions. Added device tree support for the restart controller. Device tree support for mach-vt8500 is still a work-in-progress. Change History v3: style changes.
The change history of the patch should go below the '---' line, there is no need to preserve that in the git changelog in cases like this. For larger patches you may actually want to preserve it and put it here, but the fact that you applied style changes is not such a case ;-)
Signed-off-by: Tony Prisk <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de> The patch looks good, but you've sent it through a mail client that mangles the patch into a form that I cannot apply. Please use git-send-email or use a setup described in Documentation/email-clients.txt. The preferred way would actually be a 'git request-pull' with a public git URL, but patches are also fine if it's only an occasional bug fix like this. Arnd