From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [RFC PATCH v2 09/12] clk: samsung: s3c64xx: Add aliases for DMA clocks Date: Tue, 25 Jun 2013 07:30:32 +0200 Message-ID: <3499507.mKk2LUsQ0r@flatron> References: <1371933764-24875-1-git-send-email-tomasz.figa@gmail.com> <1371933764-24875-10-git-send-email-tomasz.figa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by alsa0.perex.cz (Postfix) with ESMTP id A8071265007 for ; Tue, 25 Jun 2013 07:30:31 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id ey16so356088wid.3 for ; Mon, 24 Jun 2013 22:30:31 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Linus Walleij Cc: "alsa-devel@alsa-project.org" , Heiko =?ISO-8859-1?Q?St=FCbner?= , Padmavathi Venna , Takashi Iwai , Alessandro Rubini , "linux-kernel@vger.kernel.org" , Giancarlo Asnaghi , Kukjin Kim , Russell King - ARM Linux , Vinod Koul , Thomas Abraham , Grant Likely , Arnd Bergmann , linux-samsung-soc , Sylwester Nawrocki , "linux-arm-kernel@lists.infradead.org" , Sangbeom Kim , Liam Girdwood , linux-spi@vger.kernel.org, Mark Brown List-Id: alsa-devel@alsa-project.org On Tuesday 25 of June 2013 00:38:17 Linus Walleij wrote: > On Sat, Jun 22, 2013 at 10:42 PM, Tomasz Figa wrote: > > The new amba-pl08x driver requires another set of clock aliases, so > > this patch adds them. > > > > Signed-off-by: Tomasz Figa > > --- > > > > drivers/clk/samsung/clk-s3c64xx.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/clk/samsung/clk-s3c64xx.c > > b/drivers/clk/samsung/clk-s3c64xx.c index 253a972..9fb750c 100644 > > --- a/drivers/clk/samsung/clk-s3c64xx.c > > +++ b/drivers/clk/samsung/clk-s3c64xx.c > > This driver is not in my kernel mainline tree or linux-next, > is it pending in some review? Kind of. Actually it has been already reviewed and acked, but it is waiting on one dependency. I'm not sure anymore if I can get it merged for 3.11. Probably not. Still, this patch is just a proof of concept, showing what needs to be done to make all this work. Best regards, Tomasz From mboxrd@z Thu Jan 1 00:00:00 1970 From: tomasz.figa@gmail.com (Tomasz Figa) Date: Tue, 25 Jun 2013 07:30:32 +0200 Subject: [RFC PATCH v2 09/12] clk: samsung: s3c64xx: Add aliases for DMA clocks In-Reply-To: References: <1371933764-24875-1-git-send-email-tomasz.figa@gmail.com> <1371933764-24875-10-git-send-email-tomasz.figa@gmail.com> Message-ID: <3499507.mKk2LUsQ0r@flatron> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 25 of June 2013 00:38:17 Linus Walleij wrote: > On Sat, Jun 22, 2013 at 10:42 PM, Tomasz Figa wrote: > > The new amba-pl08x driver requires another set of clock aliases, so > > this patch adds them. > > > > Signed-off-by: Tomasz Figa > > --- > > > > drivers/clk/samsung/clk-s3c64xx.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/drivers/clk/samsung/clk-s3c64xx.c > > b/drivers/clk/samsung/clk-s3c64xx.c index 253a972..9fb750c 100644 > > --- a/drivers/clk/samsung/clk-s3c64xx.c > > +++ b/drivers/clk/samsung/clk-s3c64xx.c > > This driver is not in my kernel mainline tree or linux-next, > is it pending in some review? Kind of. Actually it has been already reviewed and acked, but it is waiting on one dependency. I'm not sure anymore if I can get it merged for 3.11. Probably not. Still, this patch is just a proof of concept, showing what needs to be done to make all this work. Best regards, Tomasz