Applied "spi: sh-msiof: Document R-Car M3-N support" to the spi tree

2018-03-27 Thread Mark Brown
The patch spi: sh-msiof: Document R-Car M3-N support has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.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

Re: [PATCH v2 0/2] pwm: rcar: Add suspend/resume support and cleanup for runtime_pm

2018-03-27 Thread Thierry Reding
On Tue, Mar 13, 2018 at 05:18:16PM +0900, Yoshihiro Shimoda wrote: > This patch set improves power management for Renesas PWM driver. > > Changes from v1: > - Add Reviewed-by Geert-san in patch 1 (Thanks!). > - Check a condition in suspend/resume if requested or not in patch 2. > > Hien Dang

Re: [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support

2018-03-27 Thread Thierry Reding
On Fri, Mar 09, 2018 at 08:53:17PM +0900, Yoshihiro Shimoda wrote: > This patch adds bindings for R-Car M3N. No driver update is needed. > > Signed-off-by: Yoshihiro Shimoda > --- > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 + > 1 file

Re: [PATCH] pwm: rcar: fix a condition to prevent mismatch value setting to duty

2018-03-27 Thread Thierry Reding
On Fri, Mar 09, 2018 at 08:24:21PM +0900, Yoshihiro Shimoda wrote: > From: Ryo Kodama > > This patch fixes an issue that is possible to set mismatch value > to duty for R-Car PWM if we input the following commands: > > # cd /sys/class/pwm// > # echo 0 > export > #

Re: [PATCH v4] dt-bindings: pwm: rcar: Document r8a774[35] PWM bindings

2018-03-27 Thread Thierry Reding
On Wed, Dec 20, 2017 at 11:15:43AM +, Fabrizio Castro wrote: > This patch adds compatible strings specific to r8a774[35], no driver > change is needed as the fallback compatible string will activate the > right code. > > Also, this patch replaces the example with a DT snippet used > for

Re: [PATCH v3 4/5] dt-bindings: pwm: renesas-tpu: Document r8a774[35] support

2018-03-27 Thread Thierry Reding
On Tue, Dec 19, 2017 at 01:34:59PM +, Fabrizio Castro wrote: > Document r8a774[35] specific compatible strings. No driver change is > needed as the fallback compatible string "renesas,tpu" activates the > right code in the driver. > > Signed-off-by: Fabrizio Castro

RE: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC

2018-03-27 Thread Biju Das
Hello Fabrizio, Thanks for the feedback. > > Subject: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC > > > > Enable recently added r8a77470 (RZ/G1C) SoC. > > > > Signed-off-by: Biju Das > > Reviewed-by: Fabrizio Castro > >

RE: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC

2018-03-27 Thread Fabrizio Castro
Hello Biju, thank you for your patch. > Subject: [PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC > > Enable recently added r8a77470 (RZ/G1C) SoC. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- >

USB2 crash on renesas-drivers

2018-03-27 Thread Kieran Bingham
While playing around with cameras (as I do...) I am finding that I am hitting some faults on the USB2 stack on Salvator-XS (H3) Test: Connect USB 2.0 web cam (UVC) (appears as /dev/video23) gst-launch-1.0 v4l2src device=/dev/video23 '!' image/jpeg, width=640, height=480 '!' progressreport '!'

[PATCH 01/12] soc: renesas: rcar-sysc: Add r8a77470 support

2018-03-27 Thread Biju Das
Add support for RZ/G1C (R8A77470) SoC power areas to the R-Car SYSC driver. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- .../bindings/power/renesas,rcar-sysc.txt | 1 + drivers/soc/renesas/Kconfig

[PATCH 05/12] clk: renesas: Add r8a77470 CPG Core Clock Definitions

2018-03-27 Thread Biju Das
Add all RZ/G1C Clock Pulse Generator Core Clock Outputs, as listed in Table 7.2 ("List of Clocks [RZ/G1C]") of the RZ/G1C Hardware User's Manual. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro ---

[PATCH 09/12] ARM: shmobile: Document iW-RainboW-G23S single board computer

2018-03-27 Thread Biju Das
Document the iW-RainboW-G23S single board computer device tree bindings, listing it as a supported board. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file

[PATCH 12/12] ARM: multi_v7_defconfig: Enable r8a77470 SoC

2018-03-27 Thread Biju Das
Enable recently added r8a77470 (RZ/G1C) SoC. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig

[PATCH 10/12] ARM: dts: iwg23s-sbc: Add support for iWave G23S-SBC based on RZ/G1C

2018-03-27 Thread Biju Das
Add support for iWave iW-RainboW-G23S single board computer based on RZ/G1C. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 30

[PATCH 11/12] ARM: shmobile: defconfig: Enable r8a77470 SoC

2018-03-27 Thread Biju Das
Enable recently added r8a77470 (RZ/G1C) SoC. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/shmobile_defconfig

[PATCH 08/12] ARM: dts: r8a77470: Initial SoC device tree

2018-03-27 Thread Biju Das
The initial R8A77470 SoC device tree including CPU0, GIC, timer, SYSC, RST, CPG, and the required clock descriptions. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- arch/arm/boot/dts/r8a77470.dtsi | 156

[PATCH 06/12] clk: renesas: cpg-mssr: Add r8a77470 support

2018-03-27 Thread Biju Das
Add RZ/G1C (R8A77470) Clock Pulse Generator / Module Standby and Software Reset support. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 9 +- drivers/clk/renesas/Kconfig

[PATCH 07/12] ARM: shmobile: r8a77470: basic SoC support

2018-03-27 Thread Biju Das
Add minimal support for the RZ/G1C (R8A77470) SoC. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ arch/arm/mach-shmobile/Kconfig | 4

[PATCH 04/12] serial: sh-sci: Document r8a77470 bindings

2018-03-27 Thread Biju Das
RZ/G1C (R8A77470) SoC also has the R-Car gen2 compatible SCIF and HSCIF ports, so document the SoC specific bindings. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro ---

[PATCH 03/12] soc: renesas: rcar-rst: Add support for RZ/G1C

2018-03-27 Thread Biju Das
Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 + drivers/soc/renesas/rcar-rst.c | 1 + 2 files changed, 2 insertions(+) diff --git

[PATCH 02/12] soc: renesas: Identify RZ/G1C

2018-03-27 Thread Biju Das
Add support for identifying the RZ/G1C (r8a77470) SoC. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro --- drivers/soc/renesas/renesas-soc.c | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 00/12] Add r8a77470/iW-RainboW-G23S single board computer support

2018-03-27 Thread Biju Das
currently been enabled in DTS and tested: serial boot console. This patch series tested against linux-next tag next-20180327 and renesas-dev branch tag "renesas-dev-20180326v2-v4.16-rc7 Biju Das (12): soc: renesas: rcar-sysc: Add r8a77470 support soc: renesas: Identify RZ/G1C soc: renesas:

Re: [GIT PULL] Renesas ARM Based SoC Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 3:53 PM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these Renesas ARM based SoC updates for v4.17. > Pulled into next/soc, thanks! Arnd

Re: [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Tue, Mar 27, 2018 at 3:13 PM, Arnd Bergmann wrote: > On Fri, Mar 16, 2018 at 3:50 PM, Simon Horman > wrote: >> Renesas ARM64 Based SoC Defconfig Updates for v4.17 >> >> Enable the following to allow them to be more widely exercised: >> * Newly added

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 3:51 PM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these Renesas ARM based SoC defconfig updates for v4.17. > > > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: > > Linux 4.16-rc1

Re: [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 3:50 PM, Simon Horman wrote: > Renesas ARM64 Based SoC Defconfig Updates for v4.17 > > Enable the following to allow them to be more widely exercised: > * Newly added R8A77965 and R8A77980 SoCs > * PWM and USB as used on R-Car Gen3 SoCs >

[PATCH v2] spi: sh-msiof: Document R-Car M3-N support

2018-03-27 Thread Geert Uytterhoeven
Document support for the MSIOF module in the Renesas M3-N (r8a77965) SoC. No driver update is needed. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Reviewed-by: Rob Herring --- v2: - Add Reviewed-by. ---

renesas-drivers-2018-03-27-v4.16-rc7

2018-03-27 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2018-03-27-v4.16-rc7 to https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git This tree is meant to ease development of platform support and drivers for Renesas ARM SoCs. It is created by merging (a) the for-next branches of various subsystem trees

Re: [PATCH v2 1/4] dt-bindings: mfd: bd9571mwv: Document DDR Backup Mode properties

2018-03-27 Thread Lee Jones
On Wed, 14 Mar 2018, Geert Uytterhoeven wrote: > Document the new optional properties related to DDR Backup Mode and > toggle/momentary power switches. > > Signed-off-by: Geert Uytterhoeven > --- > v2: > - Improve property description, > - Add properties for power

Re: [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 5:38 PM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these Renesas ARM based SoC DT updates for v4.17. > > Changes since v1 > * Dropped r7s72100 to avoid conflict, I will see about resubmitting > those still relevant

Re: [GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 3:52 PM, Simon Horman wrote: > Renesas ARM Based SoC DT Bindings Updates for v4.17 > > * Document the bindings for: > - R-Car V3H (r8a77980) SoC > - Condor board with V3H (r8a77980) SoC > - Stout (ADAS Starterkit) board with R-Car H2

Re: [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.17

2018-03-27 Thread Arnd Bergmann
On Fri, Mar 16, 2018 at 3:51 PM, Simon Horman wrote: > Hi Olof, Hi Kevin, Hi Arnd, > > Please consider these Renesas ARM64 based SoC DT updates for v4.17. > Pulled into next/dt, thanks! Arnd

Re: [PATCH v3 0/2] mmc: renesas_sdhi: add eMMC HS400 mode support

2018-03-27 Thread Simon Horman
On Tue, Feb 27, 2018 at 02:02:23PM +0100, Wolfram Sang wrote: > > > Perhaps someone need to explain in more detail what the HW controller > > needs to manage tuning for HS400? I don't like that we may end up > > getting it magically to work, then it's we better understand the > > details and if

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Vladimir Zapolskiy
Hi Jacopo, On 03/27/2018 01:10 PM, jacopo mondi wrote: > Hi Vladimir, > > On Tue, Mar 27, 2018 at 12:37:31PM +0300, Vladimir Zapolskiy wrote: >> Hi Jacopo, >> >> On 03/27/2018 11:57 AM, jacopo mondi wrote: >>> Hi Vladimir, >>> >>> On Tue, Mar 27, 2018 at 11:30:29AM +0300, Vladimir Zapolskiy

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread jacopo mondi
Hi Vladimir, On Tue, Mar 27, 2018 at 12:37:31PM +0300, Vladimir Zapolskiy wrote: > Hi Jacopo, > > On 03/27/2018 11:57 AM, jacopo mondi wrote: > > Hi Vladimir, > > > > On Tue, Mar 27, 2018 at 11:30:29AM +0300, Vladimir Zapolskiy wrote: > >> Hi Sergei, > >> > >> On 03/27/2018 11:27 AM, Sergei

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Vladimir Zapolskiy
Hi Andrzej, On 03/27/2018 10:28 AM, Andrzej Hajda wrote: > On 27.03.2018 08:24, Vladimir Zapolskiy wrote: >> Hi Jacopo, >> >> On 03/16/2018 05:16 PM, Jacopo Mondi wrote: >>> Add DRM bridge driver for Thine THC63LVD1024 LVDS to digital parallel >>> output converter. >>> >>> Signed-off-by: Jacopo

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Vladimir Zapolskiy
Hi Jacopo, On 03/27/2018 11:57 AM, jacopo mondi wrote: > Hi Vladimir, > > On Tue, Mar 27, 2018 at 11:30:29AM +0300, Vladimir Zapolskiy wrote: >> Hi Sergei, >> >> On 03/27/2018 11:27 AM, Sergei Shtylyov wrote: >>> Hello! >>> >>> On 3/27/2018 10:33 AM, jacopo mondi wrote: >>> [...] >

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Geert Uytterhoeven
Hi Andrezj, On Tue, Mar 27, 2018 at 10:36 AM, Andrzej Hajda wrote: > On 27.03.2018 09:36, Geert Uytterhoeven wrote: >> On Tue, Mar 27, 2018 at 9:28 AM, Andrzej Hajda wrote: > --- /dev/null > +++ b/drivers/gpu/drm/bridge/thc63lvd1024.c >

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread jacopo mondi
Hi Vladimir, On Tue, Mar 27, 2018 at 11:30:29AM +0300, Vladimir Zapolskiy wrote: > Hi Sergei, > > On 03/27/2018 11:27 AM, Sergei Shtylyov wrote: > > Hello! > > > > On 3/27/2018 10:33 AM, jacopo mondi wrote: > > [...] > >>> Document Thine THC63LVD1024 LVDS decoder device tree bindings. >

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Andrzej Hajda
On 27.03.2018 09:36, Geert Uytterhoeven wrote: > Hi Andrzej, > > On Tue, Mar 27, 2018 at 9:28 AM, Andrzej Hajda wrote: --- /dev/null +++ b/drivers/gpu/drm/bridge/thc63lvd1024.c +static void thc63_enable(struct drm_bridge *bridge) +{ +struct

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Vladimir Zapolskiy
Hi Sergei, On 03/27/2018 11:27 AM, Sergei Shtylyov wrote: > Hello! > > On 3/27/2018 10:33 AM, jacopo mondi wrote: > [...] >>> Document Thine THC63LVD1024 LVDS decoder device tree bindings. >>> >>> Signed-off-by: Jacopo Mondi >>> Reviewed-by: Andrzej

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Sergei Shtylyov
Hello! On 3/27/2018 10:33 AM, jacopo mondi wrote: [...] Document Thine THC63LVD1024 LVDS decoder device tree bindings. Signed-off-by: Jacopo Mondi Reviewed-by: Andrzej Hajda Reviewed-by: Niklas Söderlund

Re: [PATCH v6] ARM: dts: wheat: Fix ADV7513 address usage

2018-03-27 Thread Simon Horman
On Mon, Mar 26, 2018 at 10:04:24AM +0100, Kieran Bingham wrote: > Hi Simon, > > On 26/03/18 09:31, Simon Horman wrote: > > On Fri, Mar 23, 2018 at 09:16:13PM +, Kieran Bingham wrote: > >> Hi Simon, > >> > >> On 23/03/18 08:51, Simon Horman wrote: > >>> On Thu, Mar 22, 2018 at 09:30:40PM

Re: [PATCH v2 2/3] arm64: dts: renesas: salvator-common: Configure PMIC for DDR Backup Power

2018-03-27 Thread Simon Horman
On Mon, Mar 26, 2018 at 11:13:54AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Mon, Mar 26, 2018 at 11:06 AM, Simon Horman wrote: > > On Fri, Mar 16, 2018 at 03:08:13PM +0300, Sergei Shtylyov wrote: > >> On 03/16/2018 03:00 PM, Geert Uytterhoeven wrote: > >> > >> >>>

Re: [PATCH] pinctrl: sh-pfc: r8a77965: Add PWM pins, groups and functions

2018-03-27 Thread Geert Uytterhoeven
On Fri, Mar 23, 2018 at 12:31 PM, Yoshihiro Shimoda wrote: > From: Takeshi Kihara > > This patch adds PWM{0,1,2,3,4,5,6} pins, groups and functions to > R8A77965 SoC. > > Signed-off-by: Takeshi Kihara

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Geert Uytterhoeven
Hi Andrzej, On Tue, Mar 27, 2018 at 9:28 AM, Andrzej Hajda wrote: >>> --- /dev/null >>> +++ b/drivers/gpu/drm/bridge/thc63lvd1024.c >>> +static void thc63_enable(struct drm_bridge *bridge) >>> +{ >>> +struct thc63_dev *thc63 = to_thc63(bridge); >>> +struct regulator

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread jacopo mondi
Hi Andrzej, On Tue, Mar 27, 2018 at 09:12:46AM +0200, Andrzej Hajda wrote: > On 27.03.2018 08:15, Vladimir Zapolskiy wrote: > > Hi Jacopo, > > > > On 03/27/2018 01:22 AM, Rob Herring wrote: > >> On Tue, Mar 20, 2018 at 02:43:33PM +0200, Laurent Pinchart wrote: > >>> Hi Jacopo, > >>> > >>> (CC'ing

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread jacopo mondi
HI Vladimir, On Tue, Mar 27, 2018 at 09:24:28AM +0300, Vladimir Zapolskiy wrote: > Hi Jacopo, > > On 03/16/2018 05:16 PM, Jacopo Mondi wrote: > > Add DRM bridge driver for Thine THC63LVD1024 LVDS to digital parallel > > output converter. > > > > Signed-off-by: Jacopo Mondi

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Andrzej Hajda
On 27.03.2018 08:24, Vladimir Zapolskiy wrote: > Hi Jacopo, > > On 03/16/2018 05:16 PM, Jacopo Mondi wrote: >> Add DRM bridge driver for Thine THC63LVD1024 LVDS to digital parallel >> output converter. >> >> Signed-off-by: Jacopo Mondi >> Reviewed-by: Andrzej Hajda

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Andrzej Hajda
On 27.03.2018 08:15, Vladimir Zapolskiy wrote: > Hi Jacopo, > > On 03/27/2018 01:22 AM, Rob Herring wrote: >> On Tue, Mar 20, 2018 at 02:43:33PM +0200, Laurent Pinchart wrote: >>> Hi Jacopo, >>> >>> (CC'ing Rob) >>> >>> Thank you for the patch. >>> >>> On Friday, 16 March 2018 17:16:37 EET Jacopo

Re: [Intel-gfx] [PATCH igt 2/8] tests/kms_panel_fitting: check for i915 before checking version

2018-03-27 Thread Daniel Vetter
On Wed, Mar 21, 2018 at 10:52:19AM +0200, Laurent Pinchart wrote: > Hi Daniel, > > On Wednesday, 21 March 2018 10:34:33 EET Daniel Vetter wrote: > > On Tue, Mar 20, 2018 at 01:24:09PM +0200, Laurent Pinchart wrote: > > > Hi Ulrich, > > > > > > Thank you for the patch. > > > > > > On Thursday,

Re: [PATCH v6 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle

2018-03-27 Thread Vladimir Zapolskiy
Hi Jacopo, On 03/20/2018 03:01 PM, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Friday, 16 March 2018 17:16:39 EET Jacopo Mondi wrote: >> The R-Car V3M Eagle board includes a transparent THC63LVD1024 LVDS >> decoder, connected to the on-chip LVDS encoder output on

Re: [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-27 Thread Vladimir Zapolskiy
Hi Jacopo, On 03/16/2018 05:16 PM, Jacopo Mondi wrote: > Add DRM bridge driver for Thine THC63LVD1024 LVDS to digital parallel > output converter. > > Signed-off-by: Jacopo Mondi > Reviewed-by: Andrzej Hajda > Reviewed-by: Niklas Söderlund

Re: [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-27 Thread Vladimir Zapolskiy
Hi Jacopo, On 03/27/2018 01:22 AM, Rob Herring wrote: > On Tue, Mar 20, 2018 at 02:43:33PM +0200, Laurent Pinchart wrote: >> Hi Jacopo, >> >> (CC'ing Rob) >> >> Thank you for the patch. >> >> On Friday, 16 March 2018 17:16:37 EET Jacopo Mondi wrote: >>> Document Thine THC63LVD1024 LVDS decoder