linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Rockchip: Add RK1608 driver and DT-bindings
@ 2018-03-08  6:38 Wen Nuan
  2018-03-08  6:38 ` [PATCH v4 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
  2018-03-08  6:38 ` [PATCH v4 2/2] dt-bindings: Document the Rockchip RK1608 bindings Wen Nuan
  0 siblings, 2 replies; 5+ messages in thread
From: Wen Nuan @ 2018-03-08  6:38 UTC (permalink / raw)
  To: mchehab, davem, gregkh, linus.walleij, rdunlap, jacob2.chen
  Cc: linux-kernel, linux-media, eddie.cai, Leo Wen

From: Leo Wen <leo.wen@rock-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 |   95 ++
 MAINTAINERS                                        |    7 +
 drivers/media/spi/Makefile                         |    1 +
 drivers/media/spi/rk1608.c                         | 1374 ++++++++++++++++++++
 drivers/media/spi/rk1608.h                         |  442 +++++++
 5 files changed, 1919 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] 5+ messages in thread

end of thread, other threads:[~2018-11-28  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08  6:38 [PATCH v4 0/2] Rockchip: Add RK1608 driver and DT-bindings Wen Nuan
2018-03-08  6:38 ` [PATCH v4 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
2018-03-09 12:28   ` Hans Verkuil
2018-03-08  6:38 ` [PATCH v4 2/2] dt-bindings: Document the Rockchip RK1608 bindings Wen Nuan
2018-11-27 13:46   ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).