From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 16 Mar 2012 20:57:58 +0000 Subject: [PATCH v7 1/3] Documentation: common clk API In-Reply-To: <201203161218.05125.arnd.bergmann@linaro.org> References: <1331878280-2758-1-git-send-email-mturquette@linaro.org> <201203161218.05125.arnd.bergmann@linaro.org> Message-ID: <201203162057.58706.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 16 March 2012, Arnd Bergmann wrote: > > > > Can we shoe-horn this thing into 3.4 (it is a bit late, i know) so > > that platform ports can gather speed? Several people are waiting for a > > somewhat stable version before starting their ports. > > > > And what is the path into mainline - will Russell carry it or Arnd > > (with Russell's blessing)? > > I would suggest putting it into a late/* branch of arm-soc so it finally > gets some linux-next exposure, and then sending it in the second week of the > merge window. > > Russell, please let me know if you want to carry it instead or if you > have found any last-minute show stoppers in the code. FWIW, it's in arm-soc now, and it's the last thing I put in there for v3.4. From now on until v3.4-rc1, feature patches can only get removed from arm-soc, not added. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161834Ab2CPU6s (ORCPT ); Fri, 16 Mar 2012 16:58:48 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:61017 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031888Ab2CPU6q (ORCPT ); Fri, 16 Mar 2012 16:58:46 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 1/3] Documentation: common clk API Date: Fri, 16 Mar 2012 20:57:58 +0000 User-Agent: KMail/1.12.2 (Linux/3.3.0-rc1; KDE/4.3.2; x86_64; ; ) Cc: Amit Kucheria , Nicolas Pitre , linaro-dev@lists.linaro.org, Linus Walleij , Grant Likely , Saravana Kannan , Jeremy Kerr , Mike Turquette , Mike Turquette , Magnus Damm , Deepak Saxena , patches@linaro.org, Sascha Hauer , Rob Herring , Russell King , Thomas Gleixner , Richard Zhao , Shawn Guo , Paul Walmsley , Linus Walleij , Mark Brown , Stephen Boyd , linux-kernel@vger.kernel.org References: <1331878280-2758-1-git-send-email-mturquette@linaro.org> <201203161218.05125.arnd.bergmann@linaro.org> In-Reply-To: <201203161218.05125.arnd.bergmann@linaro.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203162057.58706.arnd@arndb.de> X-Provags-ID: V02:K0:U2WW33MoXXYfUA3aZR5/fc69MuIIXIic7oLJwxJTl65 PkFfQf7Aw5FjQkYOxeXaOlGiDIYugMk1wQ9hewxb6mFmC1wlkX eLENZTlWHsNBYTi0tokboKd2oXMDHq4q0zGQKtlMT6FZ1MsSRV IgcWuF1KVMP5501DfwQ+s9wyuW0yU+sw06zVyNt12RqIoUno/z EzV1NPRCmb2Sq1Q96JOjZtBR7mXiAWLgszHnJGVTPLsapDHApd L3ixDuM+7DbiKc5BuH8l0yiCDZj47gXIvOVVlxTBdNrJGjp7Fw JcOA9s/hMBuljtz9bJBLFQoPyTm4oLAv8XCqCfO7LMtvbSBBJ9 rm7P2gsBSTc+EgMTVT80= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 16 March 2012, Arnd Bergmann wrote: > > > > Can we shoe-horn this thing into 3.4 (it is a bit late, i know) so > > that platform ports can gather speed? Several people are waiting for a > > somewhat stable version before starting their ports. > > > > And what is the path into mainline - will Russell carry it or Arnd > > (with Russell's blessing)? > > I would suggest putting it into a late/* branch of arm-soc so it finally > gets some linux-next exposure, and then sending it in the second week of the > merge window. > > Russell, please let me know if you want to carry it instead or if you > have found any last-minute show stoppers in the code. FWIW, it's in arm-soc now, and it's the last thing I put in there for v3.4. From now on until v3.4-rc1, feature patches can only get removed from arm-soc, not added. Arnd