From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753371AbcBJRsU (ORCPT ); Wed, 10 Feb 2016 12:48:20 -0500 Received: from 5520-maca-inet1-outside.broadcom.com ([216.31.211.11]:47565 "EHLO mail-irv-18.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752989AbcBJRsQ (ORCPT ); Wed, 10 Feb 2016 12:48:16 -0500 Subject: Re: [PATCH] video: ARM CLCD: Added dt support to set tim2 register To: Linus Walleij , Arun Ramamurthy References: <1424898082-1522-1-git-send-email-arun.ramamurthy@broadcom.com> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-fbdev@vger.kernel.org" , Dmitry Torokhov , Anatol Pomazau , Jonathan Richardson , Scott Branden , Ray Jui , bcm-kernel-feedback-list From: Ray Jui Message-ID: Date: Wed, 10 Feb 2016 09:48:14 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On 2/10/2016 5:58 AM, Linus Walleij wrote: > On Wed, Feb 25, 2015 at 10:01 PM, Arun Ramamurthy > wrote: > >> Added code based on linaro tree: >> http://git.linaro.org/kernel/linux-linaro-stable.git >> with commit id:6846e7822c4cab5a84672baace3b768c2d0db142 >> at drivers/video/amba-clcd.c. This lets the driver set >> certain tim2 register bits after reading them from >> device tree. >> >> Reviewed-by: Ray Jui >> Reviewed-by: Scott Branden >> Signed-off-by: Arun Ramamurthy > > I have now implemented this properly in this patch: > http://marc.info/?l=linux-fbdev&m=145459469913983&w=2 > > Please provide your Tested-by/Reviewed-by/Ack if you're > still working on this. Could you please add me to the email thread and I can review it there (I won't have time to test, but I can help to review the code and find time to test later)? This may be a dumb question, is there any way for me to directly reply to the thread here? http://marc.info/?l=linux-fbdev&m=145459469913983&w=2 > > Yours, > Linus Walleij >