MLK-15124-04: image ss: Add mx8 image subsystem driver
authorSandor Yu <Sandor.yu@nxp.com>
Tue, 20 Jun 2017 07:37:16 +0000 (15:37 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Add mxc media device driver.
Add mx8 isi device driver.
Add mx8 mipi csi device driver.
Add max9286 sensor driver.
mxc isi driver support CSC and scaling function.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/media/platform/imx8/mxc-isi-core.h

index 7142aa9..3999310 100644 (file)
@@ -269,13 +269,13 @@ struct mxc_isi_cap_dev {
 
        struct mxc_isi_frame    src_f;
        struct mxc_isi_frame    dst_f;
-       u32                                             frame_count;
+       u32                             frame_count;
 
        u32 buf_index;
 };
 
 struct mxc_isi_dev {
-       spinlock_t                              slock;
+       spinlock_t                      slock;
        struct mutex                    lock;
        struct mutex                    m2m_lock;
        wait_queue_head_t               irq_queue;