aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-12fbdev: sh_mobile_meram: Remove unneeded sanity checksLaurent Pinchart1-4/+1
2012-03-12fbdev: sh_mobile_meram: Don't perform update in register operationLaurent Pinchart1-3/+5
2012-03-12fbdev: sh_mobile_lcdc: Don't store copy of platform dataLaurent Pinchart1-36/+35
2012-03-12fbdev: sh_mobile_meram: Allocate ICBs automaticallyLaurent Pinchart1-15/+12
2012-03-12fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsyncLaurent Pinchart1-24/+23
2012-03-12fbdev: sh_mobile_lcdc: Store configuration in channel structureLaurent Pinchart1-55/+54
2012-03-12fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functionsLaurent Pinchart1-2/+3
2012-03-12fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanupLaurent Pinchart1-128/+157
2012-03-12fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chanLaurent Pinchart1-11/+10
2012-03-12fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() functionLaurent Pinchart1-72/+102
2012-03-12fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart1-10/+10
2012-03-12fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomodeLaurent Pinchart1-35/+39
2012-03-12fbdev: sh_mobile_hdmi: Don't access LCDC fb_infoLaurent Pinchart1-11/+13
2012-03-12fbdev: sh_mobile_lcdc: Pass a video mode to the notify callbackLaurent Pinchart1-17/+19
2012-03-12sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chanLaurent Pinchart1-0/+84
2012-03-12fbdev: sh_mobile_lcdc: Return display connection state in display_onLaurent Pinchart1-1/+7
2012-03-12fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operationLaurent Pinchart1-1/+1
2012-03-12sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entityLaurent Pinchart1-1/+4
2012-03-12fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart1-18/+17
2012-03-12fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_infoLaurent Pinchart1-4/+2
2012-03-12fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart1-9/+7
2012-03-12fbdev: sh_mobile_lcdc: Remove board configuration owner fieldLaurent Pinchart1-6/+2
2012-03-12fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directlyLaurent Pinchart1-5/+26
2012-03-12fbdev: sh_mobile_lcdc: Create functions to turn the display on/offLaurent Pinchart1-25/+28
2012-03-12fbdev: sh_mobile_lcdc: Don't pass struct device aroundLaurent Pinchart1-20/+21
2012-03-12fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()Laurent Pinchart1-18/+16
2012-03-12fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)Laurent Pinchart1-2/+2
2012-03-12fbdev: sh_mobile_lcdc: Reorder code into sectionsLaurent Pinchart1-190/+231
2011-12-19fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart1-120/+240
2011-12-03video: convert drivers/video/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-21fbdev: sh_mobile_lcdcfb: fixup LDHAJR :: HSYNPAJ needs maskKuninori Morimoto1-1/+1
2011-10-31video: Add module.h to drivers/video files who really use it.Paul Gortmaker1-0/+1
2011-10-03video: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-05fbdev: sh_mobile_lcdc: Remove sh_mobile_lcdc_set_bpp()Laurent Pinchart1-70/+17
2011-09-05fbdev: sh_mobile_lcdc: Split channel initialization from probe functionLaurent Pinchart1-118/+129
2011-09-05fbdev: sh_mobile_lcdc: Avoid forward declarationsLaurent Pinchart1-52/+50
2011-09-05fbdev: sh_mobile_lcdc: Update fix.line_length in .fb_set_par()Laurent Pinchart1-6/+11
2011-09-05fbdev: sh_mobile_lcdc: use display information in info for panningLaurent Pinchart1-12/+12
2011-09-05fbdev: sh_mobile_lcdc: Add support for format changes at runtimeLaurent Pinchart1-0/+14
2011-09-05fbdev: sh_mobile_lcdc: Adjust requested parameters in .fb_check_varLaurent Pinchart1-15/+88
2011-08-19fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.hLaurent Pinchart1-1/+1
2011-08-19fbdev: sh_mobile_lcdc: Restart LCDC in runtime PM resume handlerLaurent Pinchart1-44/+5
2011-08-19fbdev: sh_mobile_lcdc: Store the frame buffer base address when panningLaurent Pinchart1-13/+9
2011-08-19fbdev: sh_mobile_lcdc: Split LCDC start code from sh_mobile_lcdc_startLaurent Pinchart1-158/+151
2011-08-19fbdev: sh_mobile_lcdc: Compute clock pattern using divider denominatorLaurent Pinchart1-4/+6
2011-08-19fbdev: sh_mobile_lcdc: Don't acknowlege interrupts unintentionallyLaurent Pinchart1-12/+8
2011-08-19fbdev: sh_mobile_lcdc: Replace hardcoded register values with macrosLaurent Pinchart1-111/+93
2011-08-19fbdev: sh_mobile_lcdc: Turn dot clock on before resuming from runtime PMLaurent Pinchart1-3/+3
2011-08-19fbdev: sh_mobile_meram: Enable/disable MERAM along with LCDCDamian Hobson-Garcia1-0/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1