Hi, Here is a pile of smallish patches for omapdss, forward ported from TI's product kernel (which means they have had some testing). Many of these patches prepare the omapdss driver for writeback by cleaning up writeback related code, and adding bits here and there for register level writeback support. The patch to add writeback support itself is missing, as it's still not in a stable state. Tomi Dave Gerlach (1): OMAPDSS: adopt pinctrl support Manisha Agrawal (3): OMAPDSS: tpd12s015: remove platform data support OMAPDSS: tpd12s015: gpio descriptor API OMAPDSS: tpd12s015: CT_CP_HPD as optional gpio Tomi Valkeinen (19): OMAPDSS: DISPC: always set ALIGN when available OMAPDSS: fix DISPC_MFLAG_THRESHOLD_OFFSET for WB OMAPDSS: add WB to register dump OMAPDSS: add num_wbs=1 to omap5 dss features OMAPDSS: add 'has_writeback' flag OMAPDSS: add OMAP_DSS_CHANNEL_WB to 'enum omap_channel' OMAPDSS: refactor dispc_ovl_get_channel_out OMAPDSS: handle WB channel in dispc_set/get_channel_out OMAPDSS: configure burst size for WB OMAPDSS: configure WB fifo thresholds OMAPDSS: configure WB mflag threshold OMAPDSS: skip pclk check for WB mem2mem OMAPDSS: fix rgb-to-yuv color conv coefs OMAPDSS: set WB capturemode for m2m mode OMAPDSS: add setup for WB capture mode in dispc_wb_setup() OMAPDSS: remove extra EXPORT_SYMBOLs OMAPDSS: make a two dss feat funcs internal to omapdss OMAPDSS: change internal dispc functions to static OMAPDSS: remove extra out == NULL checks .../fbdev/omap2/displays-new/encoder-tpd12s015.c | 119 +++++----------- drivers/video/fbdev/omap2/dss/dispc.c | 157 +++++++++++++++++---- drivers/video/fbdev/omap2/dss/dispc.h | 2 + drivers/video/fbdev/omap2/dss/dpi.c | 2 +- drivers/video/fbdev/omap2/dss/dsi.c | 2 +- drivers/video/fbdev/omap2/dss/dss.c | 6 + drivers/video/fbdev/omap2/dss/dss.h | 5 - drivers/video/fbdev/omap2/dss/dss_features.c | 11 -- drivers/video/fbdev/omap2/dss/dss_features.h | 5 +- drivers/video/fbdev/omap2/dss/hdmi4.c | 2 +- drivers/video/fbdev/omap2/dss/hdmi5.c | 2 +- drivers/video/fbdev/omap2/dss/rfbi.c | 2 +- drivers/video/fbdev/omap2/dss/sdi.c | 2 +- drivers/video/fbdev/omap2/dss/venc.c | 2 +- include/video/omap-panel-data.h | 15 -- include/video/omapdss.h | 3 +- 16 files changed, 184 insertions(+), 153 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html