aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-1/+3
2011-01-06fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp supportMagnus Damm1-11/+63
2010-12-27fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080pGuennadi Liakhovetski1-18/+8
2010-12-22fbdev: sh-mobile: restore display size configurationGuennadi Liakhovetski1-1/+3
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-2/+2
2010-11-16fbdev: sh_mobile_lcdcfb: fix bug in reconfig()Arnd Hannemann1-2/+2
2010-11-10fbdev: sh_mobile_lcdcfb: fix up compiler warnings.Paul Mundt1-1/+1
2010-11-10fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080pGuennadi Liakhovetski1-18/+8
2010-11-10fbdev: sh_mobile_lcdc: use correct number of modes, when using the defaultGuennadi Liakhovetski1-6/+8
2010-11-10fbdev: sh_mobile_lcdc: use the standard CEA-861 720p timingGuennadi Liakhovetski1-3/+4
2010-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stableRussell King1-121/+227
2010-10-15fbdev: sh_mobile_lcdc: relax .check_var() HSYNC testGuennadi Liakhovetski1-1/+1
2010-10-15fbdev: sh_mobile_lcdc: make platform videomode table optionalGuennadi Liakhovetski1-24/+49
2010-10-13sh: free-without-alloc fix for sh_mobile_lcdcfbMagnus Damm1-2/+4
2010-09-16fbdev: sh_mobile_lcdc: reconfigure the framebuffer, when freeGuennadi Liakhovetski1-1/+111
2010-09-14fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displaysGuennadi Liakhovetski1-25/+6
2010-09-14fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer dataGuennadi Liakhovetski1-17/+20
2010-09-14fbdev: sh_mobile_hdmi: implement lockingGuennadi Liakhovetski1-31/+15
2010-09-14fbdev: sh_mobile_lcdcfb: allocate memory, sufficient for the biggest modeGuennadi Liakhovetski1-6/+20
2010-09-14fbdev: sh_mobile_lcdcfb: fix notifier callback return codesGuennadi Liakhovetski1-6/+8
2010-09-14fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform dataGuennadi Liakhovetski1-5/+5
2010-09-14fbdev: sh_mobile_lcdcfb: minor simplifications and clean upGuennadi Liakhovetski1-25/+26
2010-09-14fbdev: sh_mobile_lcdcfb: fix more error pathsGuennadi Liakhovetski1-2/+2
2010-09-14fbdev: sh_mobile_lcdcfb: use fb_videomode_to_var() instead of open-codingGuennadi Liakhovetski1-15/+1
2010-08-04fbdev: sh-mobile: HDMI support for SH-Mobile SoCsGuennadi Liakhovetski1-49/+139
2010-08-04sh: add a parameter to LCDC driver's .display_on() callbackGuennadi Liakhovetski1-1/+1
2010-08-04fbdev: sh-mobile-lcdc: fix potential Oops in SH-Mobile LCDC framebuffer driverGuennadi Liakhovetski1-2/+4
2010-05-25fbdev: fix erroneous index in drivers/video/sh_mobile_lcdcfb.cGuennadi Liakhovetski1-3/+3
2010-05-06sh: fix a number of Oopses and leaks in SH framebuffer driverGuennadi Liakhovetski1-14/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07platform-drivers: move probe to .devinit.text in drivers/videoUwe Kleine-König1-1/+1
2010-02-16video: sh_mobile_lcdcfb: Fix panning.Phil Edworthy1-28/+18
2010-02-16video: sh_mobile_lcdcfb: Add wait for vsync.Phil Edworthy1-1/+47
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+9
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-09sh: add a start_transfer() callback to the LCDC driverMagnus Damm1-1/+9
2009-11-04video: sh_mobile_lcdcfb: Don't attempt to map zero-length scatterlists.Paul Mundt1-8/+24
2009-09-15video: sh_mobile_lcdcfb: use both register sets for display panningPhil Edworthy1-3/+44
2009-09-15video: sh_mobile_lcdcfb: implement display panningPhil Edworthy1-10/+66
2009-08-23video: Runtime PM for SuperH Mobile LCDCMagnus Damm1-46/+110
2009-08-15Merge branch 'sh/stable-updates'Paul Mundt1-0/+5
2009-08-15sh: skip disabled LCDC channelsMagnus Damm1-0/+5
2009-08-07sh: 18-bit SYS panel fix for SuperH Mobile LCDCMagnus Damm1-1/+1
2009-08-07sh: LCDC SYS bus access wait fixMagnus Damm1-0/+3
2009-07-11Merge branches 'sh/ftrace' and 'sh/stable-updates'Paul Mundt1-16/+24
2009-07-07video: sh_mobile_lcdcfb: Convert to framebuffer_alloc().Paul Mundt1-16/+24
2009-07-07video: sh_mobile_lcdcfb: depends on HAVE_CLK.Paul Mundt1-15/+1
2009-07-02sh: LCDC dcache flush for deferred ioPaul Mundt1-8/+45
2009-05-22video: stop sh_mobile_lcdcfb only if startedMagnus Damm1-1/+6
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1