Re: [PATCH 00/04] iommu/ipmmu-vmsa: IPMMU CONFIG_IOMMU_DMA update

2016-04-05 Thread Joerg Roedel
On Wed, Mar 16, 2016 at 02:04:31AM +0900, Magnus Damm wrote: > iommu/ipmmu-vmsa: IPMMU CONFIG_IOMMU_DMA update > > [PATCH 01/04] iommu/ipmmu-vmsa: 32-bit ARM may have CONFIG_IOMMU_DMA=y > [PATCH 02/04] iommu/ipmmu-vmsa: Break out utlb parsing code > [PATCH 03/04] iommu/ipmmu-vmsa: Break out

Re: [PATCH v2] PCI: rcar-pcie: Remove Gen2 designation from Kconfig

2016-04-05 Thread Bjorn Helgaas
Hi Simon, On Thu, Mar 31, 2016 at 09:35:23AM +0900, Simon Horman wrote: > It appears that Gen2 is a misnomer for the R-Car PCIE driver > which also supports Gen 1 and Gen 3 SoCs. Accordingly, drop Gen 2 > from the help text and Kconfig symbol. > > Also, re-arange the Kconfig symbol name to use

Re: [PATCH v4 2/2] media: soc_camera: rcar_vin: add device tree support for r8a7792

2016-04-05 Thread Geert Uytterhoeven
Hi Guennadi, On Tue, Apr 5, 2016 at 10:56 PM, Guennadi Liakhovetski wrote: > On Tue, 15 Mar 2016, Simon Horman wrote: >> Simply document new compatibility string. >> As a previous patch adds a generic R-Car Gen2 compatibility string >> there appears to be no need for a

Re: [v2,9/9] ARM: shmobile: r8a7790: lager: Enable UHS-I SDR-50

2016-04-05 Thread Simon Horman
On Fri, Apr 01, 2016 at 05:44:39PM +0200, Wolfram Sang wrote: > From: Wolfram Sang > > Add the "1v8" pinctrl state and sd-uhs-sdr50 property to SDHI{0,2}. For some reason which I am entirely unsure of git didn't apply this cleanly so I did so manually. Please

Re: [v2,5/5] arm64: dts: salvator-x: populate EXTALR

2016-04-05 Thread Simon Horman
On Wed, Mar 30, 2016 at 04:58:22PM +0200, Wolfram Sang wrote: > From: Wolfram Sang > > It can be used for the watchdog. > > Signed-off-by: Wolfram Sang > Acked-by: Geert Uytterhoeven Thanks, I have

RE: [PATCH 2/3] phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off

2016-04-05 Thread Yoshihiro Shimoda
Hi, > From: Kishon Vijay Abraham I > Sent: Tuesday, April 05, 2016 7:54 PM > > Hi, > > On Thursday 03 March 2016 03:39 PM, Yoshihiro Shimoda wrote: > > To handle the VBUS on/off by a regulator driver, this patch adds > > regulator APIs calling in the driver and description about vbus-supply > >

Re: [PATCH v3 0/2] Add PCIe to r8a7795 & Salvator-X

2016-04-05 Thread Simon Horman
On Tue, Apr 05, 2016 at 01:02:24PM +0200, Geert Uytterhoeven wrote: > Hi Phil, > > On Tue, Apr 5, 2016 at 12:51 PM, Phil Edworthy > wrote: > > With these two patches PCIe works on the Salvator-X board. > > > > v3: > > Really use GIC_SPI for all interrupts. > >

Re: [v3,1/6] pwm: rcar: Use ARCH_RENESAS

2016-04-05 Thread Simon Horman
On Thu, Mar 31, 2016 at 01:39:11PM +0200, Ulrich Hecht wrote: > From: Ryo Kodama > > Replace ARCH_RCAR_GEN{1,2} with ARCH_RENESAS in order to support R-Car Gen3. > > Signed-off-by: Ryo Kodama > Signed-off-by: Harunobu Kurokawa

Re: [v3,5/6] pwm: add R-Car H3 device tree bindings

2016-04-05 Thread Simon Horman
On Thu, Mar 31, 2016 at 01:39:15PM +0200, Ulrich Hecht wrote: > Signed-off-by: Ulrich Hecht > Acked-by: Geert Uytterhoeven Acked-by: Simon Horman > --- >

[PATCH 1/2] arm64: renesas: r8a7795: Add PCIe nodes

2016-04-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 58 1 file changed, 58 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 868c10e..6cfc248

[PATCH/RFC 3/5] usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()

2016-04-05 Thread Yoshihiro Shimoda
In near the future, since usbhsf_dma_{un}map() will use the "fifo" data, this patch changes function call orfer in usbhsf_dma_prepare_push(). Signed-off-by: Yoshihiro Shimoda --- drivers/usb/renesas_usbhs/fifo.c | 12 ++-- 1 file changed, 6

[PATCH/RFC 0/5] usb: gadget: add new APIs of udc-core and modify renesas_usbhs for IPMMU

2016-04-05 Thread Yoshihiro Shimoda
This patch set is based on the latest Felipe's usb.git / testing/next branch. (commit id = eac6b9922641f88a7da87a145d6ad9bed706c9ec) I'm not sure this is a right way for using IOMMU driver on udc driver. So, I marked this patch set as RFC :) Yoshihiro Shimoda (5): usb: gadget: udc: core: Fix

[PATCH/RFC 4/5] usb: renesas_usbhs: change arguments of dma_map_ctrl()

2016-04-05 Thread Yoshihiro Shimoda
In near the future, since usbhsg_dma_map_ctrl() needs DMA device structure, this patch changes arguments of dma_map_ctrl() to give such data. (This patch is only change the argument.) Signed-off-by: Yoshihiro Shimoda --- drivers/usb/renesas_usbhs/fifo.c |

[PATCH v2 2/2] arm64: dts: r8a7795: enable PCIe on Salvator-X

2016-04-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- v2: no changes --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts

[PATCH v2 1/2] arm64: renesas: r8a7795: Add PCIe nodes

2016-04-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- v2: Dropped the "_clk" suffix from the PCIe bus device node's name. Removed "clock-output-names" property from the PCIe bus node. Use GIC_SPI for all interrupts. --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 57

[PATCH v2 0/2] Add PCIe to r8a7795 & Salvator-X

2016-04-05 Thread Phil Edworthy
With these two patches PCIe works on the Salvator-X board. v2: Fixes for Geert's comments. Phil Edworthy (2): arm64: renesas: r8a7795: Add PCIe nodes arm64: dts: r8a7795: enable PCIe on Salvator-X arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 12 +

Re: [PATCH 1/2] arm64: renesas: r8a7795: Add PCIe nodes

2016-04-05 Thread Geert Uytterhoeven
Hi Phil, On Tue, Apr 5, 2016 at 10:56 AM, Phil Edworthy wrote: > Signed-off-by: Phil Edworthy Thanks for your patch! Unfortunately you seem to have missed my earlier review comments. > --- > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 58

Re: [PATCH v2 1/2] arm64: renesas: r8a7795: Add PCIe nodes

2016-04-05 Thread Geert Uytterhoeven
Hi Phil, On Tue, Apr 5, 2016 at 12:25 PM, Phil Edworthy wrote: > Signed-off-by: Phil Edworthy > --- > v2: > Dropped the "_clk" suffix from the PCIe bus device node's name. > Removed "clock-output-names" property from the PCIe bus node. >

Re: [Bug]:Koelsch: DU, Could not show an image or picture on HDMI display.

2016-04-05 Thread Geert Uytterhoeven
Hi Hiep-san, On Tue, Apr 5, 2016 at 4:35 AM, Cao Minh Hiep wrote: > On 04/04/2016 05:05 PM, Geert Uytterhoeven wrote: >> On Fri, Apr 1, 2016 at 9:57 AM, Cao Minh Hiep wrote: >>> This Linux version v4.5, we can not show an image or picture on HDMI >>>

Re: [PATCH 2/3] phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off

2016-04-05 Thread Kishon Vijay Abraham I
Hi, On Thursday 03 March 2016 03:39 PM, Yoshihiro Shimoda wrote: > To handle the VBUS on/off by a regulator driver, this patch adds > regulator APIs calling in the driver and description about vbus-supply > in the rcar-gen3-phy-usb2.txt. > > Signed-off-by: Yoshihiro Shimoda

[PATCH v3 2/2] arm64: dts: r8a7795: enable PCIe on Salvator-X

2016-04-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- v3: no changes v2: no changes --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts

[PATCH v3 1/2] arm64: renesas: r8a7795: Add PCIe nodes

2016-04-05 Thread Phil Edworthy
Signed-off-by: Phil Edworthy --- v3: Really use GIC_SPI for all interrupts. v2: Dropped the "_clk" suffix from the PCIe bus device node's name. Removed "clock-output-names" property from the PCIe bus node. Use GIC_SPI for all interrupts. ---

Re: [PATCH v3 0/2] Add PCIe to r8a7795 & Salvator-X

2016-04-05 Thread Geert Uytterhoeven
Hi Phil, On Tue, Apr 5, 2016 at 12:51 PM, Phil Edworthy wrote: > With these two patches PCIe works on the Salvator-X board. > > v3: > Really use GIC_SPI for all interrupts. Thanks! For the generic properties (I'm no "ranges" expert): Acked-by: Geert Uytterhoeven

Re: [PATCH v2 0/9] r8a7790: add UHS-I (SDR50) support to Lager

2016-04-05 Thread Ulf Hansson
On 4 April 2016 at 17:21, Wolfram Sang wrote: > >> The documentation of mmc is quite poor. There are both code and >> specification that needs to be understand, so some more help from >> kernel doc could clearly help. > > I agree. > >> Anyway, I noticed that patch 6 helps to

Re: [PATCH v2 0/9] r8a7790: add UHS-I (SDR50) support to Lager

2016-04-05 Thread Wolfram Sang
> > Do you want me to resend or could you fix it before applying? > > Patch 1->7 is applied for next (amended patch7), thanks! Thanks! Simon, can you pick up patches 8+9 now? Next series coming soon... ;) signature.asc Description: PGP signature