All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v9 0/2] DW9807 DT binding and driver patches
@ 2018-05-02 15:53 Andy Yeh
  2018-05-02 15:53 ` [RESEND PATCH v9 1/2] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil Andy Yeh
  2018-05-02 15:53 ` [RESEND PATCH v9 2/2] media: dw9807: Add dw9807 vcm driver Andy Yeh
  0 siblings, 2 replies; 9+ messages in thread
From: Andy Yeh @ 2018-05-02 15:53 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus, andy.yeh, devicetree, tfiga, jacopo

Hi Sakari and Tomasz,

The two patches are the DT binding and driver for DW9807 VCM controller.

Alan Chiang (2):
  media: dw9807: Add dw9807 vcm driver
  media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil

 .../bindings/media/i2c/dongwoon,dw9807.txt         |   9 +
 MAINTAINERS                                        |   7 +
 drivers/media/i2c/Kconfig                          |  10 +
 drivers/media/i2c/Makefile                         |   1 +
 drivers/media/i2c/dw9807.c                         | 320 +++++++++++++++++++++
 5 files changed, 347 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807.txt
 create mode 100644 drivers/media/i2c/dw9807.c

-- 
2.7.4


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

end of thread, other threads:[~2018-05-16 15:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 15:53 [RESEND PATCH v9 0/2] DW9807 DT binding and driver patches Andy Yeh
2018-05-02 15:53 ` [RESEND PATCH v9 1/2] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil Andy Yeh
2018-05-02 21:36   ` Sakari Ailus
2018-05-03  7:31     ` Yeh, Andy
2018-05-08  5:36     ` Yeh, Andy
2018-05-08  9:02       ` Sakari Ailus
2018-05-02 15:53 ` [RESEND PATCH v9 2/2] media: dw9807: Add dw9807 vcm driver Andy Yeh
2018-05-09 19:03   ` Mauro Carvalho Chehab
2018-05-16 15:28     ` Yeh, Andy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.