aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c
Commit message (Expand)AuthorAgeFilesLines
* video: Add module.h to drivers/video files who really use it.Paul Gortmaker2011-10-311-0/+1
* video: irq: Remove IRQF_DISABLEDYong Zhang2011-10-031-1/+1
* fbdev: sh_mobile_lcdc: Remove sh_mobile_lcdc_set_bpp()Laurent Pinchart2011-09-051-70/+17
* fbdev: sh_mobile_lcdc: Split channel initialization from probe functionLaurent Pinchart2011-09-051-118/+129
* fbdev: sh_mobile_lcdc: Avoid forward declarationsLaurent Pinchart2011-09-051-52/+50
* fbdev: sh_mobile_lcdc: Update fix.line_length in .fb_set_par()Laurent Pinchart2011-09-051-6/+11
* fbdev: sh_mobile_lcdc: use display information in info for panningLaurent Pinchart2011-09-051-12/+12
* fbdev: sh_mobile_lcdc: Add support for format changes at runtimeLaurent Pinchart2011-09-051-0/+14
* fbdev: sh_mobile_lcdc: Adjust requested parameters in .fb_check_varLaurent Pinchart2011-09-051-15/+88
* fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.hLaurent Pinchart2011-08-191-1/+1
* fbdev: sh_mobile_lcdc: Restart LCDC in runtime PM resume handlerLaurent Pinchart2011-08-191-44/+5
* fbdev: sh_mobile_lcdc: Store the frame buffer base address when panningLaurent Pinchart2011-08-191-13/+9
* fbdev: sh_mobile_lcdc: Split LCDC start code from sh_mobile_lcdc_startLaurent Pinchart2011-08-191-158/+151
* fbdev: sh_mobile_lcdc: Compute clock pattern using divider denominatorLaurent Pinchart2011-08-191-4/+6
* fbdev: sh_mobile_lcdc: Don't acknowlege interrupts unintentionallyLaurent Pinchart2011-08-191-12/+8
* fbdev: sh_mobile_lcdc: Replace hardcoded register values with macrosLaurent Pinchart2011-08-191-111/+93
* fbdev: sh_mobile_lcdc: Turn dot clock on before resuming from runtime PMLaurent Pinchart2011-08-191-3/+3
* fbdev: sh_mobile_meram: Enable/disable MERAM along with LCDCDamian Hobson-Garcia2011-08-191-0/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* fbdev: sh_mobile_lcdcfb: Fix up fallout from MERAM changes.Paul Mundt2011-06-021-2/+2
* Merge branch 'common/fbdev-meram' of git://git.kernel.org/pub/scm/linux/kerne...Paul Mundt2011-05-251-1/+2
|\
| * sh_mobile_meram: Safely disable MERAM operation when not initializedDamian2011-05-251-1/+2
| |
| \
*-. \ Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/...Paul Mundt2011-05-241-20/+105
|\ \ \ | | |/
| | * sh_mobile_meram: Add support for NV24 framebuffersDamian2011-05-231-3/+7
| | * sh_mobile_meram: MERAM framework for LCDCDamian2011-05-231-9/+94
| |/ |/|
| * fbdev: sh_mobile_lcdc: remove runtime PM calls from the notifierGuennadi Liakhovetski2011-05-241-5/+1
| * fbdev: sh_mobile_lcdc: reduce scope of a variableGuennadi Liakhovetski2011-05-241-6/+6
|/
* Merge branch 'common/fbdev' of master.kernel.org:/pub/scm/linux/kernel/git/le...Paul Mundt2011-03-291-4/+48
|\
| * fbdev: sh_mobile_lcdcfb: fix module lock acquisitionAlexandre Courbot2011-03-291-4/+4
| * fbdev: sh_mobile_lcdcfb: add blanking supportAlexandre Courbot2011-03-291-0/+44
* | fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR()Dan Carpenter2011-03-221-2/+3
* | fbdev: sh_mobile_lcdc: Add YUV framebuffer supportDamian Hobson-Garcia2011-03-161-28/+113
|/
* fbdev: sh_mobile_lcdcfb: add backlight supportAlexandre Courbot2011-03-101-0/+81
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-061-1/+3
|\
| * fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080pGuennadi Liakhovetski2010-12-271-18/+8
| * fbdev: sh-mobile: restore display size configurationGuennadi Liakhovetski2010-12-221-1/+3
* | fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp supportMagnus Damm2011-01-061-11/+63
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-12-221-2/+2
|\ \ | |/
| * fbdev: sh_mobile_lcdcfb: fix bug in reconfig()Arnd Hannemann2010-11-161-2/+2
* | fbdev: sh_mobile_lcdcfb: fix up compiler warnings.Paul Mundt2010-11-101-1/+1
* | fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080pGuennadi Liakhovetski2010-11-101-18/+8
|/
* fbdev: sh_mobile_lcdc: use correct number of modes, when using the defaultGuennadi Liakhovetski2010-11-101-6/+8
* fbdev: sh_mobile_lcdc: use the standard CEA-861 720p timingGuennadi Liakhovetski2010-11-101-3/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-10-281-121/+227
|\
| * fbdev: sh_mobile_lcdc: relax .check_var() HSYNC testGuennadi Liakhovetski2010-10-151-1/+1
| * fbdev: sh_mobile_lcdc: make platform videomode table optionalGuennadi Liakhovetski2010-10-151-24/+49
| * fbdev: sh_mobile_lcdc: reconfigure the framebuffer, when freeGuennadi Liakhovetski2010-09-161-1/+111
| * fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displaysGuennadi Liakhovetski2010-09-141-25/+6
| * fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer dataGuennadi Liakhovetski2010-09-141-17/+20