mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RFC v2 0/4] media: davinci: vpif: capture/display support for async subdevice probing
@ 2013-04-22 10:17 Prabhakar Lad
  2013-04-22 10:17 ` [PATCH RFC v2 1/4] media: i2c: adv7343: add support for asynchronous probing Prabhakar Lad
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Prabhakar Lad @ 2013-04-22 10:17 UTC (permalink / raw)
  To: LMML; +Cc: DLOS, LKML, Lad, Prabhakar

From: Lad, Prabhakar <prabhakar.csengg@gmail.com>

This patch series adds support for vpif capture and display
driver to support asynchronously register subdevices.
The first two patches adds asynchronous probing for adv7343
and tvp514x respectively.

Need for this support:
Currently bridge device drivers register devices for all subdevices
synchronously, typically, during their probing. E.g. if an I2C CMOS sensor
is attached to a video bridge device, the bridge driver will create an I2C
device and wait for the respective I2C driver to probe. This makes linking
of devices straight forward, but this approach cannot be used with
intrinsically asynchronous and unordered device registration systems like
the Flattened Device Tree.

This series is dependent on following patches:
1: https://patchwork.kernel.org/patch/2437111/
2: https://patchwork.linuxtv.org/patch/18096/

Changes for v2:
1: added support v4l-async support for vpif display driver.
2: added asynchronous probing for adv7343.

Lad, Prabhakar (4):
  media: i2c: adv7343: add support for asynchronous probing
  media: i2c: tvp514x: add support for asynchronous probing
  media: davinci: vpif: capture: add V4L2-async support
  media: davinci: vpif: display: add V4L2-async support

 drivers/media/i2c/adv7343.c                   |   17 ++-
 drivers/media/i2c/tvp514x.c                   |   23 ++-
 drivers/media/platform/davinci/vpif_capture.c |  151 ++++++++++++------
 drivers/media/platform/davinci/vpif_capture.h |    2 +
 drivers/media/platform/davinci/vpif_display.c |  219 +++++++++++++++----------
 drivers/media/platform/davinci/vpif_display.h |    3 +-
 include/media/davinci/vpif_types.h            |    4 +
 7 files changed, 273 insertions(+), 146 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2013-04-22 10:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-22 10:17 [PATCH RFC v2 0/4] media: davinci: vpif: capture/display support for async subdevice probing Prabhakar Lad
2013-04-22 10:17 ` [PATCH RFC v2 1/4] media: i2c: adv7343: add support for asynchronous probing Prabhakar Lad
2013-04-22 10:38   ` Guennadi Liakhovetski
2013-04-22 10:41     ` Prabhakar Lad
2013-04-22 10:17 ` [PATCH RFC v2 2/4] media: i2c: tvp514x: " Prabhakar Lad
2013-04-22 10:17 ` [PATCH RFC v2 3/4] media: davinci: vpif: capture: add V4L2-async support Prabhakar Lad
2013-04-22 10:17 ` [PATCH RFC v2 4/4] media: davinci: vpif: display: " Prabhakar Lad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®