From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933418AbcECAi7 (ORCPT ); Mon, 2 May 2016 20:38:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:46353 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933620AbcECAhO (ORCPT ); Mon, 2 May 2016 20:37:14 -0400 Date: Mon, 2 May 2016 17:37:12 -0700 From: Stephen Boyd To: Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King Subject: Re: [PATCH v2 01/13] clkdev: Remove clk_register_clkdevs() Message-ID: <20160503003712.GG3492@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-2-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461277324-27185-2-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/21, Stephen Boyd wrote: > Now that we've converted the only caller over to another clkdev > API, remove this one. > > Reviewed-by: Andy Shevchenko > Cc: Russell King > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Mon, 2 May 2016 17:37:12 -0700 Subject: [PATCH v2 01/13] clkdev: Remove clk_register_clkdevs() In-Reply-To: <1461277324-27185-2-git-send-email-sboyd@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-2-git-send-email-sboyd@codeaurora.org> Message-ID: <20160503003712.GG3492@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/21, Stephen Boyd wrote: > Now that we've converted the only caller over to another clkdev > API, remove this one. > > Reviewed-by: Andy Shevchenko > Cc: Russell King > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project