public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Rockchip: Add rk1608 driver and DT-bindings
@ 2017-12-12  6:28 Leo Wen
  2017-12-12  6:28 ` [PATCH 1/2] [media] Add Rockchip RK1608 driver Leo Wen
  2017-12-12  6:28 ` [PATCH 2/2] dt-bindings: Document the Rockchip RK1608 bindings Leo Wen
  0 siblings, 2 replies; 6+ messages in thread
From: Leo Wen @ 2017-12-12  6:28 UTC (permalink / raw)
  To: mchehab, robh+dt, mark.rutland, davem, gregkh, rdunlap
  Cc: linux-media, devicetree, linux-kernel, linux-rockchip, eddie.cai,
	Leo Wen

For RK1608 driver ,you can use the v4l2-ctl command to capture frames.
Add DT bindings documentation for Rockchip RK1608.
Add the information of the maintainer.

Leo Wen (2):
  [media] Add Rockchip RK1608 driver
  dt-bindings: Document the Rockchip RK1608 bindings

 Documentation/devicetree/bindings/media/rk1608.txt |  143 +++
 MAINTAINERS                                        |    7 +
 drivers/media/spi/Makefile                         |    1 +
 drivers/media/spi/rk1608.c                         | 1165 ++++++++++++++++++++
 drivers/media/spi/rk1608.h                         |  366 ++++++
 5 files changed, 1682 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-22  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12  6:28 [PATCH 0/2] Rockchip: Add rk1608 driver and DT-bindings Leo Wen
2017-12-12  6:28 ` [PATCH 1/2] [media] Add Rockchip RK1608 driver Leo Wen
2017-12-22  4:33   ` Jacob Chen
2017-12-22  8:45     ` Philippe Ombredanne
2017-12-12  6:28 ` [PATCH 2/2] dt-bindings: Document the Rockchip RK1608 bindings Leo Wen
2017-12-12 10:50   ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox