Re: [Patch v5 6/8] media: i2c: ov2659: Add powerdown/reset gpio handling

2019-09-30 Thread Lad, Prabhakar
On Mon, Sep 30, 2019 at 2:07 PM Benoit Parrot wrote: > > On some board it is possible that the sensor 'powerdown' and or 'reset' > pin might be controlled by gpio instead of being tied. > > To implement we add pm_runtime support which will handle the power > up/down sequence when it is available o

[Patch v5 6/8] media: i2c: ov2659: Add powerdown/reset gpio handling

2019-09-30 Thread Benoit Parrot
On some board it is possible that the sensor 'powerdown' and or 'reset' pin might be controlled by gpio instead of being tied. To implement we add pm_runtime support which will handle the power up/down sequence when it is available otherwise the sensor will be powered on at module insertion/probe