lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1513060095-29588-1-git-send-email-leo.wen@rock-chips.com> Date: Tue, 12 Dec 2017 14:28:13 +0800 From: Leo Wen <leo.wen@...k-chips.com> To: mchehab@...nel.org, robh+dt@...nel.org, mark.rutland@....com, davem@...emloft.net, gregkh@...uxfoundation.org, rdunlap@...radead.org Cc: linux-media@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org, eddie.cai@...k-chips.com, Leo Wen <leo.wen@...k-chips.com> Subject: [PATCH 0/2] Rockchip: Add rk1608 driver and DT-bindings 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
Powered by blists - more mailing lists