From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Date: Mon, 06 Apr 2015 05:51:38 +0000 Subject: Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h Message-Id: <55221EB8.7080403@ti.com> List-Id: References: <20150403171149.GC13898@n2100.arm.linux.org.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Russell King , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-omap@vger.kernel.org, linux-sh@vger.kernel.org Cc: Kevin Hilman , Tony Lindgren , Robert Jarzmik , Haojian Zhuang , Daniel Mack On Friday 03 April 2015 10:42 PM, Russell King wrote: > clk_add_alias() is provided by clkdev, and is not part of the clk API. > Howver, it is prototyped in two locations: linux/clkdev.h and > linux/clk.h. This is a mess. Get rid of the redundant and unnecessary > version in linux/clk.h. > > Signed-off-by: Russell King > --- > arch/arm/mach-davinci/da850.c | 1 + For the DaVinci change: Acked-by: Sekhar Nori Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:55595 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbbDFFvg (ORCPT ); Mon, 6 Apr 2015 01:51:36 -0400 Message-ID: <55221EB8.7080403@ti.com> Date: Mon, 6 Apr 2015 11:20:48 +0530 From: Sekhar Nori MIME-Version: 1.0 To: Russell King , , , , , CC: Kevin Hilman , Tony Lindgren , Daniel Mack , Haojian Zhuang , Robert Jarzmik Subject: Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h References: <20150403171149.GC13898@n2100.arm.linux.org.uk> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Friday 03 April 2015 10:42 PM, Russell King wrote: > clk_add_alias() is provided by clkdev, and is not part of the clk API. > Howver, it is prototyped in two locations: linux/clkdev.h and > linux/clk.h. This is a mess. Get rid of the redundant and unnecessary > version in linux/clk.h. > > Signed-off-by: Russell King > --- > arch/arm/mach-davinci/da850.c | 1 + For the DaVinci change: Acked-by: Sekhar Nori Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h Date: Mon, 6 Apr 2015 11:20:48 +0530 Message-ID: <55221EB8.7080403@ti.com> References: <20150403171149.GC13898@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: Russell King , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-omap@vger.kernel.org, linux-sh@vger.kernel.org Cc: Kevin Hilman , Tony Lindgren , Robert Jarzmik , Haojian Zhuang , Daniel Mack List-Id: linux-omap@vger.kernel.org On Friday 03 April 2015 10:42 PM, Russell King wrote: > clk_add_alias() is provided by clkdev, and is not part of the clk API. > Howver, it is prototyped in two locations: linux/clkdev.h and > linux/clk.h. This is a mess. Get rid of the redundant and unnecessary > version in linux/clk.h. > > Signed-off-by: Russell King > --- > arch/arm/mach-davinci/da850.c | 1 + For the DaVinci change: Acked-by: Sekhar Nori Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Mon, 6 Apr 2015 11:20:48 +0530 Subject: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h In-Reply-To: References: <20150403171149.GC13898@n2100.arm.linux.org.uk> Message-ID: <55221EB8.7080403@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 03 April 2015 10:42 PM, Russell King wrote: > clk_add_alias() is provided by clkdev, and is not part of the clk API. > Howver, it is prototyped in two locations: linux/clkdev.h and > linux/clk.h. This is a mess. Get rid of the redundant and unnecessary > version in linux/clk.h. > > Signed-off-by: Russell King > --- > arch/arm/mach-davinci/da850.c | 1 + For the DaVinci change: Acked-by: Sekhar Nori Thanks, Sekhar