From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Sun, 29 Jul 2012 21:14:33 +0000 Subject: Re: [PATCH] video: da8xx-fb: do clock reset of revision 2 LCDC before enabling Message-Id: <5015A7B9.90200@gmx.de> List-Id: References: <1342799471-10729-1-git-send-email-prakash.pm@ti.com> In-Reply-To: <1342799471-10729-1-git-send-email-prakash.pm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On 07/20/2012 03:51 PM, Manjunathappa, Prakash wrote: > As in specification software reset should be applied for several > cycles before bringing it out of reset. Without this patch > particularly during suspend and resume clock reset is not guaranteed > to happen. > > Signed-off-by: Manjunathappa, Prakash Applied. But it would be better if you made the patch dependencies clear, as I didn't consider some of your patches mature enough for this merge window. Now I had to figure out why my final build failed and applied the patch below. Best regards, Florian Tobias Schandinat --- commit a0239073fd75489d25575cf3aaf71ab55b416020 Author: Florian Tobias Schandinat Date: Sun Jul 29 16:47:40 2012 +0000 da8xx-fb: fix compile issue due to missing include Signed-off-by: Florian Tobias Schandinat diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index ca9943a..7ae9d53 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include