From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754087AbbG3Sjq (ORCPT ); Thu, 30 Jul 2015 14:39:46 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40707 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142AbbG3Sjo convert rfc822-to-8bit (ORCPT ); Thu, 30 Jul 2015 14:39:44 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Stephen Boyd Cc: James Liao , Matthias Brugger , Mike Turquette , srv_heupstream@mediatek.com, Daniel Kurtz , Ricky Liang , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v5 01/10] clk: mediatek: Removed unused dpi_ck clock from MT8173 Date: Thu, 30 Jul 2015 20:04:57 +0200 Message-ID: <1450634.BBmUdb8ZLk@diego> User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20150730173643.GH3159@codeaurora.org> References: <1438152754-11970-1-git-send-email-jamesjj.liao@mediatek.com> <1438154233.17770.39.camel@mtksdaap41> <20150730173643.GH3159@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 30. Juli 2015, 10:36:43 schrieb Stephen Boyd: > On 07/29, James Liao wrote: > > Hi Stephen, > > > > Could you help to apply this patch into 4.2? > > > > > > Best regards, > > > > James > > > > On Wed, 2015-07-29 at 09:05 +0200, Heiko Stübner wrote: > > > Am Mittwoch, 29. Juli 2015, 14:52:25 schrieb James Liao: > > > > The dpi_ck clock can be removed because it not actually used > > > > in topckgen and subsystems. > > > > > > > > Signed-off-by: James Liao > > > > > > From our past discussions this change looks about right, and should > > > still > > > become _part of 4.2_, to not have the CLK_TOP_DPI become part of the > > > devicetree CLK_TOP_DPI. > > Did you mean ABI? yep, sorry > > > > Reviewed-by: Heiko Stuebner > > Is it being used in DT right now and causing regressions on > v4.2-rcX? Sorry, I'm trying to understand why this patch matters > for the 4.2 release. it's not been used in an actual devicetree file, but as far as I understand it, the dt-binding headers themself are also part of the ABI. And it is new in 4.2, so has not been part of an official release yet. The reason for the removal from what I understand is that the removed clock is not documented at all (it's source, what it does), which got it the "clk_null" parent in the first place. Heiko