From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60536 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752224AbdDLNP2 (ORCPT ); Wed, 12 Apr 2017 09:15:28 -0400 Date: Wed, 12 Apr 2017 15:15:18 +0200 From: Greg KH To: Amit Pundir Cc: stable@vger.kernel.org, Eric Anholt , Stephen Boyd Subject: Re: [PATCH v2 for-4.9 13/32] clk: bcm2835: Register the DSI0/DSI1 pixel clocks. Message-ID: <20170412131518.GE24616@kroah.com> References: <1491388344-13521-1-git-send-email-amit.pundir@linaro.org> <1491388344-13521-14-git-send-email-amit.pundir@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491388344-13521-14-git-send-email-amit.pundir@linaro.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Apr 05, 2017 at 04:02:05PM +0530, Amit Pundir wrote: > From: Eric Anholt > > The DSI pixel clocks are muxed from clocks generated in the analog phy > by the DSI driver. In order to set them as parents, we need to do the > same name lookup dance on them as we do for our root oscillator. > > Signed-off-by: Eric Anholt > Signed-off-by: Stephen Boyd > (cherry picked from commit 8a39e9fa578229fd4604266c6ebb1a3a77d7994c) > Signed-off-by: Amit Pundir > --- > .../bindings/clock/brcm,bcm2835-cprman.txt | 15 ++- > drivers/clk/bcm/clk-bcm2835.c | 121 +++++++++++++++++++-- > include/dt-bindings/clock/bcm2835.h | 2 + > 3 files changed, 125 insertions(+), 13 deletions(-) How does this match the stable kernel rules? confused, greg k-h