From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751997AbbEFJko (ORCPT ); Wed, 6 May 2015 05:40:44 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:56792 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbbEFJkk (ORCPT ); Wed, 6 May 2015 05:40:40 -0400 From: Arnd Bergmann To: Alexandre Belloni Cc: Hans Ulli Kroll , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, Linus Walleij , Russell King , Felix Fietkau , Roman Yeryomin Subject: Re: [1/2] RTC: Add core rtc support for Gemini Soc devices Date: Wed, 06 May 2015 11:39:58 +0200 Message-ID: <2694895.MomHLoCaoZ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150501234214.GK12076@piout.net> References: <1292339307-14336-2-git-send-email-ulli.kroll@googlemail.com> <20150501234214.GK12076@piout.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:jsCZStgwvaBzFcUuLAe0+ZIUHkYoOJaoPX/lLMH885t+rqC/+Pd FFX205apmi5cZoYByhYX6oDPRdyGbz2FlGgyTQIGAjpSHjjXeq0y7lwn6h5sHBccrdO2wL3 aHLZOe3AJVAfmSbIfP/ZDMXsmSBaF1SMGksjuL2A9xvYDHvq/13DcXqVRTY5dOkyb3YkqFt IPZ2c8F7qwW6Kkwm+/B8w== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 02 May 2015 01:42:14 Alexandre Belloni wrote: > Hi, > > On 14/12/2010 at 16:08:26 +0100, Hans Ulli Kroll wrote : > > driver for the rtc device > > on Cortina Systems CS3516 or StormlinkSemi SL3516 aka Gemini SoC > > > > Signed-off-by: Hans Ulli Kroll > > This driver has never been merged and the platform doesn't seem to be > active anymore. Is there still any interest in getting this driver > mainlined? > > Only tree wide cleanups happened in mach-gemini since end of 2010, the > listed git repository (git://git.berlios.de/gemini-board) was on berliOS > (closed since 2011) and the sourceforge mirror seems empty. Is there > still interest in keeping that platform in the mainline? As far as I know, the platform is still used by a number of people, and is supported by OpenWRT. The reason we haven't seen updates is that Ulli has been mostly absent from upstream development, and we haven't had any other person step up as maintainer. I have a patch to convert the platform to ARCH_MULTIPLATFORM, and the code doesn't really get in the way otherwise. As far as I'm concerned, we should just merge all the patches from http://git.openwrt.org/?p=openwrt.git;a=tree;f=target/linux/gemini/patches-3.18 We should also try to find a maintainer that can respond to patches in a timely manner. If Ulli has time for that again, that would be great, otherwise I think we should find someone from OpenWRT to take over. Arnd