Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Linus Walleij
On Mon, May 8, 2017 at 7:25 PM, jmondi wrote: > From my perspective these flags are configurations internal to the pin > controller hardware used to enable/disable input buffers when a pin needs to > perform in both direction. > The level of detail I can provide on this is the

Re: [PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode

2017-05-08 Thread Geert Uytterhoeven
Hi Rob, On Mon, May 8, 2017 at 6:55 PM, Rob Herring wrote: > On Thu, May 04, 2017 at 07:45:46PM +0200, Geert Uytterhoeven wrote: >> Signed-off-by: Geert Uytterhoeven >> --- >> v3: >> - In SPI slave mode, represent the (single) slave device again as a

RE: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Chris Brandt
Hello Andy, On Monday, May 08, 2017, Andy Shevchenko wrote: > > Bi-Directional: > > > > For any pin that needs to drive (send) or sense (receive) signals, the > pin > > mux controller can only enable 1 direction of buffers (in this case, it > > only the output buffers). Therefore the appropriate

Re: [PATCH 3/4] v4l: vsp1: Calculate partition sizes at stream start.

2017-05-08 Thread Kieran Bingham
Hi Laurent, Thanks for the review, V2 to be posted after testing. On 13/02/17 21:21, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Friday 04 Nov 2016 18:19:29 Kieran Bingham wrote: >> Previously the active window and partition sizes for each partition is > >

Re: [PATCH v2 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending

2017-05-08 Thread Daniel Vetter
On Mon, May 08, 2017 at 09:33:37AM -0700, Eric Anholt wrote: > Alexandru Gheorghe writes: > > > Currently, rcar-du supports colorkeying only for rcar-gen2 and it uses > > some hw capability of the display unit(DU) which is not available on gen3. > > In order to

Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Andy Shevchenko
On Mon, May 8, 2017 at 8:02 PM, Chris Brandt wrote: > On Monday, May 08, 2017, Andy Shevchenko wrote: >> On Mon, May 8, 2017 at 7:01 PM, jmondi wrote: >> > On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: >> >> On Fri, Apr 28, 2017 at

Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Andy Shevchenko
On Mon, May 8, 2017 at 8:25 PM, jmondi wrote: > Andy, > > On Mon, May 08, 2017 at 07:08:32PM +0300, Andy Shevchenko wrote: >> On Mon, May 8, 2017 at 7:01 PM, jmondi wrote: >> > On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: >> >> On Fri, Apr

[GIT PULL for renesas-drivers] VSP DRM Race V4

2017-05-08 Thread Kieran Bingham
Hi Geert, Please consider the following pull request for renesas-drivers. -- Kieran The following changes since commit 13e0988140374123bead1dd27c287354cb95108e: docs: complete bumping minimal GNU Make version to 3.81 (2017-05-06 18:49:09 -0700) are available in the git repository at:

Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread jmondi
Andy, On Mon, May 08, 2017 at 07:08:32PM +0300, Andy Shevchenko wrote: > On Mon, May 8, 2017 at 7:01 PM, jmondi wrote: > > On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: > >> On Fri, Apr 28, 2017 at 4:53 PM, Andy Shevchenko > >>

RE: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Chris Brandt
On Monday, May 08, 2017, Andy Shevchenko wrote: > On Mon, May 8, 2017 at 7:01 PM, jmondi wrote: > > On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: > >> On Fri, Apr 28, 2017 at 4:53 PM, Andy Shevchenko > >> wrote: > >> > >> > Linus,

Re: [PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode

2017-05-08 Thread Rob Herring
On Thu, May 04, 2017 at 07:45:46PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > v3: > - In SPI slave mode, represent the (single) slave device again as a > child of the controller node, which is now optional, and must be > named

Re: [PATCH v2 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending

2017-05-08 Thread Eric Anholt
Alexandru Gheorghe writes: > Currently, rcar-du supports colorkeying only for rcar-gen2 and it uses > some hw capability of the display unit(DU) which is not available on gen3. > In order to implement colorkeying for gen3 we need to use the colorkey > capability

Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread Andy Shevchenko
On Mon, May 8, 2017 at 7:01 PM, jmondi wrote: > On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: >> On Fri, Apr 28, 2017 at 4:53 PM, Andy Shevchenko >> wrote: >> >> > Linus, for me it looks like better to revert that change, until we >>

Re: [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

2017-05-08 Thread jmondi
Hi Linus, On Sun, May 07, 2017 at 09:52:49AM +0200, Linus Walleij wrote: > On Fri, Apr 28, 2017 at 4:53 PM, Andy Shevchenko > wrote: > > > Linus, for me it looks like better to revert that change, until we > > will have clear picture why existing configuration

Re: [PATCH v4 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-05-08 Thread Rob Herring
On Tue, May 02, 2017 at 02:26:14PM +0100, Ramesh Shanmugasundaram wrote: > Add binding documentation for Renesas R-Car Digital Radio Interface > (DRIF) controller. > > Signed-off-by: Ramesh Shanmugasundaram > > --- > v4: > - port property description

[RFC v3 2/2] media: platform: Add Renesas CEU driver

2017-05-08 Thread Jacopo Mondi
Add driver for Renesas Capture Engine Unit (CEU). Signed-off-by: Jacopo Mondi --- drivers/media/platform/Kconfig |8 + drivers/media/platform/Makefile |2 + drivers/media/platform/renesas-ceu.c | 1525 ++ 3 files changed,

[RFC v3 0/2] Renesas CEU driver

2017-05-08 Thread Jacopo Mondi
Hello Laurent and Renesas list, this is new version of Capture Engine Unit driver. Sending as RFC as the driver has not yet been tested due to the lack of a suitable hardware platform. This new version is a re-write of the existing and in-tree soc-camera based driver

[RFC v3 1/2] media: platform: soc-camera: Remove SH CEU driver

2017-05-08 Thread Jacopo Mondi
Remove SH Mobile CEU driver from soc-camera framework Signed-off-by: Jacopo Mondi --- drivers/media/platform/soc_camera/Kconfig | 10 - drivers/media/platform/soc_camera/Makefile |1 - .../platform/soc_camera/sh_mobile_ceu_camera.c | 1821

Re: [PATCH 0/2] Fix incorrect warning from dma-debug

2017-05-08 Thread Robin Murphy
On 07/05/17 01:06, Jon Masters wrote: > On 05/09/2016 06:00 AM, Robin Murphy wrote: >> On 09/05/16 10:37, Robin Murphy wrote: >>> Hi Niklas, >>> >>> On 08/05/16 11:59, Niklas Söderlund wrote: Hi, While using CONFIG_DMA_API_DEBUG i came across this warning which I think is a

Re: [PATCH 0/2] Fix incorrect warning from dma-debug

2017-05-08 Thread Geert Uytterhoeven
Hi Jon, On Sun, May 7, 2017 at 2:06 AM, Jon Masters wrote: > On 05/09/2016 06:00 AM, Robin Murphy wrote: >> On 09/05/16 10:37, Robin Murphy wrote: >>> On 08/05/16 11:59, Niklas Söderlund wrote: While using CONFIG_DMA_API_DEBUG i came across this warning which I