summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-26OMAP: 4430SDP/Panda: add HDMI HPD gpioTomi Valkeinen2-0/+6
2012-01-26OMAP: 4430SDP/Panda: setup HDMI GPIO muxesTomi Valkeinen2-0/+6
2012-01-26OMAPDSS: remove wrong HDMI HPD muxingTomi Valkeinen1-4/+0
2012-01-26OMAP: 4430SDP/Panda: rename HPD GPIO to CT_CP_HPDTomi Valkeinen2-4/+4
2012-01-26OMAP: 4430SDP/Panda: use gpio_free_array to free HDMI gpiosTomi Valkeinen2-4/+2
2012-01-26OMAPDSS: use sync versions of pm_runtime_putTomi Valkeinen6-6/+6
2012-01-13module_param: make bool parameters really bool (drivers/video/i810)Rusty Russell1-5/+5
2012-01-11Revert "atmel_lcdfb: Adjust HFP calculation so it matches the manual."Florian Tobias Schandinat7-9/+9
2012-01-05OMAPDSS: HDMI: Disable DDC internal pull upMythri P K4-6/+41
2012-01-05OMAPDSS: HDMI: Move duplicate code from boardfileMythri P K4-31/+27
2012-01-05OMAPDSS: add OrtusTech COM43H4M10XTC display supportIlya Yanok1-0/+21
2012-01-05OMAP: DSS2: Support for UMSH-8173MD TFT panelDaniel Mack1-0/+25
2012-01-05ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driverRicardo Neri3-34/+31
2012-01-05OMAPDSS: HDMI: Create function to enable HDMI audioRicardo Neri3-13/+31
2012-01-05ASoC: OMAP: HDMI: Correct signature of ASoC functionsRicardo Neri3-6/+10
2012-01-05ASoC: OMAP: HDMI: Introduce driver data for audio codecRicardo Neri1-0/+9
2012-01-03grvga: fix section mismatch warningsSam Ravnborg1-2/+2
2012-01-03video: s3c-fb: Don't keep device runtime active when openMark Brown1-22/+0
2012-01-03video: s3c-fb: Hold runtime PM references when touching registersMark Brown1-0/+22
2012-01-03video: s3c-fb: Take a runtime PM reference when unblankedMark Brown1-12/+54
2012-01-03video: s3c-fb: Disable runtime PM in error paths from probeMark Brown1-2/+5
2012-01-03video: s3c-fb: Use s3c_fb_enable() to enable the framebufferMark Brown1-27/+28
2012-01-03video: s3c-fb: Make runtime PM functional againMark Brown1-20/+31
2012-01-03drivers/video: fsl-diu-fb: merge fsl_diu_alloc() into map_video_memory()Timur Tabi1-36/+11
2012-01-03drivers/video: fsl-diu-fb: add default platform ops functionsTimur Tabi1-3/+61
2012-01-03drivers/video: fsl-diu-fb: remove broken reference count enabling the displayTimur Tabi1-10/+2
2012-01-03drivers/video: fsl-diu-fb: set correct framebuffer flagsTimur Tabi1-1/+2
2012-01-03drivers/video: fsl-diu-fb: merge init_fbinfo() into install_fb()Timur Tabi1-17/+8
2012-01-02OMAPDSS: DISPC: Update Scaling Clock LogicChandrabhanu Mahapatra3-20/+54
2012-01-02OMAPDSS: DISPC: Update Fir CoefficientsChandrabhanu Mahapatra4-120/+358
2012-01-02OMAPDSS: APPLY: fix NULL pointer deref when mgr is not setRob Clark1-0/+3
2012-01-02OMAPDSS: Displays: Make PICODLP driver depend on DPIArchit Taneja1-1/+1
2012-01-02OMAPDSS: Panel NEC: Set omap_dss_device states correctlyArchit Taneja1-9/+52
2012-01-02OMAPDSS: DSI: Fix HSDIV related PLL info in dsi_dump_clocks()Archit Taneja1-6/+8
2012-01-02OMAPDSS: APPLY: move simple_check functionsTomi Valkeinen4-55/+59
2012-01-02OMAPDSS: fix potential NULL pointer ref in OCP_ERR handling pathRob Clark1-1/+2
2012-01-02video: omap: convert drivers/video/omap/* to use module_platform_driver()Axel Lin9-114/+9
2012-01-02video: omap: Staticise non-exported symbolsAxel Lin9-9/+9
2012-01-02OMAPDSS: APPLY: move check functionsTomi Valkeinen4-107/+111
2012-01-02OMAPDSS: APPLY: remove unused variablesTomi Valkeinen1-3/+0
2011-12-21fbdev: matroxfb: Fix compilation after fb_var_screeninfo changeLaurent Pinchart2-2/+0
2011-12-21s3fb: fix Virge/VXOndrej Zary1-2/+28
2011-12-21MXSFB: Fix driver registrationMarek Vasut1-1/+1
2011-12-21MAINTAINERS: add a maintainer for Samsung Framebuffer driverJingoo Han1-0/+6
2011-12-19i810: fix module_param bool abuse.Rusty Russell1-3/+3
2011-12-19video: pnx4008: convert drivers/video/pnx4008/* to use module_platform_driver()Axel Lin2-24/+2
2011-12-19video: convert mbxfb to use module_platform_driver()Axel Lin1-12/+1
2011-12-19fbdev: sh_mobile_lcdc: Support FOURCC-based format APILaurent Pinchart10-133/+253
2011-12-19v4l: Add V4L2_PIX_FMT_NV24 and V4L2_PIX_FMT_NV42 formatsLaurent Pinchart3-0/+124
2011-12-19fbdev: Add FOURCC-based format configuration APILaurent Pinchart3-4/+330