From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Thu, 16 Jun 2011 06:53:47 +0000 Subject: [GIT PULL] fbdev fixes for 3.0-rc4 Message-Id: <20110616065339.GA25825@linux-sh.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org This is just a pretty straightforward set of fixes. It doesn't yet address the console locking / suspend/resume issue as that's still pending feedback. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/fbdev-3.x.git fbdev-fixes-for-linus Which contains: Geert Uytterhoeven (1): fbdev/atyfb: Fix 2 defined-but-not-used warnings Guennadi Liakhovetski (1): fbdev: sh_mobile_hdmi: fix regression: statically enable RTPM Jingoo Han (3): video: s3c-fb: fix misleading kfree in remove function video: s3c-fb: fix virtual resolution checking video: s3c-fb: move enabling channel for window Wanlong Gao (1): efifb: Fix call to wrong unregister function drivers/video/aty/atyfb_base.c | 10 ++++------ drivers/video/efifb.c | 2 +- drivers/video/s3c-fb.c | 22 ++++++++++------------ drivers/video/sh_mobile_hdmi.c | 18 +++++------------- 4 files changed, 20 insertions(+), 32 deletions(-)