From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Sat, 11 Oct 2014 14:21:46 +0000 Subject: Re: [PATCH 1/2] backlight: pwm: don't call legacy pwm request for device defined in dt Message-Id: <20141011142146.GB11456@kroah.com> List-Id: References: <1413035186-11771-1-git-send-email-vladimir_zapolskiy@mentor.com> <1413035186-11771-2-git-send-email-vladimir_zapolskiy@mentor.com> In-Reply-To: <1413035186-11771-2-git-send-email-vladimir_zapolskiy@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Vladimir Zapolskiy Cc: linux-fbdev@vger.kernel.org, linux-pwm@vger.kernel.org, Thierry Reding , Jingoo Han , Bryan Wu , Lee Jones , stable@vger.kernel.org On Sat, Oct 11, 2014 at 04:46:25PM +0300, Vladimir Zapolskiy wrote: > Platform PWM backlight data provided by board's device tree should be > complete enough to successfully request a pwm device using pwm_get() API. > > Based on initial implementation done by Dmitry Eremin-Solenikov. > > Reported-by: Dmitry Eremin-Solenikov > Signed-off-by: Vladimir Zapolskiy > Cc: Thierry Reding > Cc: Jingoo Han > Cc: Bryan Wu > Cc: Lee Jones > --- > drivers/video/backlight/pwm_bl.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.