Re: [PATCH] i2c: rcar: use correct length when unmapping DMA

2017-05-29 Thread Niklas Söderlund
On 2017-05-28 09:52:17 +0200, Wolfram Sang wrote: > Because we need to transfer some bytes with PIO, the msg length is not > the length of the DMA buffer. Use the correct value which we used when > doing the mapping. > > Fixes: 73e8b0528346e8 ("i2c: rcar: add DMA support") > Signed-off-by:

Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC

2017-05-29 Thread Ulf Hansson
On 28 May 2017 at 11:30, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Thanks, applied for next! For mfd, Lee, please tell if you have any

Applied "ASoC: add audio-graph-scu-card document" to the asoc tree

2017-05-29 Thread Mark Brown
The patch ASoC: add audio-graph-scu-card document has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Applied "ASoC: audio-graph-scu-card: tidyup return method from probe()" to the asoc tree

2017-05-29 Thread Mark Brown
The patch ASoC: audio-graph-scu-card: tidyup return method from probe() has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "ASoC: add audio-graph-scu-card support" to the asoc tree

2017-05-29 Thread Mark Brown
The patch ASoC: add audio-graph-scu-card support has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC

2017-05-29 Thread Wolfram Sang
Geert, thanks for the Acks. > I'd fix "SH/R-Mobile" too, while at it. That would be a seperate tree-wide series in my book. Regards, Wolfram signature.asc Description: PGP signature

[git pull] pinctrl: sh-pfc: Updates for v4.13

2017-05-29 Thread Geert Uytterhoeven
Hi Linus, The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.13-tag1 for you to

[git pull] clk: renesas: Updates for v4.13

2017-05-29 Thread Geert Uytterhoeven
Hi Mike, Stephen, The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v4.13-tag1

Re: [PATCH v7 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-05-29 Thread Sakari Ailus
Hi Niklas, A few comments below. On Wed, May 24, 2017 at 02:13:53AM +0200, Niklas Söderlund wrote: > From: Niklas Söderlund > > A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver > supports the rcar-vin driver on R-Car Gen3 SoCs where

Re: [PATCH/RFC] ARM: dts: armadillo800eva: Split LCD mux and gpio

2017-05-29 Thread Geert Uytterhoeven
On Wed, May 24, 2017 at 3:36 PM, Geert Uytterhoeven wrote: > On Wed, May 24, 2017 at 2:57 PM, Laurent Pinchart > wrote: >> On Wednesday 24 May 2017 13:43:34 Geert Uytterhoeven wrote: >>> Configuration of the lcd0 pinmux group and GPIO hog

Re: [PATCH v7 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-05-29 Thread Hans Verkuil
On 05/24/2017 02:13 AM, Niklas Söderlund wrote: From: Niklas Söderlund A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver supports the rcar-vin driver on R-Car Gen3 SoCs where separate CSI-2 hardware blocks are connected between the video

Re: [PATCH v7 1/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation

2017-05-29 Thread Sakari Ailus
Hi Niklas, On Wed, May 24, 2017 at 02:13:52AM +0200, Niklas Söderlund wrote: > From: Niklas Söderlund > > Documentation for Renesas R-Car MIPI CSI-2 receiver. The CSI-2 receivers > are located between the video sources (CSI-2 transmitters) and the video >

Re: [PATCH 2/2] arm64: dts: r8a7796: add DMA for IIC_DVFS

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 12:14 PM, Wolfram Sang wrote: > Tested with a Salvator-X. > > Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert --

Re: [PATCH 1/2] arm64: dts: r8a7795: add DMA for IIC_DVFS

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 12:14 PM, Wolfram Sang wrote: > Tested with a Salvator-X. > > Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert --

Re: [PATCH v2 2/2] v4l: async: add subnotifier registration for subdevices

2017-05-29 Thread Sakari Ailus
Hi Niklas, On Wed, May 24, 2017 at 02:07:27AM +0200, Niklas Söderlund wrote: ... > diff --git a/drivers/media/v4l2-core/v4l2-async.c > b/drivers/media/v4l2-core/v4l2-async.c > index c16200c88417b151..e1e181db90f789c0 100644 > --- a/drivers/media/v4l2-core/v4l2-async.c > +++

[PATCH v3] phy: rcar-gen3-usb3: add support for R-Car Gen3 USB 3.0 PHY

2017-05-29 Thread Yoshihiro Shimoda
The USB 3.0 PHY modules of R-Car Gen3 SoCs have: - Spread spectrum clock (ssc). - Using USB 2.0 EXTAL clock instead of USB 3.0 clock. - Enabling VBUS detection for usb3.0 peripheral. So, this driver supports these features. Signed-off-by: Yoshihiro Shimoda

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

2017-05-29 Thread jmondi
Hi Linus, On Mon, May 29, 2017 at 10:45:44AM +0200, Linus Walleij wrote: > On Tue, May 23, 2017 at 8:37 PM, jmondi wrote: > > >> I did not follow too much. > >> But it seems IMX7ULP/Vybrid to be also a fan of generic > >> output-enable/input-enable > >> property. > >> > >>

Re: [PATCH v2 2/2] media: entity: Add media_entity_pad_from_fwnode() function

2017-05-29 Thread Hans Verkuil
On 05/24/2017 02:09 AM, Niklas Söderlund wrote: From: Niklas Söderlund This is a wrapper around the media entity pad_from_fwnode operation. Signed-off-by: Niklas Söderlund --- drivers/media/media-entity.c | 39

Re: [PATCH v2 2/2] v4l: async: add subnotifier registration for subdevices

2017-05-29 Thread Hans Verkuil
On 05/24/2017 02:07 AM, Niklas Söderlund wrote: From: Niklas Söderlund When registered() of v4l2_subdev_internal_ops is called the subdevice When the registered() callback of... have access to the master devices v4l2_dev and it's called with the

Re: [PATCH v2 1/2] v4l: async: check for v4l2_dev in v4l2_async_notifier_register()

2017-05-29 Thread Hans Verkuil
On 05/24/2017 02:07 AM, Niklas Söderlund wrote: From: Niklas Söderlund Add a check for v4l2_dev to v4l2_async_notifier_register() as to fail as early as possible since this will fail later in v4l2_async_test_notify(). Signed-off-by: Niklas Söderlund

Re: [PATCH] ARM: dts: r7s72100: add clock bit definitions

2017-05-29 Thread Geert Uytterhoeven
Hi Chris, On Thu, May 25, 2017 at 6:05 PM, Chris Brandt wrote: > Add the remaining bit locations for the module stop clock registers. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven > ---

Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH 7/7] [media] v4l: rcar_fdp1: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH 5/7] pci: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH 2/7] i2c: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven >

