yong.shen@linaro.org writes:
Hi,
From: Yong Shen yong.shen@freescale.com
Add cpuidle parameters to make cpuidle driver workable, but these parameters need further tuning
Signed-off-by: Yong Shen yong.shen@freescale.com
arch/arm/mach-mx5/board-mx51_babbage.c | 114 ++++++++++++++++++++++++++++++++ arch/arm/mach-mx5/devices.c | 4 + arch/arm/mach-mx5/devices.h | 1 + 3 files changed, 119 insertions(+), 0 deletions(-)
I didn't look at how it's working nor did a review but from a very quick look, I'm wondering why it's in board-mx51_babbage.c. Can you explain to me what makes this code specific to babbage ?
Arnaud