Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-20 Thread Pavel Machek
Hi! > > > > No idea really. I only have N900 working with linux at the moment. I'm > > > > trying to get N9 and N950 working, but no luck so far. > > > > > > Still no? :-( > > > > > > Do you know if you get the kernel booting? Do you have access to the > > > serial > > > console? I might have s

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Sakari Ailus
On Tue, Jul 18, 2017 at 11:27:12PM +0200, Pavel Machek wrote: > Hi! EHLO > > > > No idea really. I only have N900 working with linux at the moment. I'm > > > trying to get N9 and N950 working, but no luck so far. > > > > Still no? :-( > > > > Do you know if you get the kernel booting? Do you h

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Pavel Machek
Hi! > > No idea really. I only have N900 working with linux at the moment. I'm > > trying to get N9 and N950 working, but no luck so far. > > Still no? :-( > > Do you know if you get the kernel booting? Do you have access to the serial > console? I might have seen the e-mail chain but I lost the

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Sakari Ailus
On Tue, Jul 18, 2017 at 11:02:28PM +0200, Pavel Machek wrote: > Hi! > > > > > > diff --git a/drivers/media/platform/omap3isp/ispccp2.c > > > > > b/drivers/media/platform/omap3isp/ispccp2.c index > > > > > 4f8fd0c00748..47210b102bcb 100644 > > > > > --- a/drivers/media/platform/omap3isp/ispccp2.c >

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Pavel Machek
Hi! > > > > diff --git a/drivers/media/platform/omap3isp/ispccp2.c > > > > b/drivers/media/platform/omap3isp/ispccp2.c index > > > > 4f8fd0c00748..47210b102bcb 100644 > > > > --- a/drivers/media/platform/omap3isp/ispccp2.c > > > > +++ b/drivers/media/platform/omap3isp/ispccp2.c > > > > @@ -1140,6

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Sakari Ailus
Hi Pavel, On Tue, Jul 18, 2017 at 12:03:52PM +0200, Pavel Machek wrote: > Hi! > > > > diff --git a/drivers/media/platform/omap3isp/ispccp2.c > > > b/drivers/media/platform/omap3isp/ispccp2.c index > > > 4f8fd0c00748..47210b102bcb 100644 > > > --- a/drivers/media/platform/omap3isp/ispccp2.c > > >

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Laurent Pinchart
Hi Pavel, On Tuesday 18 Jul 2017 12:03:52 Pavel Machek wrote: > Hi! > > >> diff --git a/drivers/media/platform/omap3isp/ispccp2.c > >> b/drivers/media/platform/omap3isp/ispccp2.c index > >> 4f8fd0c00748..47210b102bcb 100644 > >> --- a/drivers/media/platform/omap3isp/ispccp2.c > >> +++ b/drivers/m

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Pavel Machek
Hi! > > diff --git a/drivers/media/platform/omap3isp/ispccp2.c > > b/drivers/media/platform/omap3isp/ispccp2.c index > > 4f8fd0c00748..47210b102bcb 100644 > > --- a/drivers/media/platform/omap3isp/ispccp2.c > > +++ b/drivers/media/platform/omap3isp/ispccp2.c > > @@ -1140,6 +1140,11 @@ int omap3isp

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Tuesday 18 Jul 2017 01:01:13 Sakari Ailus wrote: > From: Pavel Machek > > If regulator returns -EPROBE_DEFER, we need to return it too, so that > omap3isp will be re-probed when regulator is ready. > > Signed-off-by: Pavel Machek > Reviewed-by: Laurent P

Re: [PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-18 Thread Sebastian Reichel
Hi, On Tue, Jul 18, 2017 at 01:01:13AM +0300, Sakari Ailus wrote: > From: Pavel Machek > > If regulator returns -EPROBE_DEFER, we need to return it too, so that > omap3isp will be re-probed when regulator is ready. > > Signed-off-by: Pavel Machek > Reviewed-by: Laurent Pinchart > Signed-off-b

[PATCH 4/7] omap3isp: Return -EPROBE_DEFER if the required regulators can't be obtained

2017-07-17 Thread Sakari Ailus
From: Pavel Machek If regulator returns -EPROBE_DEFER, we need to return it too, so that omap3isp will be re-probed when regulator is ready. Signed-off-by: Pavel Machek Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus --- drivers/media/platform/omap3isp/isp.c | 3 ++- drivers/me