From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Longerbeam Subject: Re: [PATCH v5 00/39] i.MX Media Driver Date: Fri, 10 Mar 2017 15:20:34 -0800 Message-ID: <26d4a31f-f9d3-8b2b-391e-fc4b44cc8e5d@gmail.com> References: <1489121599-23206-1-git-send-email-steve_longerbeam@mentor.com> <20170310201356.GA21222@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170310201356.GA21222@n2100.armlinux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Russell King - ARM Linux Cc: mark.rutland@arm.com, andrew-ct.chen@mediatek.com, minghsiu.tsai@mediatek.com, sakari.ailus@linux.intel.com, nick@shmanahar.org, songjun.wu@microchip.com, hverkuil@xs4all.nl, Steve Longerbeam , pavel@ucw.cz, robert.jarzmik@free.fr, devel@driverdev.osuosl.org, markus.heiser@darmarIT.de, laurent.pinchart+renesas@ideasonboard.com, shuah@kernel.org, geert@linux-m68k.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, kernel@pengutronix.de, arnd@arndb.de, mchehab@kernel.org, bparrot@ti.com, robh+dt@kernel.org, horms+renesas@verge.net.au, tiffany.lin@mediatek.com, linux-arm-kernel@lists.infradead.org, niklas.soderlund+renesas@ragnatech.se, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, jean-christophe.trotin@st.com, p.zabel@pengutronix.de, fabio.estevam@nxp.com, shawnguo@kernel.org, sudipm.mukherjee@gmail.com List-Id: devicetree@vger.kernel.org On 03/10/2017 12:13 PM, Russell King - ARM Linux wrote: > Version 5 gives me no v4l2 controls exposed through the video device > interface. > > Just like with version 4, version 5 is completely useless with IMX219: > > imx6-mipi-csi2: LP-11 timeout, phy_state = 0x00000200 > ipu1_csi0: pipeline start failed with -110 > imx6-mipi-csi2: LP-11 timeout, phy_state = 0x00000200 > ipu1_csi0: pipeline start failed with -110 > imx6-mipi-csi2: LP-11 timeout, phy_state = 0x00000200 > ipu1_csi0: pipeline start failed with -110 > > So, like v4, I can't do any further testing. > Is the imx219 placing the csi-2 bus in LP-11 state on exit from s_power(ON)? I realize that probably means bringing the chip up to a completely operational state and then setting it to stream OFF in the s_power() op. The same had to be done for the OV5640. Steve