From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 15 Dec 2014 17:30:02 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:47747 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27008804AbaLOQaAhGg88 (ORCPT ); Mon, 15 Dec 2014 17:30:00 +0100 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.8/8.14.8) with ESMTP id sBFGTxmS027503; Mon, 15 Dec 2014 17:29:59 +0100 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.8/8.14.8/Submit) id sBFGTwQk027502; Mon, 15 Dec 2014 17:29:58 +0100 Date: Mon, 15 Dec 2014 17:29:58 +0100 From: Ralf Baechle To: Joshua Kinard Cc: Alessandro Zummo , Linux MIPS List , rtc-linux@googlegroups.com, LKML Subject: Re: [PATCH 02/02 resend] MIPS: IP32: Add platform data hooks to use DS1685 driver Message-ID: <20141215162957.GC26674@linux-mips.org> References: <548B689A.1010007@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <548B689A.1010007@gentoo.org> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 44680 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 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 > --- > 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 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