[PATCH 20/20] OMAPDSS: split hdmi muxing function

2012-10-24 Thread Tomi Valkeinen
Split the omap4_hdmi_mux_pads() function into two parts, one handles the tpd12s015 gpio muxing, the other handles the hdmi pins. This is clearer, as hdmi and tpd12s015 are separate devices, and it also allows us to mux those separately with DT. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com

Re: [PATCH 20/20] OMAPDSS: split hdmi muxing function

2012-10-24 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [121024 02:32]: Split the omap4_hdmi_mux_pads() function into two parts, one handles the tpd12s015 gpio muxing, the other handles the hdmi pins. This is clearer, as hdmi and tpd12s015 are separate devices, and it also allows us to mux those separately