* [PATCH] Add rtas rtc calls for the QPACE platform
@ 2009-02-20 13:09 Benjamin Krill
0 siblings, 0 replies; only message in thread
From: Benjamin Krill @ 2009-02-20 13:09 UTC (permalink / raw)
To: linuxppc-dev list, Arnd Bergmann
The new firmware release exports further RTC calls. This
patch adds these calls to the QPACE platform setup file.
Signed-off-by: Benjamin Krill <ben@codiert.org>
---
arch/powerpc/platforms/cell/qpace_setup.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/cell/qpace_setup.c b/arch/powerpc/platforms/cell/qpace_setup.c
index 775cd80..c5ce02e 100644
--- a/arch/powerpc/platforms/cell/qpace_setup.c
+++ b/arch/powerpc/platforms/cell/qpace_setup.c
@@ -128,6 +128,8 @@ define_machine(qpace) {
.power_off = rtas_power_off,
.halt = rtas_halt,
.get_boot_time = rtas_get_boot_time,
+ .get_rtc_time = rtas_get_rtc_time,
+ .set_rtc_time = rtas_set_rtc_time,
.calibrate_decr = generic_calibrate_decr,
.progress = qpace_progress,
.init_IRQ = iic_init_IRQ,
--
1.5.4.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-20 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 13:09 [PATCH] Add rtas rtc calls for the QPACE platform Benjamin Krill
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.