From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Wed, 18 Dec 2013 00:30:56 +0000 Subject: Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition) Message-Id: <20131218003055.GC27438@atomide.com> List-Id: References: <1386160133-24026-1-git-send-email-tomi.valkeinen@ti.com> <1703598.NbqXAMAFOI@avalon> <52AADBE0.3030203@ti.com> <3426377.keoaFgiZkl@avalon> <52AB2C25.6000507@ti.com> <20131213172234.GD28184@atomide.com> <52AC0A18.30405@ti.com> <20131214140913.GA12324@atomide.com> <52AEAAB7.7010308@ti.com> In-Reply-To: <52AEAAB7.7010308@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: Laurent Pinchart , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org, Archit Taneja , Darren Etheridge , Stefan Roese , Sebastian Reichel , Robert Nelson , "Dr . H . Nikolaus Schaller" , Marek Belisko * Tomi Valkeinen [131215 23:26]: > On 2013-12-14 16:09, Tony Lindgren wrote: > > >> Why was e30b06f4d5f000c31a7747a7e7ada78a5fd419a1 merged into -rc2? It's > >> not a fix, just a cleanup. > > > > Hmm OK sorry looks like I removed some non-legacy mux framework code > > by accident. The omap_mux_* parts clearly are dead code for omap4 as > > it's been DT only since v3.10, but the omap4_dsi_mux_pads() is not > > using omap_mux_* functions. > > > > Yes, let's revert e30b06f4d5f0 except for the dead code parts, which > > seems to be omap4_tpd12s015_mux_pads(), right? > > Yes. I tested the below patch on 4430SDP, both DSI and HDMI works. OK thanks applying for the -rc cycle. Tony