[RFC PATCH V4 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-09-14 Thread Louis Kuo
host devices. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver, sensor interface driver, DIP driver and face detection driver. Signed-off-by: Louis Kuo --- drivers/media/platform/Makefile |2 + dr

[RFC PATCH V4 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-09-14 Thread Louis Kuo
devices. Signed-off-by: Louis Kuo --- drivers/media/platform/mtk-isp/Kconfig | 17 + 1 file changed, 17 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig diff --git a/drivers/media/platform/mtk-isp/Kconfig b/drivers/media/platform/mtk-isp/Kconfig new file

[RFC PATCH V4 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-09-14 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../bindings/media/mediatek-seninf.txt| 30 +++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/media

[RFC PATCH V4 0/4] media: support Mediatek sensor interface driver

2019-09-14 Thread Louis Kuo
Hello, This is the RFC patch adding Sensor Inferface(seninf) driver on Mediatek mt8183 SoC, which will be used in camera features on CrOS application. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the seninf driver

[RFC PATCH V4 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-09-14 Thread Louis Kuo
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi

[RFC PATCH V3 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-06-06 Thread Louis Kuo
host devices. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver, sensor interface driver, DIP driver and face detection driver. Signed-off-by: Louis Kuo --- drivers/media/platform/Makefile|

[RFC PATCH V3 0/4] media: support Mediatek sensor interface driver

2019-06-06 Thread Louis Kuo
Hello, This is the RFC patch adding Sensor Inferface(seninf) driver on Mediatek mt8183 SoC, which will be used in camera features on CrOS application. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the seninf driver

[RFC PATCH V3 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-06-06 Thread Louis Kuo
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi

[RFC PATCH V3 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-06-06 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../devicetree/bindings/media/mediatek-seninf.txt | 31 ++ 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings

[RFC PATCH V3 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-06-06 Thread Louis Kuo
devices. Signed-off-by: Louis Kuo --- drivers/media/platform/mtk-isp/Kconfig | 17 + 1 file changed, 17 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig diff --git a/drivers/media/platform/mtk-isp/Kconfig b/drivers/media/platform/mtk-isp/Kconfig new file

[RFC PATCH V2 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-05-11 Thread Louis Kuo
host devices. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver, sensor interface driver, DIP driver and face detection driver. Signed-off-by: Louis Kuo --- drivers/media/platform/Makefile |2 + dr

[RFC PATCH V2 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-05-11 Thread Louis Kuo
devices. Signed-off-by: Louis Kuo --- drivers/media/platform/mtk-isp/Kconfig | 16 1 file changed, 16 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig diff --git a/drivers/media/platform/mtk-isp/Kconfig b/drivers/media/platform/mtk-isp/Kconfig new file

[RFC PATCH V2 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-05-11 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../bindings/media/mediatek-seninf.txt| 52 +++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/media

[RFC PATCH V2 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-05-11 Thread Louis Kuo
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi

[RFC PATCH V2 0/4] media: support Mediatek sensor interface driver

2019-05-11 Thread Louis Kuo
Hello, This is the RFC patch adding Sensor Inferface(seninf) driver on Mediatek mt8183 SoC, which will be used in camera features on CrOS application. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the seninf driver

[RFC PATCH V1 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-03-14 Thread Louis Kuo
host devices. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver, sensor interface driver, DIP driver and face detection driver. Signed-off-by: Louis Kuo --- drivers/media/platform/Makefile|

[RFC PATCH V1 0/4] media: support Mediatek sensor interface driver

2019-03-14 Thread Louis Kuo
river. * seninf_drv_def.h: Define data structure and enumeration. * seninf_reg.h: Define HW register R/W macros and HW register names. [ v1: use recommended coding style, remove unused function, remove redundant code, do error handling ] Louis Kuo (4): media: platform: mtk-isp: Add Mediatek sensor inte

[RFC PATCH V1 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-03-14 Thread Louis Kuo
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi

[RFC PATCH V1 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-03-14 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../devicetree/bindings/media/mediatek-seninf.txt | 52 ++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings

[RFC PATCH V1 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-03-14 Thread Louis Kuo
devices. Signed-off-by: Louis Kuo --- drivers/media/platform/mtk-isp/Kconfig | 16 1 file changed, 16 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig diff --git a/drivers/media/platform/mtk-isp/Kconfig b/drivers/media/platform/mtk-isp/Kconfig new file

[RFC PATCH V0 0/4] media: support Mediatek sensor interface driver

2019-02-20 Thread Louis Kuo
ntrol flow of seninf driver. * seninf_drv_def.h: Define data structure and enumeration. * seninf_reg.h: Define HW register R/W macros and HW register names. Louis Kuo (4): media: platform: mtk-isp: Add Mediatek sensor interface driver media: platform: Add Mediatek sensor interface driver KConfig

[RFC PATCH V0 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-02-20 Thread Louis Kuo
devices. Signed-off-by: Louis Kuo --- drivers/media/platform/mtk-isp/Kconfig | 16 1 file changed, 16 insertions(+) create mode 100644 drivers/media/platform/mtk-isp/Kconfig diff --git a/drivers/media/platform/mtk-isp/Kconfig b/drivers/media/platform/mtk-isp/Kconfig new file

[RFC PATCH V0 3/4] dt-bindings: mt8183: Added sensor interface dt-bindings

2019-02-20 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../devicetree/bindings/media/mediatek-seninf.txt | 52 ++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings

[RFC PATCH V0 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-02-20 Thread Louis Kuo
host devices. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver, sensor interface driver, DIP driver and face detection driver. Signed-off-by: Louis Kuo --- drivers/media/platform/Makefile|

[RFC PATCH V0 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-02-20 Thread Louis Kuo
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi