Re: [PATCH] arm64: dts: renesas: IPMMU deferred probe test prototype

2018-06-18 Thread Geert Uytterhoeven
Hi Magnus, On Sun, Jun 17, 2018 at 12:52 PM Magnus Damm wrote: > From: Magnus Damm > > Here's my local modification to test IPMMU with SYS-DMAC and the SCIF > console on r8a7795 H3ULCB. The dmac1 and dmac2 devices together with > audio dmacs are added to the IPMMU white list. The dmac0 device is

Re: [RFC PATCH] i2c: gpio: initialize SCL to HIGH again

2018-06-18 Thread Geert Uytterhoeven
Hi Wolfram, On Sat, Jun 16, 2018 at 2:57 PM Wolfram Sang wrote: > It seems that during the conversion from gpio* to gpiod*, the initial > state of SCL was wrongly switched to LOW. Fix it to be HIGH again. > > Fixes: 7bb75029ef34 ("i2c: gpio: Enforce open drain through gpiolib") > Signed-off-by: W

Re: [PATCH v2 0/2] Add R8A77980/Condor PCIe support

2018-06-18 Thread Simon Horman
On Thu, Jun 14, 2018 at 10:16:32PM +0300, Sergei Shtylyov wrote: > Hello! > > Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's > 'renesas-devel-20180614v2-v4.17' tag. We're adding the R8A77980 PCIe related > device nodes and then enable PCIe on the Condor board. These patche

Applied "spi: sh-msiof: Make sure all DMA operations have completed" to the spi tree

2018-06-18 Thread Mark Brown
The patch spi: sh-msiof: Make sure all DMA operations have completed 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) a

[PATCH v5 0/3] mmc: renesas_sdhi: add eMMC HS400 mode support

2018-06-18 Thread Simon Horman
Hi, this patch-set provides SDHI driver support for eMMC HS400. Based on mmc-v4.18-rc1 Dependencies for applying these patches: * none Dependencies to test eMMC HS400: * [PATCH] clk: renesas: rcar-gen3: Fix SD divider setting * [PATCH v2] arm64: dts: salvator-common: Enable HS400 of SDHI2 To a

[PATCH v5 1/3] mmc: core: more fine-grained hooks for HS400 tuning

2018-06-18 Thread Simon Horman
This adds two new HS400 tuning operations: * hs400_downgrade * hs400_complete These supplement the existing HS400 operation: * prepare_hs400_tuning This is motivated by a requirement of Renesas SDHI for the following: 1. Disabling SCC before selecting to HS if selection of HS400 has occurred.

[PATCH v5 2/3] mmc: tmio: add eMMC HS400 mode support

2018-06-18 Thread Simon Horman
From: Masaharu Hayakawa This patch adds processing for selecting HS400 mode. Signed-off-by: Masaharu Hayakawa Signed-off-by: Simon Horman --- v5 [Simon Horman] * Make new local functions static * Use new names of new HS400 host ops * Allow differentiation between 4tap and 8tap support v4 [Sim

[PATCH v5 3/3] mmc: renesas_sdhi: add eMMC HS400 mode support

2018-06-18 Thread Simon Horman
From: Masaharu Hayakawa This patch adds processing for selecting HS400 mode. Signed-off-by: Masaharu Hayakawa Signed-off-by: Simon Horman --- v5 [Simon Horman] * Use new names of new HS400 host ops * Differentiate between 4tap and 8tap support v4 [Simon Horman] * Make use of proposed new HS40

Re: [PATCH v2 0/2] Add R8A77980/Condor PCIe support

2018-06-18 Thread Sergei Shtylyov
On 06/18/2018 12:36 PM, Simon Horman wrote: >> Here's the set of 2 patches against Simon Horman's 'renesas.git' repo's >> 'renesas-devel-20180614v2-v4.17' tag. We're adding the R8A77980 PCIe related >> device nodes and then enable PCIe on the Condor board. These patches depend >> on the R8A77980 P

Re: [RFC] ARM: rmobile: create DT memory nodes for R8A7795 3.0 and newer

2018-06-18 Thread Magnus Damm
Hi Laurent, [dropped u-boot list] On Tue, Jun 19, 2018 at 2:56 PM, Laurent Pinchart wrote: > Hi Magnus, > > On Tuesday, 19 June 2018 08:43:31 EEST Magnus Damm wrote: >> On Tue, Jun 19, 2018 at 11:15 AM, Laurent Pinchart wrote: >> > On Sunday, 17 June 2018 03:08:02 EEST Marek Vasut wrote: >> >> O