Re: [PATCH 3/5] ov5670: Support probe whilst the device is off

2019-08-26 Thread Tomasz Figa
On Mon, Aug 26, 2019 at 5:38 PM Sakari Ailus wrote: > > Hi Tomasz, > > On Fri, Jun 07, 2019 at 04:54:06PM +0900, Tomasz Figa wrote: > > On Wed, Jun 5, 2019 at 7:15 PM Sakari Ailus > > wrote: > > > > > > Hi Tomasz, > > > > > > On Wed, Jun 05, 2019 at 04:07:52PM +0900, Tomasz Figa wrote: > > > > Hi

Re: [PATCH 3/5] ov5670: Support probe whilst the device is off

2019-08-26 Thread Sakari Ailus
Hi Tomasz, On Fri, Jun 07, 2019 at 04:54:06PM +0900, Tomasz Figa wrote: > On Wed, Jun 5, 2019 at 7:15 PM Sakari Ailus > wrote: > > > > Hi Tomasz, > > > > On Wed, Jun 05, 2019 at 04:07:52PM +0900, Tomasz Figa wrote: > > > Hi Sakari, > > > > > > On Fri, May 10, 2019 at 01:09:28PM +0300, Sakari Ailu

Re: [PATCH 3/5] ov5670: Support probe whilst the device is off

2019-06-07 Thread Tomasz Figa
On Wed, Jun 5, 2019 at 7:15 PM Sakari Ailus wrote: > > Hi Tomasz, > > On Wed, Jun 05, 2019 at 04:07:52PM +0900, Tomasz Figa wrote: > > Hi Sakari, > > > > On Fri, May 10, 2019 at 01:09:28PM +0300, Sakari Ailus wrote: > > > Tell ACPI device PM code that the driver supports the device being powered >

Re: [PATCH 3/5] ov5670: Support probe whilst the device is off

2019-06-05 Thread Sakari Ailus
Hi Tomasz, On Wed, Jun 05, 2019 at 04:07:52PM +0900, Tomasz Figa wrote: > Hi Sakari, > > On Fri, May 10, 2019 at 01:09:28PM +0300, Sakari Ailus wrote: > > Tell ACPI device PM code that the driver supports the device being powered > > off when the driver's probe function is entered. > > > > Signe

Re: [PATCH 3/5] ov5670: Support probe whilst the device is off

2019-06-05 Thread Tomasz Figa
Hi Sakari, On Fri, May 10, 2019 at 01:09:28PM +0300, Sakari Ailus wrote: > Tell ACPI device PM code that the driver supports the device being powered > off when the driver's probe function is entered. > > Signed-off-by: Sakari Ailus > --- > drivers/media/i2c/ov5670.c | 25 ++

[PATCH 3/5] ov5670: Support probe whilst the device is off

2019-05-10 Thread Sakari Ailus
Tell ACPI device PM code that the driver supports the device being powered off when the driver's probe function is entered. Signed-off-by: Sakari Ailus --- drivers/media/i2c/ov5670.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/media/i2c