[PATCH v3 21/24] media: imx: Add MIPI CSI-2 Receiver subdev driver
From: slongerbeam@gmail.com (Steve Longerbeam)
Date: 2017-01-31 02:11:46
Also in:
linux-devicetree, linux-media, lkml
From: slongerbeam@gmail.com (Steve Longerbeam)
Date: 2017-01-31 02:11:46
Also in:
linux-devicetree, linux-media, lkml
On 01/30/2017 04:31 PM, Russell King - ARM Linux wrote:
On Fri, Jan 06, 2017 at 06:11:39PM -0800, Steve Longerbeam wrote:quoted
+++ b/drivers/staging/media/imx/imx-mipi-csi2.c...quoted
+#define DEVICE_NAME "imx6-mipi-csi2"Why is the device/driver named imx6-mipi-csi2, but the module named imx-mipi-csi2 - could there be some consistency here please?
right, that was missed after renaming the device node. Fixed. Steve