On Fri, Dec 12, 2014 at 05:13:46PM -0500, Joshua Kinard wrote: > This modifies the IP32 (SGI O2) platform and reset code to utilize the new > rtc-ds1685 driver. The old mc146818rtc.h header is removed and ip32_defconfig > is updated as well. > > Signed-off-by: Joshua Kinard <kumba@xxxxxxxxxx> > --- > arch/mips/configs/ip32_defconfig | 3 > arch/mips/include/asm/mach-ip32/mc146818rtc.h | 36 ---- > arch/mips/sgi-ip32/ip32-platform.c | 52 +++++- > arch/mips/sgi-ip32/ip32-reset.c | 132 ++++------------ > 4 files changed, 85 insertions(+), 138 deletions(-) > delete mode 100644 arch/mips/include/asm/mach-ip32/mc146818rtc.h > > Ralf, > > Similar to Maciej's DEC/RTC patches from a few months ago, this patch > requires the rtc-ds1685 driver be added upstream first before this can go into > into the LMO tree. If you can queue this someplace until that makes it in, > that would be great. Thanks! Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Alessandro, I don't think there is much of a chance of this patch conflicting with others so feel free to funnel this through the RTC tree. Or I carry both patches - I don't care which way. Cheers, Ralf