[PATCH V2 1/2] [media] Add Rockchip RK1608 driver

2018-02-26 Thread Wen Nuan
From: Leo Wen Rk1608 is used as a PreISP to link on Soc, which mainly has two functions. One is to download the firmware of RK1608, and the other is to match the extra sensor such as camera and enable sensor by calling sensor's s_power. use below v4l2-ctl command to

[PATCH V2 0/2] Rockchip: Add RK1608 driver and DT-bindings

2018-02-26 Thread Wen Nuan
From: Leo Wen You can use the v4l2-ctl command to capture frames for RK1608. Add DT-bindings documentation for Rockchip RK1608. Add the information of the MAINTAINERS. Leo Wen (2): [media] Add Rockchip RK1608 driver dt-bindings: Document the Rockchip RK1608 bindings

[PATCH V2 2/2] dt-bindings: Document the Rockchip RK1608 bindings

2018-02-26 Thread Wen Nuan
From: Leo Wen Add DT bindings documentation for Rockchip RK1608. Changes V2: - Delete spi-min-frequency property. - Add the external sensor's control pin and clock properties. - Delete the '' node. Signed-off-by: Leo Wen ---

[PATCH v4 0/2] Rockchip: Add RK1608 driver and DT-bindings

2018-03-07 Thread Wen Nuan
From: Leo Wen You can use the v4l2-ctl command to capture frames for RK1608. Add DT-bindings documentation for Rockchip RK1608. Add the information of the MAINTAINERS. Leo Wen (2): [media] Add Rockchip RK1608 driver dt-bindings: Document the Rockchip RK1608 bindings

[PATCH v4 2/2] dt-bindings: Document the Rockchip RK1608 bindings

2018-03-07 Thread Wen Nuan
From: Leo Wen Add DT bindings documentation for Rockchip RK1608. Changes V4: - Revise the comment of node. - Revise the comment of 'endpoint@1'. Signed-off-by: Leo Wen --- Documentation/devicetree/bindings/media/rk1608.txt | 95

[PATCH v4 1/2] [media] Add Rockchip RK1608 driver

2018-03-07 Thread Wen Nuan
From: Leo Wen Rk1608 is used as a PreISP to link on Soc, which mainly has two functions. One is to download the firmware of RK1608, and the other is to match the extra sensor such as camera and enable sensor by calling sensor's s_power. use below v4l2-ctl command to

[PATCH V3 1/2] [media] Add Rockchip RK1608 driver

2018-03-05 Thread Wen Nuan
From: Leo Wen Rk1608 is used as a PreISP to link on Soc, which mainly has two functions. One is to download the firmware of RK1608, and the other is to match the extra sensor such as camera and enable sensor by calling sensor's s_power. use below v4l2-ctl command to

[PATCH V3 0/2] Rockchip: Add RK1608 driver and DT-bindings

2018-03-05 Thread Wen Nuan
From: Leo Wen You can use the v4l2-ctl command to capture frames for RK1608. Add DT-bindings documentation for Rockchip RK1608. Add the information of the MAINTAINERS. Leo Wen (2): [media] Add Rockchip RK1608 driver dt-bindings: Document the Rockchip RK1608 bindings

[PATCH V3 2/2] dt-bindings: Document the Rockchip RK1608 bindings

2018-03-05 Thread Wen Nuan
From: Leo Wen Add DT bindings documentation for Rockchip RK1608. Changes V3: - Instead use the *-gpios. - Delete the rockchip,powerdown0 and rockchip,powerdown1 GPIO. - Delete the rockchip,reset0 and rockchip,reset1 GPIO. Signed-off-by: Leo Wen