Re: [PATCH 3/7] iio: use proper name for the R-Car SoC

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang Acked-by: Geert Uytterhoeven

Re: [PATCH] i2c: rcar: use correct length when unmapping DMA

2017-05-29 Thread Geert Uytterhoeven
On Sun, May 28, 2017 at 9:52 AM, Wolfram Sang wrote: > Because we need to transfer some bytes with PIO, the msg length is not > the length of the DMA buffer. Use the correct value which we used when > doing the mapping. > > Fixes: 73e8b0528346e8 ("i2c: rcar: add

Re: [PATCH v3 0/4] r8a7793 Gose video input support

2017-05-29 Thread Hans Verkuil
On 05/19/2017 03:07 PM, Ulrich Hecht wrote: Hi! This is a by-the-datasheet implementation of analog and digital video input on the Gose board. This revision adds new bindings that distinguish between ADV7180 variants with three and six input ports. There are numerous variants of this chip, but

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

2017-05-29 Thread Linus Walleij
On Tue, May 23, 2017 at 8:37 PM, jmondi wrote: >> I did not follow too much. >> But it seems IMX7ULP/Vybrid to be also a fan of generic >> output-enable/input-enable >> property. >> >> See: >> Figure 5-2. GPIO PAD in Page 241 >>

Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC

2017-05-29 Thread Sergei Shtylyov
Hello! Why "soc_camera:" in the subject? The 'soc_camera" driver has been removed (replaced by a "normal" V4L2 driver). MBR, Sergei

Re: [PATCH v2 15/17] rcar-vin: register the video device at probe time

2017-05-29 Thread Niklas Söderlund
Hi Hans, On 2017-05-29 09:55:07 +0200, Hans Verkuil wrote: > On 05/29/2017 09:49 AM, Niklas Söderlund wrote: > > Hi Hans, > > > > Thanks for taking the time to look at this :-) > > > > On 2017-05-29 08:56:31 +0200, Hans Verkuil wrote: > > > On 05/29/2017 08:52 AM, Hans Verkuil wrote: > > > > Hi

Re: [PATCH v2 15/17] rcar-vin: register the video device at probe time

2017-05-29 Thread Hans Verkuil
On 05/29/2017 09:49 AM, Niklas Söderlund wrote: Hi Hans, Thanks for taking the time to look at this :-) On 2017-05-29 08:56:31 +0200, Hans Verkuil wrote: On 05/29/2017 08:52 AM, Hans Verkuil wrote: Hi Niklas, On 05/24/2017 02:15 AM, Niklas Söderlund wrote: From: Niklas Söderlund

Re: [PATCH v2 15/17] rcar-vin: register the video device at probe time

2017-05-29 Thread Niklas Söderlund
Hi Hans, Thanks for taking the time to look at this :-) On 2017-05-29 08:56:31 +0200, Hans Verkuil wrote: > On 05/29/2017 08:52 AM, Hans Verkuil wrote: > > Hi Niklas, > > > > On 05/24/2017 02:15 AM, Niklas Söderlund wrote: > > > From: Niklas Söderlund > >

Re: [PATCH v2 15/17] rcar-vin: register the video device at probe time

2017-05-29 Thread Hans Verkuil
On 05/29/2017 08:52 AM, Hans Verkuil wrote: Hi Niklas, On 05/24/2017 02:15 AM, Niklas Söderlund wrote: From: Niklas Söderlund The driver registers the video device from the async complete callback and unregistered in the async unbind callback. This

Re: [PATCH v2 15/17] rcar-vin: register the video device at probe time

2017-05-29 Thread Hans Verkuil
Hi Niklas, On 05/24/2017 02:15 AM, Niklas Söderlund wrote: From: Niklas Söderlund The driver registers the video device from the async complete callback and unregistered in the async unbind callback. This creates problems if if the subdevice is bound,