Hi Linus, Please pull the fbdev changes for 3.14. Tomi The following changes since commit 802eee95bde72fd0cd0f3a5b2098375a487d1eda: Linux 3.13-rc6 (2013-12-29 16:01:33 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/fbdev-3.14 for you to fetch changes up to cb1fbad7ec250ac408a4682d38b205958a17a02b: Merge branches '3.14/fbdev', '3.14/dss-misc' and '3.14/dss-fclk' into for-next (2014-01-20 10:57:01 +0200) ---------------------------------------------------------------- fbdev changes for 3.14 This is a rather boring pull request. There is one new fb driver, OpenCores VGA/LCD, but other than that it's just minor cleanups and fixes. ---------------------------------------------------------------- Archit Taneja (2): OMAPDSS: HDMI4: Accept non-standard timings OMAPDSS: DISPC: Preload more data in pipeline DMAs for OMAP4+ SoCs Dan Carpenter (3): video: mmp: delete a stray mutex_unlock() video: mmp: Using plain integer as NULL pointer tgafb: potential NULL dereference in init Geert Uytterhoeven (1): video/logo: Remove MIPS-specific include section Ivaylo Dimitrov (1): OMAPDSS: DISPC: Fix 34xx overlay scaling calculation Jingoo Han (4): video: asiliantfb: remove unnecessary pci_set_drvdata() video: nvidiafb: remove unnecessary pci_set_drvdata() video: rivafb: remove unnecessary pci_set_drvdata() video: vmlfb: remove unnecessary pci_set_drvdata() Julia Lawall (1): i810: delete useless variable Laurent Pinchart (1): fbdev: sh_mobile_lcdcfb: Don't use plain 0 as NULL pointer Lothar Waßmann (2): video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error messages video: mxsfb: fix broken videomode selection Mark Brown (2): video: vgacon: Don't build on arm64 video: amba-clcd: Make CLCD driver available on more platforms Masami Ichikawa (1): fbcon: Fix memory leak in fbcon_exit(). Olaf Hering (1): fbmem: really support wildcard video=options for all fbdev drivers Sachin Kamat (4): video: ep93xx: Cleanup video-ep93xx.h header video: msm: Cleanup video-msm_fb.h header video: pxa: Cleanup video-pxafb.h header video: pxa168fb: Cleanup pxa168fb.h file Sascha Hauer (1): video: mx3fb: Allow blocking during framebuffer allocation Stefan Kristiansson (1): video: add OpenCores VGA/LCD framebuffer driver Tomi Valkeinen (25): OMAPDSS: fix omap2 dss fck handling OMAPDSS: remove struct dss_clock_info OMAPDSS: simplify dss clk dump OMAPDSS: rename parent clk variables OMAPDSS: cleanup fck parent handling OMAPDSS: pass pck to dss fck clock calc OMAPDSS: add dedicated fck PLL support OMAPDSS: fix missing EXPORT_SYMBOL()s OMAPDSS: fix debug prints OMAPDSS: apply fixes OMAPDSS: DISPC: Add MFLAG defines OMAPDSS: rename display-sysfs 'name' entry OMAPDSS: DSI: fix fifosize OMAPDSS: HDMI4: remove useless func calls OMAPDSS: DISPC: fix context restore OMAPDSS: HDMI: fix hdmi_wait_for_bit_change OMAPDSS: HDMI: fix HDMI_WP_CLK name OMAPDSS: HDMI: add missing core irq OMAPDSS: DSI: split DSI memory map to smaller blocks OMAPDSS: HDMI: rename resource names OMAPFB: give informative print when probe succeeds OMAPDSS: don't print errors on -EPROBE_DEFER OMAPFB: disable overlays on driver removal OMAPDSS: panel-acx565akm: clean-up locking Merge branches '3.14/fbdev', '3.14/dss-misc' and '3.14/dss-fclk' into for-next Wang YanQing (1): fbcon: trivial optimization for fbcon_exit Yijing Wang (1): video: Replace local macro with PCI standard macro drivers/video/Kconfig | 19 +- drivers/video/Makefile | 1 + drivers/video/asiliantfb.c | 1 - drivers/video/console/Kconfig | 3 +- drivers/video/console/fbcon.c | 5 +- drivers/video/fbmem.c | 3 + drivers/video/i810/i810_main.c | 4 +- drivers/video/logo/logo.c | 4 - drivers/video/mmp/core.c | 9 +- drivers/video/mx3fb.c | 2 +- drivers/video/mxsfb.c | 126 +++--- drivers/video/nvidia/nvidia.c | 1 - drivers/video/ocfb.c | 440 +++++++++++++++++++++ .../omap2/displays-new/panel-sony-acx565akm.c | 44 ++- drivers/video/omap2/dss/apply.c | 11 +- drivers/video/omap2/dss/dispc.c | 55 ++- drivers/video/omap2/dss/dispc.h | 20 + drivers/video/omap2/dss/display-sysfs.c | 4 +- drivers/video/omap2/dss/dpi.c | 18 +- drivers/video/omap2/dss/dsi.c | 223 +++++++---- drivers/video/omap2/dss/dss.c | 163 +++----- drivers/video/omap2/dss/dss.h | 17 +- drivers/video/omap2/dss/dss_features.c | 1 + drivers/video/omap2/dss/dss_features.h | 1 + drivers/video/omap2/dss/hdmi.h | 16 +- drivers/video/omap2/dss/hdmi4.c | 22 +- drivers/video/omap2/dss/hdmi4_core.c | 18 +- drivers/video/omap2/dss/hdmi_common.c | 2 + drivers/video/omap2/dss/hdmi_phy.c | 2 +- drivers/video/omap2/dss/hdmi_pll.c | 18 +- drivers/video/omap2/dss/hdmi_wp.c | 16 +- drivers/video/omap2/dss/overlay.c | 5 - drivers/video/omap2/dss/sdi.c | 24 +- drivers/video/omap2/dss/venc.c | 3 +- drivers/video/omap2/omapfb/omapfb-main.c | 19 + drivers/video/riva/fbdev.c | 1 - drivers/video/sh_mobile_lcdcfb.c | 2 +- drivers/video/tgafb.c | 21 +- drivers/video/vermilion/vermilion.c | 1 - include/linux/platform_data/video-ep93xx.h | 10 +- include/linux/platform_data/video-msm_fb.h | 3 +- include/linux/platform_data/video-pxafb.h | 2 - include/video/pxa168fb.h | 2 - 43 files changed, 949 insertions(+), 413 deletions(-) create mode 100644 drivers/video/ocfb.c
Attachment:
signature.asc
Description: OpenPGP digital signature