[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1520301560-114573-1-git-send-email-leo.wen@rock-chips.com>
Date: Tue, 6 Mar 2018 09:59:18 +0800
From: Wen Nuan <leo.wen@...k-chips.com>
To: mchehab@...nel.org, davem@...emloft.net,
gregkh@...uxfoundation.org, linus.walleij@...aro.org,
rdunlap@...radead.org, jacob2.chen@...k-chips.com
Cc: linux-kernel@...r.kernel.org, linux-media@...r.kernel.org,
eddie.cai@...k-chips.com, Leo Wen <leo.wen@...k-chips.com>
Subject: [PATCH V3 0/2] Rockchip: Add RK1608 driver and DT-bindings
From: Leo Wen <leo.wen@...k-chips.com>
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
Documentation/devicetree/bindings/media/rk1608.txt | 87 ++
MAINTAINERS | 7 +
drivers/media/spi/Makefile | 1 +
drivers/media/spi/rk1608.c | 1409 ++++++++++++++++++++
drivers/media/spi/rk1608.h | 442 ++++++
5 files changed, 1946 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/rk1608.txt
create mode 100644 drivers/media/spi/rk1608.c
create mode 100644 drivers/media/spi/rk1608.h
--
2.7.4
Powered by blists - more mailing lists