Re: [PATCH v2] media: platform: rcar_imr: add IMR-LSX3 support

2017-03-23 Thread Rob Herring
On Thu, Mar 16, 2017 at 09:59:50PM +0300, Sergei Shtylyov wrote: > Add support for the image renderer light SRAM extended 3 (IMR-LSX3) found > only in the R-Car V2H (R8A7792) SoC. It differs from IMR-LX4 in that it > supports only planar video formats but can use the video capture data for > the

[PATCH] ASoC: core: remove pointless auxiliary from snd_soc_component

2017-03-23 Thread Kuninori Morimoto
From: Kuninori Morimoto commit 1a653aa44725 ("ASoC: core: replace aux_comp_list to ...") tried to replace aux_comp_list to component_dev_list, but it failed because of binding timing. Thus, Sylwester fixuped it by commit d2e3a1358c37 ("ASoC: Fix binding and

Re: [PATCH] backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()

2017-03-23 Thread Peter Ujfalusi
On 03/22/2017 07:21 PM, Geert Uytterhoeven wrote: Commit 7613c922315e308a ("backlight: pwm_bl: Move the checks for initial power state to a separate function") not just moved some code, but made slight changes in semantics. If a gpiochip doesn't implement the optional .get_direction() callback,

Re: [PATCH v2 4/7] arm: dts: r7s72100: Add pin controller node

2017-03-23 Thread jacopo
Hi Geert, On Wed, Mar 22, 2017 at 02:12:04PM +0100, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi > wrote: > > Add pin controller node with 12 gpio controller sub-nodes to > > r7s72100 dtsi. > > > > Signed-off-by: Jacopo

Re: [PATCH v2 2/7] dt-bindings: pinctrl: Add RZ/A1 bindings doc

2017-03-23 Thread jacopo
Hi Geert, thanks for review On Wed, Mar 22, 2017 at 11:33:50AM +0100, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi > wrote: > > Add device tree bindings documentation for Renesas RZ/A1 gpio and pin > > for the Renesas

vsps DT property (was: Re: [PATCH 10/22] drm: rcar-du: Expose the VSP1 compositor through KMS planes)

2017-03-23 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Sep 14, 2015 at 12:50 AM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- /dev/null > +++ b/drivers/gpu/drm/rcar-du/rcar_du_vsp.c > +int rcar_du_vsp_init(struct

Re: [PATCH v2 1/7] pinctrl: Renesas RZ/A1 pin and gpio controller

2017-03-23 Thread jacopo
Hi Geert, thanks for detailed review On Wed, Mar 22, 2017 at 11:26:58AM +0100, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Mon, Mar 20, 2017 at 5:14 PM, Jacopo Mondi > wrote: > > Add combined gpio and pin controller driver for Renesas RZ/A1 > > r7s72100 SoC. > >

Re: [PATCH v2 4/4] arm64: dts: salvator-x: Add current sense amplifiers

2017-03-23 Thread Geert Uytterhoeven
Hi Jacopo, On Thu, Mar 23, 2017 at 1:41 PM, Jacopo Mondi wrote: > Add device nodes for two Maxim max961x current sense amplifiers > sensing VDD_08 and DVFS_08 lines. > > Signed-off-by: Jacopo Mondi > --- >

Re: [PATCH v2 1/4] Documentation: dt-bindings: iio: Add max9611 ADC

2017-03-23 Thread Geert Uytterhoeven
On Thu, Mar 23, 2017 at 1:41 PM, Jacopo Mondi wrote: > Add device tree bindings documentation for Maxim max9611/max9612 current > sense amplifier. > > Signed-off-by: Jacopo Mondi > --- /dev/null > +++

[PATCH v2 1/4] Documentation: dt-bindings: iio: Add max9611 ADC

2017-03-23 Thread Jacopo Mondi
Add device tree bindings documentation for Maxim max9611/max9612 current sense amplifier. Signed-off-by: Jacopo Mondi --- .../devicetree/bindings/iio/adc/max9611.txt| 27 ++ 1 file changed, 27 insertions(+) create mode 100644

[PATCH v2 0/4] iio: adc: Maxim max9611 driver

2017-03-23 Thread Jacopo Mondi
Hello! Second round for Maxim max9611/max9612 high-side current sense amplifier driver. For reference, a simplified integration schematic drawing is here reported: o/\/\/-o---|LOAD|--- |shunt | |__|___ | RS+RS- | |

[PATCH v2 2/4] iio: Documentation: Add max9611 sysfs documentation

2017-03-23 Thread Jacopo Mondi
Add documentation for max9611 driver. Document attributes describing value of shunt resistor installed between RS+ and RS- voltage sense inputs. Signed-off-by: Jacopo Mondi --- Documentation/ABI/testing/sysfs-bus-iio-adc-max9611 | 16 1 file changed,

[PATCH v2 3/4] iio: adc: Add Maxim max9611 ADC driver

2017-03-23 Thread Jacopo Mondi
Add iio driver for Maxim max9611 and max9612 current-sense amplifiers with 12-bits ADC interface. Datasheet publicly available at: https://datasheets.maximintegrated.com/en/ds/MAX9611-MAX9612.pdf Signed-off-by: Jacopo Mondi --- drivers/iio/adc/Kconfig | 10 +

[PATCH v2 4/4] arm64: dts: salvator-x: Add current sense amplifiers

2017-03-23 Thread Jacopo Mondi
Add device nodes for two Maxim max961x current sense amplifiers sensing VDD_08 and DVFS_08 lines. Signed-off-by: Jacopo Mondi --- arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git

Re: [PATCH] arm64: dts: r8a7795: Correct SATA device size to 2MiB

2017-03-23 Thread Geert Uytterhoeven
Hi Magnus, On Thu, Mar 23, 2017 at 9:30 AM, Magnus Damm wrote: > On Tue, Mar 21, 2017 at 6:30 PM, Geert Uytterhoeven > wrote: >> On Tue, Mar 21, 2017 at 8:17 AM, Magnus Damm wrote: >>> On Mon, Mar 20, 2017 at 7:57 PM, Geert

Re: [PATCH] arm64: dts: r8a7795: Correct SATA device size to 2MiB

2017-03-23 Thread Magnus Damm
Hi Geert, On Tue, Mar 21, 2017 at 6:30 PM, Geert Uytterhoeven wrote: > Hi Magnus, > > On Tue, Mar 21, 2017 at 8:17 AM, Magnus Damm wrote: >> On Mon, Mar 20, 2017 at 7:57 PM, Geert Uytterhoeven >> wrote: >>> On Mon, Mar 20, 2017

Re: [PATCH v4] mmc: sh_mmcif: Document r7s72100 DT bindings

2017-03-23 Thread Ulf Hansson
On 22 March 2017 at 15:42, Chris Brandt wrote: > Signed-off-by: Chris Brandt > Reviewed-by: Geert Uytterhoeven > Reviewed-by: Simon Horman > Acked-by: Rob Herring Thanks,