[PATCH v2 2/8] arm/tegra: prepare early init for multiple tegra variants
From: Russell King - ARM Linux <hidden>
Date: 2011-11-04 16:30:47
Also in:
linux-tegra, lkml
From: Russell King - ARM Linux <hidden>
Date: 2011-11-04 16:30:47
Also in:
linux-tegra, lkml
On Fri, Nov 04, 2011 at 08:09:42AM -0700, Olof Johansson wrote:
Sounds reasonable to me. Want a patch to put in your arch_reset cleanup branch, I presume? I'll post something later today.
I would, but I've just changed the method slightly. It was becoming silly adding functions to every platform to initialize arm_pm_restart() in some way (preferably as early as possible) so I've scrapped that idea. I've just replaced it with something a little better, which is to put a pointer directly in the machine_desc stuff, and have generic code setup the pointer if this is set. I'll post some new patches sometime in the next few days.