summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds-1603/+1821
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+6
2014-12-09Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+0
2014-12-08Merge branches '3.19/omapdss' and '3.19/simplefb' into fbdevTomi Valkeinen-1558/+1775
2014-12-05ARM: 8244/1: fbdev: sa1100fb: make use of device clockDmitry Eremin-Solenikov-7/+24
2014-12-04video: uvesafb: Deletion of an unnecessary check before the function call "pl...Markus Elfring-2/+1
2014-12-04video: fbdev-VIA: Deletion of an unnecessary check before the function call "...Markus Elfring-2/+1
2014-12-04video: fbdev-MMP: Deletion of an unnecessary check before the function call "...Markus Elfring-2/+1
2014-12-04video: mx3fb: Deletion of an unnecessary check before the function call "back...Markus Elfring-2/+1
2014-12-04video: fbdev-OMAP2: Deletion of unnecessary checks before the function call "...Markus Elfring-6/+3
2014-12-04video: fbdev-SIS: Deletion of unnecessary checks before the function call "pc...Markus Elfring-9/+5
2014-12-04video: smscufx: Deletion of unnecessary checks before the function call "vfree"Markus Elfring-4/+2
2014-12-04video: udlfb: Deletion of unnecessary checks before the function call "vfree"Markus Elfring-6/+3
2014-12-04video: uvesafb: Deletion of an unnecessary check before the function call "uv...Markus Elfring-2/+1
2014-12-04video: fbdev-LCDC: Deletion of an unnecessary check before the function call ...Markus Elfring-2/+1
2014-12-04video: fbdev: arkfb: suppress build warningLad, Prabhakar-1/+1
2014-12-04video: fbdev: s3fb: suppress build warningLad, Prabhakar-1/+1
2014-12-04video: fbdev: vt8623fb: suppress build warningLad, Prabhakar-1/+1
2014-12-04OMAPDSS: hdmi5: Fix bit field for IEC958_AES2_CON_SOURCEJyri Sarha-1/+1
2014-12-02OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()Jyri Sarha-2/+2
2014-12-01OMAPDSS: hdmi5: Change hdmi_wp idlemode to to no_idle for audio playbackJyri Sarha-0/+8
2014-12-01OMAPDSS: Remove all references to obsolete HDMI audio callbacksJyri Sarha-155/+0
2014-12-01OMAPDSS: hdmi5: Register ASoC platform device for omap hdmi audioJyri Sarha-0/+125
2014-12-01OMAPDSS: hdmi5: Remove callbacks for the old ASoC DAI driverJyri Sarha-113/+0
2014-12-01OMAPDSS: hdmi4: Register ASoC platform device for omap hdmi audioJyri Sarha-0/+125
2014-12-01OMAPDSS: hdmi4: Remove callbacks for the old ASoC DAI driverJyri Sarha-113/+0
2014-12-01OMAPDSS: hdmi: Make hdmi_mode_has_audio() more user friedlyJyri Sarha-2/+2
2014-12-01OMAPDSS: Kconfig: Remove HDMI audio booleans from KconfigJyri Sarha-7/+0
2014-11-26OMAPDSS: hdmi.h: Add members to hdmi drvdata for audio implementationJyri Sarha-0/+2
2014-11-26OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV dataJyri Sarha-0/+2
2014-11-26OMAPDSS: hdmi: Make hdmi structure publicJyri Sarha-40/+30
2014-11-26OMAPDSS: hdmi_wp: Add function for getting audio dma addressJyri Sarha-0/+8
2014-11-26OMAPDSS: hdmi4_core: Remove unused hdmi4_audio_get_dma_port()Jyri Sarha-11/+0
2014-11-26OMAPDSS: hdmi: Remove most of OMAP[45]_DSS_HDMI_AUDIO ifdefsJyri Sarha-21/+1
2014-11-26OMAPDSS: hdmi.h: Add HDMI_AUDIO_LAYOUT_6CH enum valueJyri Sarha-1/+2
2014-11-26OMAPDSS: hdmi5_core: Initialize mandatory sample_order parameterJyri Sarha-0/+3
2014-11-26OMAPDSS: hdmi_wp: Protect reserved bits in hdmi_wp_audio_config_format()Jyri Sarha-2/+6
2014-11-25simplefb: Fix build errors when CONFIG_COMMON_CLK is not definedHans de Goede-2/+2
2014-11-25video: fbdev-MMP: Fix a typo for the word "destroyed"Markus Elfring-1/+1
2014-11-25video: fbdev-MMP: Fix typos for the word "destroy"Markus Elfring-2/+2
2014-11-21ARM: at91/Kconfig: remove useless fbdev Kconfig optionsNicolas Ferre-17/+0
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-1200/+1724
2014-11-19video: ARM CLCD: Remove duplicated include in amba-clcd.cQiang Chen-1/+0
2014-11-16x86: Use new cache mode type in drivers/video/fbdev/vermilionJuergen Gross-2/+4
2014-11-16x86: Use new cache mode type in drivers/video/fbdev/gbefb.cJuergen Gross-1/+2
2014-11-14simplefb: Change simplefb_init from module_init to fs_initcallHans de Goede-1/+1
2014-11-14simplefb: Add support for enumerating simplefb dt nodes in /chosenHans de Goede-1/+22
2014-11-14simplefb: add clock handling codeLuc Verhaegen-1/+107
2014-11-14simplefb: add goto error path to probeLuc Verhaegen-7/+11