From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] clk: Use a separate struct for holding init data. Date: Tue, 1 May 2012 16:11:05 +0800 Message-ID: <20120501081103.GC2194@S2101-09.ap.freescale.net> References: <1335419936-10881-1-git-send-email-skannan@codeaurora.org> <4F98EB10.2000505@codeaurora.org> <20120426084201.GF17184@pengutronix.de> <4d67387a86d99cbb4e2acf68d3588b1c.squirrel@www.codeaurora.org> <20120426095135.GG17184@pengutronix.de> <4F9EE84C.90106@codeaurora.org> <4F9F1659.1010804@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f51.google.com ([209.85.210.51]:52683 "EHLO mail-pz0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671Ab2EAILW (ORCPT ); Tue, 1 May 2012 04:11:22 -0400 Received: by dadz8 with SMTP id z8so5113039dad.10 for ; Tue, 01 May 2012 01:11:21 -0700 (PDT) Content-Disposition: inline In-Reply-To: <4F9F1659.1010804@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Saravana Kannan Cc: "Turquette, Mike" , Sascha Hauer , Andrew Lunn , Grant Likely , h@pengutronix.de, Jamie Iles , Jeremy Kerr , Magnus Damm , Deepak Saxena , linux-arm-kernel@lists.infradead.org, Arnd Bergman , linux-arm-msm@vger.kernel.org, Rob Herring , Russell King , Thomas Gleixner , Richard Zhao , Shawn Guo , Paul Walmsley , Linus Walleij , Mark Brown , Stephen Boyd , linux-kernel@vger.kernel.org, Amit Kucheria On Mon, Apr 30, 2012 at 03:46:49PM -0700, Saravana Kannan wrote: > I'm still hoping a Ack/Nack for the general idea from the others. > I believe that I have Acked the idea when you proposed it at the first time. What I really hoped is you can post the patch at least 1 week earlier. Basically I share the same frustration that Sascha has, the platform porting have been delayed by flowing changes on the core code. It's been -rc5, but we have not got a stable core base to have platform porting expose on linux-next. Anyway, since I agree this is the right direction for the long run, I will revisit my platform porting one more time once Mike applies the patch. -- Regards, Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Tue, 1 May 2012 16:11:05 +0800 Subject: [PATCH] clk: Use a separate struct for holding init data. In-Reply-To: <4F9F1659.1010804@codeaurora.org> References: <1335419936-10881-1-git-send-email-skannan@codeaurora.org> <4F98EB10.2000505@codeaurora.org> <20120426084201.GF17184@pengutronix.de> <4d67387a86d99cbb4e2acf68d3588b1c.squirrel@www.codeaurora.org> <20120426095135.GG17184@pengutronix.de> <4F9EE84C.90106@codeaurora.org> <4F9F1659.1010804@codeaurora.org> Message-ID: <20120501081103.GC2194@S2101-09.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 30, 2012 at 03:46:49PM -0700, Saravana Kannan wrote: > I'm still hoping a Ack/Nack for the general idea from the others. > I believe that I have Acked the idea when you proposed it at the first time. What I really hoped is you can post the patch at least 1 week earlier. Basically I share the same frustration that Sascha has, the platform porting have been delayed by flowing changes on the core code. It's been -rc5, but we have not got a stable core base to have platform porting expose on linux-next. Anyway, since I agree this is the right direction for the long run, I will revisit my platform porting one more time once Mike applies the patch. -- Regards, Shawn