Hi Dave, this is a pull request for the of_videomode helpers aka "of: add display helper" series, as you offered to merge them via your tree. Thanks, Steffen The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://git.pengutronix.de/git/str/linux.git tags/of_videomode_helper for you to fetch changes up to edb37a95c58147f89713e6c5cd220fa8fdfb4833: drm_modes: add of_videomode helpers (2013-01-24 09:04:14 +0100) ---------------------------------------------------------------- Steffen Trumtrar (7): viafb: rename display_timing to via_display_timing video: add display_timing and videomode video: add of helper for display timings/videomode fbmon: add videomode helpers fbmon: add of_videomode helpers drm_modes: add videomode helpers drm_modes: add of_videomode helpers Documentation/devicetree/bindings/video/display-timing.txt | 109 ++++++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/drm_modes.c | 70 +++++++++++++++++++++++++++ drivers/video/Kconfig | 21 ++++++++ drivers/video/Makefile | 4 ++ drivers/video/display_timing.c | 24 ++++++++++ drivers/video/fbmon.c | 94 ++++++++++++++++++++++++++++++++++++ drivers/video/of_display_timing.c | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/video/of_videomode.c | 54 +++++++++++++++++++++ drivers/video/via/hw.c | 6 +-- drivers/video/via/hw.h | 2 +- drivers/video/via/lcd.c | 2 +- drivers/video/via/share.h | 2 +- drivers/video/via/via_modesetting.c | 8 ++-- drivers/video/via/via_modesetting.h | 6 +-- drivers/video/videomode.c | 39 +++++++++++++++ include/drm/drmP.h | 9 ++++ include/linux/fb.h | 8 ++++ include/video/display_timing.h | 124 +++++++++++++++++++++++++++++++++++++++++++++++ include/video/of_display_timing.h | 20 ++++++++ include/video/of_videomode.h | 18 +++++++ include/video/videomode.h | 48 +++++++++++++++++++ 21 files changed, 894 insertions(+), 13 deletions(-) create mode 100644 Documentation/devicetree/bindings/video/display-timing.txt create mode 100644 drivers/video/display_timing.c create mode 100644 drivers/video/of_display_timing.c create mode 100644 drivers/video/of_videomode.c create mode 100644 drivers/video/videomode.c create mode 100644 include/video/display_timing.h create mode 100644 include/video/of_display_timing.h create mode 100644 include/video/of_videomode.h create mode 100644 include/video/videomode.h -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel