Message ID | 20221005152018.3783890-1-dave.stevenson@raspberrypi.com (mailing list archive) |
---|---|
Headers | show |
Series | media: Add regulator support to ov9282 | expand |
On Wed, 5 Oct 2022 at 16:21, Dave Stevenson <dave.stevenson@raspberrypi.com> wrote: > > The sensor takes 3 voltage supply rails, so add the relevant > configuration to the device tree bindings and driver. A gentle ping to this patchset. The other patchset for ov9282 that added functionality has been merged and made a pull request already, and Patchwork was reporting this one as "Under review" for longer than that one was. The DT side is ack'ed, and the driver changes are pretty trivial. Cheers, Dave > Dave Stevenson (2): > dt-bindings: media: ovti,ov9282: Add optional regulators > media: i2c: ov9282: Add support for regulators. > > .../bindings/media/i2c/ovti,ov9282.yaml | 9 +++++ > drivers/media/i2c/ov9282.c | 38 +++++++++++++++++++ > 2 files changed, 47 insertions(+) > > -- > 2.34.1 >
Hi Dave, On Wed, Nov 16, 2022 at 04:50:27PM +0000, Dave Stevenson wrote: > On Wed, 5 Oct 2022 at 16:21, Dave Stevenson > <dave.stevenson@raspberrypi.com> wrote: > > > > The sensor takes 3 voltage supply rails, so add the relevant > > configuration to the device tree bindings and driver. > > A gentle ping to this patchset. > The other patchset for ov9282 that added functionality has been merged > and made a pull request already, and Patchwork was reporting this one > as "Under review" for longer than that one was. > The DT side is ack'ed, and the driver changes are pretty trivial. Oops. Thanks for the ping. These are in my tree now.