Re: [PATCH 2/2] mmc: host: sh_mobile_sdhi: don't populate unneeded functions

2016-09-01 Thread Wolfram Sang
Magnus, > To my eye it looks like this patch might be adding a fix for a bug > introduced by another patch. R-Car Gen2 and later are quite recent > SoCs but I believe support for other mobile chips and earlier R-Car > SoCs also also covered by the SDHI driver. Also there are theTMIO > chips that

[PATCH v4] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-01 Thread Chris Brandt
Check the MD_CLK pin to determine the current clock mode in order to set the pll clock parent correctly. Signed-off-by: Chris Brandt --- V4: * added static and __init to rz_cpg_read_mode_pins * set cpg_mode during declaration v3: * move reading GPIO port into separate

Re: [PATCH 2/2] mmc: host: sh_mobile_sdhi: don't populate unneeded functions

2016-09-01 Thread Magnus Damm
On Wed, Aug 24, 2016 at 6:34 PM, Wolfram Sang wrote: > Populating card_busy caused a side-effect on a chip variant we don't > have documentation for (r8a73a4). So, enable it and voltage switching > only on devices known to support those features. > >

[PATCH v2 2/3] ARM: dts: r7s72100: add ethernet to device tree

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven --- v2: * Removed MSTP7 clock node --- arch/arm/boot/dts/r7s72100.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.dtsi

