Re: [PATCH] ravb: avoid unused function warnings

2016-08-26 Thread Sergei Shtylyov
Hello. On 08/26/2016 06:30 PM, Arnd Bergmann wrote: When CONFIG_PM_SLEEP is disabled, we get a couple of harmless warnings: drivers/net/ethernet/renesas/ravb_main.c:2117:12: error: 'ravb_resume' defined but not used [-Werror=unused-function] drivers/net/ethernet/renesas/ravb_main.c:2104:12:

[PATCH 1/3] DT: arm: shmobile: document Wheat board

2016-08-26 Thread Sergei Shtylyov
Document the Wheat device tree bindings, listing it as a supported board. This allows to use checkpatch.pl to validate .dts files referring to the Wheat board. Signed-off-by: Sergei Shtylyov --- Documentation/devicetree/bindings/arm/shmobile.txt |2 ++

[PATCH 3/3] ARM: dts: wheat: add Ethernet support

2016-08-26 Thread Sergei Shtylyov
R8A7792 SoC doesn't have the EtherMAC core, so SMSC LAN89218 Ethernet chip was used instead on the Wheat debug board; this chip is compatible with SMSC LAN9115 for which there's a (device tree aware) driver. Describe the chip in the Wheat device tree unconditionally (the driver should fail

[PATCH 0/3] Add R8A7792/Wheat board support

2016-08-26 Thread Sergei Shtylyov
Hello. Here's the set of 3 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160826-v4.8-rc3' tag. We add the device tree support for the R8A7792-based Wheat board. I have only sparse board documentation at this point, according to which this board somewhat differs from

[PATCH 2/3] ARM: dts: wheat: initial device tree

2016-08-26 Thread Sergei Shtylyov
Add the initial device tree for the R8A7792 SoC based Wheat board. The Wheat board itself has no serial ports wired up, the USB serial chips are situated on a separate debug board and one of them is connected to SCFI0 -- include unconditional support for it, so that the serial console can

[PATCH] net: ethernet: renesas: sh_eth: do not access POST registers if not exist

2016-08-26 Thread Chris Brandt
The RZ/A1 has a TSU, but since it only has one Ethernet port, it does not have POST registers. Therefore, if you try to write to register index TSU_POST1 (which will be because it does not exist), it will either panic or corrupt memory elsewhere. Reported-by: Daniel Palmer

[PATCH] ravb: avoid unused function warnings

2016-08-26 Thread Arnd Bergmann
When CONFIG_PM_SLEEP is disabled, we get a couple of harmless warnings: drivers/net/ethernet/renesas/ravb_main.c:2117:12: error: 'ravb_resume' defined but not used [-Werror=unused-function] drivers/net/ethernet/renesas/ravb_main.c:2104:12: error: 'ravb_suspend' defined but not used

Re: [RESEND PATCH v3 1/3] ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes

2016-08-26 Thread Tony Lindgren
* Kishon Vijay Abraham I [160810 05:34]: > Since DRA7 has multiple PCIe Rootcomplex, add "linux,pci-domain" > property to assign a PCI domain number to each of the host > bridges. Is this patch safe to apply without the other changes? Regards, Tony

[PATCH 3/4] ARM: dts: gose: remove label property from led nodes

2016-08-26 Thread Simon Horman
Remove label property from led nodes. This seems to have little value and is used inconsistently amongst Renesas SoCs. Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7793-gose.dts | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH 2/4] ARM: dts: koelsch: remove label property from led nodes

2016-08-26 Thread Simon Horman
Remove label property from led nodes. This seems to have little value and is used inconsistently amongst Renesas SoCs. Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7791-koelsch.dts | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH 1/4] ARM: dts: armadillo800eva: remove label property from led nodes

2016-08-26 Thread Simon Horman
Remove label property from led nodes. This seems to have little value and is used inconsistently amongst Renesas SoCs. Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 4 1 file changed, 4 deletions(-) diff --git

[PATCH 1/4] ARM: dts: shmobile: remove label property from led

2016-08-26 Thread Simon Horman
Remove label property from led nodes. This seems to have little value and is used inconsistently amongst Renesas SoCs. Based on renesas-devel-20160824-v4.8-rc3 Simon Horman (4): ARM: dts: armadillo800eva: remove label property from led nodes ARM: dts: koelsch: remove label property from led

[PATCH 4/4] ARM: dts: kzm9g: remove label property from led nodes

2016-08-26 Thread Simon Horman
Remove label property from led nodes. This seems to have little value and is used inconsistently amongst Renesas SoCs. Signed-off-by: Simon Horman --- arch/arm/boot/dts/sh73a0-kzm9g.dts | 4 1 file changed, 4 deletions(-) diff --git

Re: [PATCH v2] ARM: dts: blanche: add support for general purpose LEDs

2016-08-26 Thread Simon Horman
On Wed, Aug 24, 2016 at 10:22:22PM +0300, Sergei Shtylyov wrote: > Add support for the general purpose LEDs on the Blanche board. > > Signed-off-by: Sergei Shtylyov Thanks, I have queued this up.

Re: R-Car Gen2 QSPI driver performance

2016-08-26 Thread Hiep Cao Minh
Hi Geert, Thanks for your quick reply! On Fri, Aug 26, 2016 at 2:58 AM, Hiep Cao Minh wrote: I'd like to ask you about R-Car Gen2 QSPI driver performance test of single, dual and quad. -- commit 4f12b5e529e4ff274eb478ec1c2ef41358ed9577 Author: Geert Uytterhoeven

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

2016-08-26 Thread Ulf Hansson
On 25 August 2016 at 14:04, Simon Horman wrote: > On Tue, Aug 23, 2016 at 05:02:56PM +0200, Ulf Hansson wrote: >> [...] >> >> >> > +static int tmio_mmc_execute_tuning(struct mmc_host *mmc, u32 opcode) >> >> > +{ >> >> > + struct tmio_mmc_host *host = mmc_priv(mmc); >> >>

Re: R-Car Gen2 QSPI driver performance

2016-08-26 Thread Geert Uytterhoeven
Hi Hiep, On Fri, Aug 26, 2016 at 2:58 AM, Hiep Cao Minh wrote: > I'd like to ask you about R-Car Gen2 QSPI driver performance test of single, > dual and quad. > > -- > commit 4f12b5e529e4ff274eb478ec1c2ef41358ed9577 > Author: Geert Uytterhoeven