linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Rockchip: Add RK1608 driver and DT-bindings
@ 2018-02-26  8:16 Wen Nuan
  2018-02-26  8:16 ` [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
  0 siblings, 1 reply; 8+ messages in thread
From: Wen Nuan @ 2018-02-26  8:16 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 |   97 ++
 MAINTAINERS                                        |    7 +
 drivers/media/spi/Makefile                         |    1 +
 drivers/media/spi/rk1608.c                         | 1664 ++++++++++++++++++++
 drivers/media/spi/rk1608.h                         |  471 ++++++
 5 files changed, 2240 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] 8+ messages in thread

end of thread, other threads:[~2018-02-28  1:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26  8:16 [PATCH V2 0/2] Rockchip: Add RK1608 driver and DT-bindings Wen Nuan
2018-02-26  8:16 ` [PATCH V2 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
2018-02-26  9:50   ` Hans Verkuil
2018-02-26 10:12   ` Linus Walleij
2018-02-26 15:15     ` Heiko Stuebner
2018-02-27  3:15     ` 温暖
2018-02-27 15:12       ` Heiko Stuebner
2018-02-28  1:23         ` 回复: " 温暖

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).