[PATCH v2 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven --- v2: * Added MSTP7 clock node --- arch/arm/boot/dts/r7s72100.dtsi| 9 + include/dt-bindings/clock/r7s72100-clock.h | 3 +++ 2 files changed, 12 insertions(+)

[PATCH v2 3/3] ARM: dts: rskrza1: add ethernet DT support

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r7s72100-rskrza1.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-09-01 Thread Kuninori Morimoto
Hi Geert > >> Even with my recent patch? > > > > I tried your patch, and it solved this issue. > > Interesting... > > Does "[PATCH/RFT 0/4] ARM: shmobile: R-Car Gen2: Allow booting secondary CPU > cores in debug mode", without Wolfram's patch, also fix it? Interesting... Your patch (without

Re: [PATCH v3 12/12] arm64: dts: h3ulcb: Sound SSI support

2016-09-01 Thread Kuninori Morimoto
Hi Vladimir > This supports SSI sound for H3ULCB board. > SSI DMA mode used. CS2000 used as AUDIO_CLK_B. > > Signed-off-by: Vladimir Barinov > --- Acked-by: Kuninori Morimoto > + audio_clkout: audio_clkout { > +

Re: [PATCH] vsp1: add R8A7792 VSP1V support

2016-09-01 Thread Laurent Pinchart
Hi Sergei, Thank you for the patch. On Saturday 20 Aug 2016 00:57:59 Sergei Shtylyov wrote: > Add support for the R8A7792 VSP1V cores which are different from the other > gen2 VSP1 cores... > > Signed-off-by: Sergei Shtylyov > > --- > This patch is against

Re: [PATCH] drm: rcar-du: add ADV7513 HDMI encoder

2016-09-01 Thread Laurent Pinchart
Hi Sergei, Thank you for the patch. On Thursday 01 Sep 2016 22:04:59 Sergei Shtylyov wrote: > The R-Car DU driver keeps a list of the external encoders which it uses > to get the encoder type. Renesas Wheat board uses Analog Devices ADV7513 > HDMI encoder, unlike the other Renesas boards

Re: [PATCH] rcar-du: add R8A7792 support

2016-09-01 Thread Laurent Pinchart
Hi Sergei, Thank you for the patch. On Thursday 04 Aug 2016 15:01:02 Sergei Shtylyov wrote: > Add support for the R8A7792 DU; it has 2 DPAD (RGB) outputs. > > Signed-off-by: Sergei Shtylyov Acked-by: Laurent Pinchart And

Re: [PATCH v3] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-01 Thread Geert Uytterhoeven
Hi Chris, On Thu, Sep 1, 2016 at 3:10 PM, Chris Brandt wrote: > Check the MD_CLK pin to determine the current clock mode in order to set > the pll clock parent correctly. > > Signed-off-by: Chris Brandt Thanks for the update! > --- > v3: > *

Re: [PATCH v2 1/4] v4l: Add metadata buffer type and format

2016-09-01 Thread Laurent Pinchart
On Friday 02 Sep 2016 00:22:42 Laurent Pinchart wrote: > On Monday 29 Aug 2016 12:13:40 Sakari Ailus wrote: > > On Wed, Aug 17, 2016 at 03:20:27PM +0300, Laurent Pinchart wrote: > >> The metadata buffer type is used to transfer metadata between userspace > >> and kernelspace through a V4L2 buffers

RE: [PATCH v3] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-01 Thread Chris Brandt
Hi Geert, On 9/1/2016, Geert Uytterhoeven wrote: > > +#define MD_BOOT0(x) ((x >> 0) & 1) /* P0_0 */ > > +#define MD_BOOT1(x) ((x >> 1) & 1) /* P0_1 */ > > +#define MD_CLK(x) ((x >> 2) & 1) /* P0_2 */ > > Good idea to use a macro for that! > However, adding more (unused) macros may

Re: [PATCH 3/3] ARM: dts: rskrza1: add ethernet DT support

2016-09-01 Thread Geert Uytterhoeven
On Thu, Sep 1, 2016 at 5:54 PM, Chris Brandt wrote: > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [PATCH v2 1/4] v4l: Add metadata buffer type and format

2016-09-01 Thread Laurent Pinchart
Hi Sakari, On Monday 29 Aug 2016 12:13:40 Sakari Ailus wrote: > On Wed, Aug 17, 2016 at 03:20:27PM +0300, Laurent Pinchart wrote: > > The metadata buffer type is used to transfer metadata between userspace > > and kernelspace through a V4L2 buffers queue. It comes with a new > > metadata capture

Re: [PATCH 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Geert Uytterhoeven
On Thu, Sep 1, 2016 at 5:54 PM, Chris Brandt wrote: > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven But as Sergei mentioned, the addition of mstp7_clks to the .dtsi really belongs in this patch.

Applied "spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH" to the spi tree

2016-09-01 Thread Mark Brown
The patch spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH has been applied to the spi tree at git://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

[PATCH] drm: rcar-du: add ADV7513 HDMI encoder

2016-09-01 Thread Sergei Shtylyov
The R-Car DU driver keeps a list of the external encoders which it uses to get the encoder type. Renesas Wheat board uses Analog Devices ADV7513 HDMI encoder, unlike the other Renesas boards which all use ADV7511W -- add it to the encoder list. Signed-off-by: Sergei Shtylyov

Re: [PATCH 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Sergei Shtylyov
On 09/01/2016 07:38 PM, Chris Brandt wrote: I'd add the MSTP7 clock node itself in the same patch... OK. I tried to look at previous commits to figure out what goes in what patch. There's no single approach here... but it was just that your patch subject doesn't seem to correspond

Re: [PATCH 2/3] ARM: dts: r7s72100: add ethernet to device tree

2016-09-01 Thread Geert Uytterhoeven
On Thu, Sep 1, 2016 at 5:54 PM, Chris Brandt wrote: > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven But... > ---" > arch/arm/boot/dts/r7s72100.dtsi | 22 ++ > 1 file changed, 22

[PATCH] drm/bridge: adv7511: add support for the 2nd chip

2016-09-01 Thread Sergei Shtylyov
The Renesas Wheat board has 2 ADV7513 chips on the same I2C bus, however the ADV751x driver only supports 1 chip as it tries to assign the packet/ EDID/CEC memory I2C devices to the fixed I2C addresses. Assign these I2C addresses at the fixed offsets (derived from the programming guide) from

Re: R-Car E2 Can interface receive issue

2016-09-01 Thread Geert Uytterhoeven
On Thu, Sep 1, 2016 at 2:24 PM, Roopesh K P wrote: > Today I tested the CAN with R-CAR M2 (Koelsch board) because r8a7791 is > listed in CAN driver compatibility list . > > ' dmesg | grep -i can ' shows > > vcan: Virtual CAN interface driver > slcan: serial line CAN

Re: [PATCH] ARM: shmobile: fix regulator quirk for Gen2

2016-09-01 Thread Geert Uytterhoeven
On Thu, Sep 1, 2016 at 4:27 PM, Wolfram Sang wrote: > On Thu, Sep 01, 2016 at 04:22:37PM +0200, Simon Horman wrote: >> On Tue, Aug 30, 2016 at 05:15:58PM +0200, Geert Uytterhoeven wrote: >> > On Tue, Aug 30, 2016 at 4:54 PM, Wolfram Sang >> >

RE: [PATCH 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Chris Brandt
On 09/01/2016, Sergei Shtylyov wrote: >I'd add the MSTP7 clock node itself in the same patch... OK. I tried to look at previous commits to figure out what goes in what patch. Thanks. Chris

Re: [PATCH 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Sergei Shtylyov
On 09/01/2016 06:54 PM, Chris Brandt wrote: Signed-off-by: Chris Brandt --- include/dt-bindings/clock/r7s72100-clock.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dt-bindings/clock/r7s72100-clock.h b/include/dt-bindings/clock/r7s72100-clock.h

[PATCH 2/3] ARM: dts: r7s72100: add ethernet to device tree

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi index e8e2a5d7..fb9ef9c 100644 ---

[PATCH 3/3] ARM: dts: rskrza1: add ethernet DT support

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100-rskrza1.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts index aabfa04..e5dea5b 100644 ---

[PATCH 1/3] ARM: dts: r7s72100: add ethernet clock to device tree

2016-09-01 Thread Chris Brandt
Signed-off-by: Chris Brandt --- include/dt-bindings/clock/r7s72100-clock.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dt-bindings/clock/r7s72100-clock.h b/include/dt-bindings/clock/r7s72100-clock.h index 5128f4d..3cd8138 100644 ---

Re: [PATCH v5 10/11] arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104

2016-09-01 Thread Wolfram Sang
On Thu, Sep 01, 2016 at 04:25:40PM +0200, Simon Horman wrote: > On Thu, Sep 01, 2016 at 09:23:54AM +0200, Wolfram Sang wrote: > > On Tue, Aug 30, 2016 at 11:09:58PM +0200, Simon Horman wrote: > > > Add the sd-uhs-sdr104 property to SDHI0 and SDHI1. > > > > > > Signed-off-by: Simon Horman

Re: [PATCH v5 10/11] arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 04:29:43PM +0200, Wolfram Sang wrote: > On Thu, Sep 01, 2016 at 04:25:40PM +0200, Simon Horman wrote: > > On Thu, Sep 01, 2016 at 09:23:54AM +0200, Wolfram Sang wrote: > > > On Tue, Aug 30, 2016 at 11:09:58PM +0200, Simon Horman wrote: > > > > Add the sd-uhs-sdr104 property

Re: [PATCH v5 08/11] arm64: r8a7795: Set maximum frequencies for SDHI clocks

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 10:44:49AM +0200, Wolfram Sang wrote: > On Tue, Aug 30, 2016 at 11:09:56PM +0200, Simon Horman wrote: > > Signed-off-by: Simon Horman > > --- > > v5 > > * New patch > > Huh? There is already 721e9a08aa514c ("arm64: dts: r8a7795: set maximum >

Re: [PATCH v5 11/11] arm64: defconfig: Enable SDHI and GPIO_REGULATOR

2016-09-01 Thread Simon Horman
On Tue, Aug 30, 2016 at 11:09:59PM +0200, Simon Horman wrote: > This allows use of the SDHI SD/SDIO controller present on R-Car Gen3 SoCs > and already enabled in the DT of the r8a7795/salvator-x (H3). > > Signed-off-by: Simon Horman I have queued this up.

Re: [PATCH v5 07/11] arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property

2016-09-01 Thread Simon Horman
On Tue, Aug 30, 2016 at 11:09:55PM +0200, Simon Horman wrote: > Remove cap-mmc-highspeed property from SDHI2 and SDHI3. > > This property is unnecessary as the driver automatically sets > the highspeed capability. Furthermore its use is inconsistent with SDHI0 > and SDHI1 which are also highspeed

Re: [PATCH] ARM: shmobile: fix regulator quirk for Gen2

2016-09-01 Thread Simon Horman
On Tue, Aug 30, 2016 at 05:15:58PM +0200, Geert Uytterhoeven wrote: > Hi Wolfram, > > On Tue, Aug 30, 2016 at 4:54 PM, Wolfram Sang > wrote: > > The current implementation only works if the da9xxx devices are added > > before their drivers are registered. Only

Re: [PATCH] ARM: shmobile: fix regulator quirk for Gen2

2016-09-01 Thread Wolfram Sang
On Thu, Sep 01, 2016 at 04:22:37PM +0200, Simon Horman wrote: > On Tue, Aug 30, 2016 at 05:15:58PM +0200, Geert Uytterhoeven wrote: > > Hi Wolfram, > > > > On Tue, Aug 30, 2016 at 4:54 PM, Wolfram Sang > > wrote: > > > The current implementation only works if

Re: [PATCH v3 0/12] arm64: renesas: add H3ULCB board

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 04:17:12PM +0200, Simon Horman wrote: > On Thu, Sep 01, 2016 at 10:39:04AM +0200, Geert Uytterhoeven wrote: > > Hi Vladimir, > > > > On Wed, Aug 31, 2016 at 12:01 PM, Vladimir Barinov > > wrote: > > > This adds the folowing: > > > -

Re: [PATCH v5 10/11] arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 09:23:54AM +0200, Wolfram Sang wrote: > On Tue, Aug 30, 2016 at 11:09:58PM +0200, Simon Horman wrote: > > Add the sd-uhs-sdr104 property to SDHI0 and SDHI1. > > > > Signed-off-by: Simon Horman > > After removing a SDR104 card from the slot,

Re: [PATCH v3 0/12] arm64: renesas: add H3ULCB board

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 10:39:04AM +0200, Geert Uytterhoeven wrote: > Hi Vladimir, > > On Wed, Aug 31, 2016 at 12:01 PM, Vladimir Barinov > wrote: > > This adds the folowing: > > - R8A7795 SoC based H3ULCB low cost board device tree > > - Document DT bindings

Re: [PATCH v4 2/4] mmc: tmio: Add tuning support

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 11:55:27AM +0200, Ulf Hansson wrote: > On 1 September 2016 at 10:37, Simon Horman wrote: > > On Thu, Sep 01, 2016 at 08:46:44AM +0200, Simon Horman wrote: > >> On Wed, Aug 31, 2016 at 09:38:40AM +0200, Ulf Hansson wrote: > >> > On 30 August 2016 at

Re: [PATCH] i2c: shmobile: Use ARCH_SHMOBILE instead of SUPERH

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 11:35:13AM +0200, Geert Uytterhoeven wrote: > "i2c-sh_mobile" is used on sh7343, sh7366, sh7722, sh7723, and sh7724 > only. As all of the above select ARCH_SHMOBILE, restrict its driver > dependencies from SUPERH to ARCH_SHMOBILE. > > Signed-off-by: Geert Uytterhoeven

Re: [PATCH] MAINTAINERS: Add section for Renesas clock drivers

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 11:49:30AM +0200, Geert Uytterhoeven wrote: > Add a section for Renesas clock drivers, as found on Renesas ARM SoCs, > and list myself as the maintainer. > > Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman >

Re: [PATCH] arm64: dts: r8a7795: Add SoC-specific compatible property to audio-dmac nodes

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 11:31:55AM +0200, Geert Uytterhoeven wrote: > The audio-dmac nodes used the generic compatible property only. > Add the SoC-specific one, to make it future proof. > > Signed-off-by: Geert Uytterhoeven Thanks, I have queued this up.

Re: [PATCH] spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 11:37:05AM +0200, Geert Uytterhoeven wrote: > "spi_sh_msiof" is used on sh7723 and sh7724 only. As all of the above > select ARCH_SHMOBILE, restrict its driver dependencies from SUPERH to > ARCH_SHMOBILE. > > Signed-off-by: Geert Uytterhoeven

[PATCH v3] clk: renesas: rz: Select EXTAL vs USB clock

2016-09-01 Thread Chris Brandt
Check the MD_CLK pin to determine the current clock mode in order to set the pll clock parent correctly. Signed-off-by: Chris Brandt --- v3: * move reading GPIO port into separate function v2: * Switched to reading MD_CLK pin to determine mode ---

Re: R-Car E2 Can interface receive issue

2016-09-01 Thread Roopesh K P
Dear Geert Uytterhoeven, Thank you very much for your support. Today I tested the CAN with R-CAR M2 (Koelsch board) because r8a7791 is listed in CAN driver compatibility list . ' dmesg | grep -i can ' shows vcan: Virtual CAN interface driver slcan: serial line CAN interface driver slcan: 10

Re: [PATCH/RFC v3 00/22] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-09-01 Thread Geert Uytterhoeven
Hi Stephen, On Thu, Jun 30, 2016 at 10:14 PM, Stephen Boyd wrote: > On 06/01, Geert Uytterhoeven wrote: >> Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the >> state of the mode pins either by a call from the board code, or directly >> by using a hardcoded

Loading kernel from SPL without U-boot

2016-09-01 Thread Roopesh K P
Hello Renesas SoC, I am following steps for flashing u-boot in Lager board (R-CAR H2) by changing the SW17 to 3pin and reset the board to start mini monitor. After setting dip switch SW17 to 1pin, give the Input User Program Start Address as e808 and write the u-boot.srec. Now I am

Re: [PATCH v3 06/12] arm64: dts: h3ulcb: enable SDHI0

2016-09-01 Thread Geert Uytterhoeven
Hi Vladimir, On Thu, Sep 1, 2016 at 12:41 PM, Vladimir Barinov wrote: > On 01.09.2016 11:11, Geert Uytterhoeven wrote: >>> --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts >>> +++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts >>> @@ -82,6 +118,18 @@

Zobacz stronę http: forum.gazeta.pl forum w,98260,133292706,133292706,Polec_znajomym_Axa_Direct_kod_2970286.html

2016-09-01 Thread qishiyu
Twój znajomy qishiyu poleca Ci stronę http://forum.gazeta.pl/forum/w,98260,133292706,133292706,Polec_znajomym_Axa_Direct_kod_2970286.html;>http: forum.gazeta.pl forum w,98260,133292706,133292706,Polec_znajomym_Axa_Direct_kod_2970286.html9年前,澳门金沙集团迎来第一位用户,9年来,澳门金沙集团用户不断增长,诚信铸就了今天!

Re: [PATCH v3 0/12] arm64: renesas: add H3ULCB board

2016-09-01 Thread Vladimir Barinov
Hi Geert, Thank you for the review! I will wait for Morimoto-san review and respin the patch series accordingly to your comments. Regards, Vladimir On 01.09.2016 11:39, Geert Uytterhoeven wrote: Hi Vladimir, On Wed, Aug 31, 2016 at 12:01 PM, Vladimir Barinov

Re: [PATCH v3 06/12] arm64: dts: h3ulcb: enable SDHI0

2016-09-01 Thread Vladimir Barinov
Hi Geert, On 01.09.2016 11:11, Geert Uytterhoeven wrote: Hi Vladimir, On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: This supports SDHI0 on H3ULCB board SD card slot Signed-off-by: Vladimir Barinov Thanks

Re: [PATCH v3 04/12] arm64: dts: h3ulcb: enable EthernetAVB

2016-09-01 Thread Sergei Shtylyov
On 9/1/2016 10:48 AM, Geert Uytterhoeven wrote: This supports Ethernet AVB on H3ULCB board Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven --- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts +++

Re: [PATCH v4 2/4] mmc: tmio: Add tuning support

2016-09-01 Thread Ulf Hansson
On 1 September 2016 at 10:37, Simon Horman wrote: > On Thu, Sep 01, 2016 at 08:46:44AM +0200, Simon Horman wrote: >> On Wed, Aug 31, 2016 at 09:38:40AM +0200, Ulf Hansson wrote: >> > On 30 August 2016 at 22:51, Simon Horman wrote: >> > > On Mon, Aug 29,

Re: [PATCH v3 0/12] arm64: renesas: add H3ULCB board

2016-09-01 Thread Geert Uytterhoeven
Hi Vladimir, On Wed, Aug 31, 2016 at 12:01 PM, Vladimir Barinov wrote: > This adds the folowing: > - R8A7795 SoC based H3ULCB low cost board device tree > - Document DT bindings Thanks for your split series! > Vladimir Barinov (12): > [01/12] dt: arm:

Re: [PATCH v4 2/4] mmc: tmio: Add tuning support

2016-09-01 Thread Simon Horman
On Thu, Sep 01, 2016 at 08:46:44AM +0200, Simon Horman wrote: > On Wed, Aug 31, 2016 at 09:38:40AM +0200, Ulf Hansson wrote: > > On 30 August 2016 at 22:51, Simon Horman wrote: > > > On Mon, Aug 29, 2016 at 04:05:55PM +0200, Ulf Hansson wrote: > > >> On 29 August 2016 at

Re: [PATCH v3 11/12] arm64: dts: h3ulcb: enable USB2.0 Host channel 1

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:04 PM, Vladimir Barinov wrote: > This supports USB2.0 Host channel 1 on H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven

Re: [PATCH v3 10/12] arm64: dts: h3ulcb: enable USB2 PHY of channel 1

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This supports USB2 PHY channel #1 on H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven

Re: [PATCH v3 09/12] arm64: dts: h3ulcb: enable WDT

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This supports watchdog timer for H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v3 08/12] arm64: dts: h3ulcb: enable EXTALR clk

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This enables EXTALR clock that can be used for the watchdog. > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven

Re: [PATCH v3 07/12] arm64: dts: h3ulcb: enable I2C2

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This supports I2C2 bus on H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v3 06/12] arm64: dts: h3ulcb: enable SDHI0

2016-09-01 Thread Geert Uytterhoeven
Hi Vladimir, On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This supports SDHI0 on H3ULCB board SD card slot > > Signed-off-by: Vladimir Barinov Thanks for your patch! > ---

Re: [PATCH v3 05/12] arm64: dts: h3ulcb: enable GPIO leds

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:03 PM, Vladimir Barinov wrote: > This supports GPIO leds on H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven > ---

Re: [PATCH v3 04/12] arm64: dts: h3ulcb: enable EthernetAVB

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:02 PM, Vladimir Barinov wrote: > This supports Ethernet AVB on H3ULCB board > > Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven > ---

Re: [PATCH v3 03/12] arm64: dts: h3ulcb: enable SCIF clk and pins

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:02 PM, Vladimir Barinov wrote: > This enables the external crystal for the SCIF_CLK and its pinctrl, to > be used by the Baud Rate Generator for External Clock (BRG) on (H)SCIF. > > Signed-off-by: Vladimir Barinov

Re: [PATCH v3 02/12] arm64: dts: h3ulcb: initial device tree

2016-09-01 Thread Geert Uytterhoeven
On Wed, Aug 31, 2016 at 12:02 PM, Vladimir Barinov wrote: > Add the initial device tree for the R8A7795 SoC based H3ULCB low cost > board. > > This commit supports the following peripherals: > - SCIF (console) > > Signed-off-by: Vladimir Barinov

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-09-01 Thread Geert Uytterhoeven
Hi Morimoto-san, On Thu, Sep 1, 2016 at 9:06 AM, Kuninori Morimoto wrote: >> > I can reproduce this on Lager board now. >> > If I OFF:ed on SW8 : 4bit (= MD21), kernel boot will be failed. >> > It happened on both board >> >> Even with my recent patch? > > I

Re: [PATCH v5 10/11] arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104

2016-09-01 Thread Wolfram Sang
On Tue, Aug 30, 2016 at 11:09:58PM +0200, Simon Horman wrote: > Add the sd-uhs-sdr104 property to SDHI0 and SDHI1. > > Signed-off-by: Simon Horman After removing a SDR104 card from the slot, the interface is stalled here. No new cards (even non-SDR104) can be

Re: [PATCH v2] ARM: shmobile: fix regulator quirk for Gen2

2016-09-01 Thread Kuninori Morimoto
Hi > The current implementation only works if the da9xxx devices are added > before their drivers are registered. Only then it can apply the fixes to > both devices. Otherwise, the driver for the first device gets probed > before the fix for the second device can be applied. This is what > fails

Re: renesas-drivers-2016-08-23-v4.8-rc3

2016-09-01 Thread Kuninori Morimoto
Hi Wolfram > > I can reproduce this on Lager board now. > > If I OFF:ed on SW8 : 4bit (= MD21), kernel boot will be failed. > > It happened on both board > > Even with my recent patch? I tried your patch, and it solved this issue. Thanks. I will post Tested-by to it Best regards --- Kuninori

Re: [PATCH v5 03/11] mmc: tmio: Add hw reset support

2016-09-01 Thread Simon Horman
On Wed, Aug 31, 2016 at 09:50:53AM +0200, Ulf Hansson wrote: > On 30 August 2016 at 23:09, Simon Horman wrote: > > From: Ai Kyuse > > > > Add hw reset support. > > > > Signed-off-by: Ai Kyuse > > Signed-off-by: Simon