linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Rockchip: Add RK1608 driver and DT-bindings
@ 2018-03-06  1:59 Wen Nuan
  2018-03-06  1:59 ` [PATCH V3 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
  2018-03-06  1:59 ` [PATCH V3 2/2] dt-bindings: Document the Rockchip RK1608 bindings Wen Nuan
  0 siblings, 2 replies; 5+ messages in thread
From: Wen Nuan @ 2018-03-06  1:59 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 |   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

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

end of thread, other threads:[~2018-03-07 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06  1:59 [PATCH V3 0/2] Rockchip: Add RK1608 driver and DT-bindings Wen Nuan
2018-03-06  1:59 ` [PATCH V3 1/2] [media] Add Rockchip RK1608 driver Wen Nuan
2018-03-07  8:56   ` Linus Walleij
2018-03-07 12:02     ` leo
2018-03-06  1:59 ` [PATCH V3 2/2] dt-bindings: Document the Rockchip RK1608 bindings Wen Nuan

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