On Wed, Aug 14, 2019 at 04:00:30PM -0700, Steve Longerbeam wrote:
Maybe - with 5.2, I get:
On 8/14/19 3:04 PM, Russell King - ARM Linux admin wrote:
On Wed, Aug 14, 2019 at 12:04:41PM -0700, Steve Longerbeam wrote:Ah, thanks for the clarification. Yes, by "internal subdevs" I understand
On 8/14/19 3:30 AM, Russell King - ARM Linux admin wrote:Sorry, but it makes complete sense when you consider that sensor
On Tue, Aug 06, 2019 at 09:53:41AM -0700, Steve Longerbeam wrote:The whole series was posted to the linux-media ML, see [1]. At the time,
The full patchset doesn't seem to be up yet, but see [1] for the coverWas the entire series copied to the mailing lists, or just selected
letter.
patches? I only saw 4, 9, 11 and 13-22 via lakml.
none of the linux-media ML archives had the whole series.
In the absence of the other patches, will this solve imx-media binding"internal subdevs of sensor devices" ?? That doesn't make any sense.
the internal subdevs of sensor devices to the CSI2 interface?
devices may have more than one subdev, but there should be only one
that is the "output" to whatever the camera is attached to. The
other subdevs are internal to the sensor.
what you mean now. The adv748x and smiapp are examples.
subdevs are not purely the remit of SoC drivers.So there is no binding of internal subdevs to the receiver CSI-2. The
receiver CSI-2 subdev will create media links to the subdev that has an
externally exposed fwnode endpoint that connects with the CSI-2 sink pad.
- entity 15: imx6-mipi-csi2 (5 pads, 6 links)
type V4L2 subdev subtype Unknown flags 0
device node name /dev/v4l-subdev2
pad0: Sink
...
<- "imx219 0-0010":0 []
<- "imx219 pixel 0-0010":0 []
Adding some debug in gives:
[ 11.963362] imx-media: imx_media_create_of_links() for imx6-mipi-csi2
[ 11.963396] imx-media: create_of_link(): /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux
[ 11.963422] imx-media: create_of_link(): /soc/ipu@2400000
[ 11.963450] imx-media: create_of_link(): /soc/ipu@2800000
[ 11.963478] imx-media: create_of_link(): /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu2_csi1_mux
[ 11.963489] imx-media: imx6-mipi-csi2:4 -> ipu2_csi1_mux:0
[ 11.963522] imx-media: create_of_link(): /soc/aips-bus@2100000/i2c@21a0000/camera@10
[ 11.963533] imx-media: imx219 0-0010:0 -> imx6-mipi-csi2:0
[ 11.963549] imx-media: imx_media_create_of_links() for imx219 pixel 0-0010
[ 11.963577] imx-media: create_of_link(): /soc/aips-bus@2100000/mipi@21dc000
[ 11.963587] imx-media: imx219 pixel 0-0010:0 -> imx6-mipi-csi2:0
[ 11.963602] imx-media: imx_media_create_of_links() for imx219 0-0010
Note that it's not created by imx6-mipi-csi2, but by imx-media delving
around in the imx219 subdevs.
From what I can see, smiapp does the same thing that I do in imx219 -
sets the subdev->dev member to point at the struct device, which then
means that v4l2_device_register_subdev() will associate the same fwnode
with both "imx219 pixel 0-0010" and "imx219 0-0010".