Re: [PATCH] v4l2-async: add subnotifier registration for subdevices

2017-05-03 Thread Niklas Söderlund
Hej Sakari, Tack för dina kommentarer. On 2017-05-03 22:51:46 +0300, Sakari Ailus wrote: > Hejssan! > > On Fri, Apr 28, 2017 at 01:47:48PM +0200, Niklas Söderlund wrote: > > On 2017-04-28 13:28:17 +0300, Sakari Ailus wrote: > > > Hi Niklas, > > > > > > Thank you for the patch. > > > > > > Do

Re: [PATCH] v4l2-async: add subnotifier registration for subdevices

2017-05-03 Thread Niklas Söderlund
Hi Kieran, Thanks for your feedback. On 2017-05-03 18:07:47 +0100, Kieran Bingham wrote: > Hi Niklas, > > Small thing to ponder discovered below: > > On 27/04/17 23:30, Niklas Söderlund wrote: > > When registered() of v4l2_subdev_internal_ops is called the subdevice > > have access to the

Re: [PATCH] v4l2-async: add subnotifier registration for subdevices

2017-05-03 Thread Sakari Ailus
Hejssan! On Fri, Apr 28, 2017 at 01:47:48PM +0200, Niklas Söderlund wrote: > On 2017-04-28 13:28:17 +0300, Sakari Ailus wrote: > > Hi Niklas, > > > > Thank you for the patch. > > > > Do you happen to have a driver that would use this, to see some example of > > how the code is to be used? > >

Re: [PATCH] v4l2-async: add subnotifier registration for subdevices

2017-05-03 Thread Kieran Bingham
Hi Niklas, Small thing to ponder discovered below: On 27/04/17 23:30, Niklas Söderlund wrote: > When registered() of v4l2_subdev_internal_ops is called the subdevice > have access to the master devices v4l2_dev and it's called with the > async frameworks list_lock held. In this context the

Re: [RFC v2 1/2] media: platform: Add SH CEU camera interface driver

2017-05-03 Thread Laurent Pinchart
Hi Jacopo, On Wednesday 03 May 2017 18:14:03 jmondi wrote: > On Wed, May 03, 2017 at 06:06:19PM +0300, Laurent Pinchart wrote: > > On Wednesday 03 May 2017 11:52:36 jmondi wrote: > >> On Thu, Apr 27, 2017 at 02:47:14PM +0300, Laurent Pinchart wrote: > >>> Hi Jacopo, > >>> > >>> Thank you for the

Re: [RFC v2 1/2] media: platform: Add SH CEU camera interface driver

2017-05-03 Thread jmondi
Hi Laurent, On Wed, May 03, 2017 at 06:06:19PM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > On Wednesday 03 May 2017 11:52:36 jmondi wrote: > > On Thu, Apr 27, 2017 at 02:47:14PM +0300, Laurent Pinchart wrote: > > > Hi Jacopo, > > > > > > Thank you for the patch. > > > > [snip] > > > > >> +/**

Re: [RFC v2 1/2] media: platform: Add SH CEU camera interface driver

2017-05-03 Thread Laurent Pinchart
Hi Jacopo, On Wednesday 03 May 2017 11:52:36 jmondi wrote: > On Thu, Apr 27, 2017 at 02:47:14PM +0300, Laurent Pinchart wrote: > > Hi Jacopo, > > > > Thank you for the patch. > > [snip] > > >> +/** > >> + * Collect formats supported by CEU and sensor subdevice > >> + */ > >> +static int

Re: [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

2017-05-03 Thread Sricharan R
Hi, On 5/3/2017 3:54 PM, Sricharan R wrote: > Hi Robin, > > On 5/3/2017 3:24 PM, Robin Murphy wrote: >> Hi Geert, >> >> On 02/05/17 19:35, Geert Uytterhoeven wrote: >>> Hi Sricharan, >>> >>> On Fri, Feb 3, 2017 at 4:48 PM, Sricharan R >>> wrote: From: Laurent

Re: [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

2017-05-03 Thread Sricharan R
Hi Robin, On 5/3/2017 3:24 PM, Robin Murphy wrote: > Hi Geert, > > On 02/05/17 19:35, Geert Uytterhoeven wrote: >> Hi Sricharan, >> >> On Fri, Feb 3, 2017 at 4:48 PM, Sricharan R wrote: >>> From: Laurent Pinchart >>> >>>

Re: [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

2017-05-03 Thread Robin Murphy
Hi Geert, On 02/05/17 19:35, Geert Uytterhoeven wrote: > Hi Sricharan, > > On Fri, Feb 3, 2017 at 4:48 PM, Sricharan R wrote: >> From: Laurent Pinchart >> >> Failures to look up an IOMMU when parsing the DT iommus property

Re: [RFC v2 1/2] media: platform: Add SH CEU camera interface driver

2017-05-03 Thread jmondi
Hi Laurent, On Thu, Apr 27, 2017 at 02:47:14PM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. [snip] > > +/** > > + * Collect formats supported by CEU and sensor subdevice > > + */ > > +static int sh_ceu_init_active_formats(struct sh_ceu_dev *pcdev) > > +{ > > +

Re: [PATCH v5] media: platform: Renesas IMR driver

2017-05-03 Thread Laurent Pinchart
Hi Geert, On Wednesday 03 May 2017 09:22:00 Geert Uytterhoeven wrote: > On Tue, May 2, 2017 at 11:17 PM, Laurent Pinchart wrote: > > On Wednesday 22 Mar 2017 10:34:16 Geert Uytterhoeven wrote: > >> On Thu, Mar 9, 2017 at 9:08 PM, Sergei Shtylyov wrote: > >>> --- /dev/null > >>> +++

Re: [PATCH 0/9] ARM: dts: renesas: update PFC node name to pin-controller

2017-05-03 Thread Simon Horman
On Wed, Apr 26, 2017 at 12:05:29PM +0200, Simon Horman wrote: > > The device trees for Renesas SoCs use either pfc or pin-controller as the > node name for the PFC device. This patch is intended to take a step towards > unifying the node name used as pin-controller which appears to be the more >

Re: [PATCH v5] media: platform: Renesas IMR driver

2017-05-03 Thread Geert Uytterhoeven
Hi Laurent, On Tue, May 2, 2017 at 11:17 PM, Laurent Pinchart wrote: > On Wednesday 22 Mar 2017 10:34:16 Geert Uytterhoeven wrote: >> On Thu, Mar 9, 2017 at 9:08 PM, Sergei Shtylyov wrote: >> > --- /dev/null >> > +++

Re: [PATCH v6] arm64: dts: salvator-x: Add current sense amplifiers

2017-05-03 Thread Simon Horman
On Tue, May 02, 2017 at 08:46:13PM +0200, Geert Uytterhoeven wrote: > From: Jacopo Mondi > > Add device nodes for two Maxim max961x current sense amplifiers > sensing VDD_08 and DVFS_08 lines. > > Signed-off-by: Jacopo Mondi > [geert: