From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 21 Apr 2016 15:16:23 -0700 Subject: [PATCH v3 01/19] clk: composite: Add unregister function In-Reply-To: <20160419095250.GA26050@lukather> References: <1458751122-23976-1-git-send-email-maxime.ripard@free-electrons.com> <1458751122-23976-2-git-send-email-maxime.ripard@free-electrons.com> <20160415222856.GQ14441@codeaurora.org> <20160419095250.GA26050@lukather> Message-ID: <20160421221623.GC13149@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/19, Maxime Ripard wrote: > > I have a bunch of other clock patches that need this, so I guess it > would be easier if applied it directly with your acked-by, or if you > could apply it and give a stable branch I can base my future PR on. Ok. I pushed it to stable branch 'clk-composite-unregister' in the clk.git repo. That way I can go ahead and delete this API assuming I get around to converting all the composite users in the next few days. -- 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: Stephen Boyd Subject: Re: [PATCH v3 01/19] clk: composite: Add unregister function Date: Thu, 21 Apr 2016 15:16:23 -0700 Message-ID: <20160421221623.GC13149@codeaurora.org> References: <1458751122-23976-1-git-send-email-maxime.ripard@free-electrons.com> <1458751122-23976-2-git-send-email-maxime.ripard@free-electrons.com> <20160415222856.GQ14441@codeaurora.org> <20160419095250.GA26050@lukather> Reply-To: sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20160419095250.GA26050@lukather> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: Thomas Petazzoni , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Boris Brezillon , David Airlie , Mike Turquette , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Hans de Goede , Chen-Yu Tsai , Thierry Reding , Rob Clark , dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Daniel Vetter , Alexander Kaplan , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Laurent Pinchart List-Id: devicetree@vger.kernel.org On 04/19, Maxime Ripard wrote: > > I have a bunch of other clock patches that need this, so I guess it > would be easier if applied it directly with your acked-by, or if you > could apply it and give a stable branch I can base my future PR on. Ok. I pushed it to stable branch 'clk-composite-unregister' in the clk.git repo. That way I can go ahead and delete this API assuming I get around to converting all the composite users in the next few days. -- 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 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752568AbcDUWQ1 (ORCPT ); Thu, 21 Apr 2016 18:16:27 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56857 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbcDUWQ0 (ORCPT ); Thu, 21 Apr 2016 18:16:26 -0400 Date: Thu, 21 Apr 2016 15:16:23 -0700 From: Stephen Boyd To: Maxime Ripard Cc: Thomas Petazzoni , devicetree@vger.kernel.org, Boris Brezillon , David Airlie , Mike Turquette , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Rob Herring , Hans de Goede , Chen-Yu Tsai , Thierry Reding , Rob Clark , dri-devel@lists.freedesktop.org, Daniel Vetter , Alexander Kaplan , linux-arm-kernel@lists.infradead.org, Laurent Pinchart Subject: Re: [PATCH v3 01/19] clk: composite: Add unregister function Message-ID: <20160421221623.GC13149@codeaurora.org> References: <1458751122-23976-1-git-send-email-maxime.ripard@free-electrons.com> <1458751122-23976-2-git-send-email-maxime.ripard@free-electrons.com> <20160415222856.GQ14441@codeaurora.org> <20160419095250.GA26050@lukather> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160419095250.GA26050@lukather> 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/19, Maxime Ripard wrote: > > I have a bunch of other clock patches that need this, so I guess it > would be easier if applied it directly with your acked-by, or if you > could apply it and give a stable branch I can base my future PR on. Ok. I pushed it to stable branch 'clk-composite-unregister' in the clk.git repo. That way I can go ahead and delete this API assuming I get around to converting all the composite users in the next few days. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project