public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: v4l: Call s_stream() on VCM when it is called on the associated sensor
@ 2024-09-01 21:18 Hans de Goede
  2024-09-01 21:18 ` [PATCH 1/2] " Hans de Goede
  2024-09-01 21:18 ` [PATCH 2/2] media: i2c: Add driver for AD5823 VCM Hans de Goede
  0 siblings, 2 replies; 9+ messages in thread
From: Hans de Goede @ 2024-09-01 21:18 UTC (permalink / raw)
  To: Sakari Ailus, Laurent Pinchart, Mauro Carvalho Chehab
  Cc: Hans de Goede, linux-media

Hi All,

The first patch in this series addresses a long standing issue with VCM
device power-management where merely opening the /dev node causes
the VCM to power on. This issue was recently brought up on the libcamera-
devel list and this is my attempt at fixing this.

The second patch is a new VCM driver which I have had in my personal tree
for quite a while now, but finishing it was blocked on the power-management
issue. This new driver shows how VCM runtime-pm can work after patch 1.

Regards,

Hans


Hans de Goede (2):
  media: v4l: Call s_stream() on VCM when it is called on the associated
    sensor
  media: i2c: Add driver for AD5823 VCM

 drivers/media/i2c/Kconfig             |   5 +
 drivers/media/i2c/Makefile            |   1 +
 drivers/media/i2c/ad5823.c            | 311 ++++++++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-async.c  |  20 ++
 drivers/media/v4l2-core/v4l2-subdev.c |  28 ++-
 include/media/v4l2-subdev.h           |   2 +
 6 files changed, 361 insertions(+), 6 deletions(-)
 create mode 100644 drivers/media/i2c/ad5823.c

-- 
2.46.0


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

end of thread, other threads:[~2024-10-23 15:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 21:18 [PATCH 0/2] media: v4l: Call s_stream() on VCM when it is called on the associated sensor Hans de Goede
2024-09-01 21:18 ` [PATCH 1/2] " Hans de Goede
2024-09-01 21:28   ` Laurent Pinchart
2024-10-23 12:48     ` Hans de Goede
2024-10-23 15:02       ` Hans de Goede
2024-09-01 21:18 ` [PATCH 2/2] media: i2c: Add driver for AD5823 VCM Hans de Goede
2024-09-03 23:59   ` kernel test robot
2024-09-04 19:12     ` Hans de Goede
2024-09-04  3:25   ` kernel test robot

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