Re: [PATCH/RFC v2 1/7] spi: Document DT bindings for SPI controllers in slave mode

2016-09-22 Thread Rob Herring
On Wed, Sep 21, 2016 at 02:47:50PM +0200, Geert Uytterhoeven wrote: > Hi Rob, > > On Tue, Sep 20, 2016 at 5:00 PM, Rob Herring wrote: > > On Mon, Sep 12, 2016 at 10:50:40PM +0200, Geert Uytterhoeven wrote: > >> Signed-off-by: Geert Uytterhoeven > >> ---

Re: [PATCH 0/2] Add R8A7792 MSIOF support

2016-09-22 Thread Sergei Shtylyov
Hello. On 09/05/2016 11:54 PM, Sergei Shtylyov wrote: Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160905-v4.8-rc5' tag. We're adding the R8A7792 MSIOF clocks and device nodes. I'm not posting the board patches because the MSIOF driver seems

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

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

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

2016-09-22 Thread Chris Brandt
Signed-off-by: Chris Brandt --- arch/arm/boot/dts/r7s72100.dtsi| 8 include/dt-bindings/clock/r7s72100-clock.h | 4 2 files changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi index

[PATCH 0/3] ARM: dts: r7s72100: add sdhi DT

2016-09-22 Thread Chris Brandt
SUMMARY: This series adds sdhi to the r7s72100 (RZ/A1) Device Tree. DEPENDECIES: This series is dependent on the tmio/sh_sdhi patches being applied to add r7s72100 support. mmc: sh_mobile_sdhi: add ocr_mask option mmc: tmio-mmc: add support for 32bit data port mmc: sh_mobile_sdhi: Add

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

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

Re: [PATCH v5 05/07] iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops

2016-09-22 Thread Joerg Roedel
On Tue, Sep 20, 2016 at 10:44:46PM +0900, Magnus Damm wrote: > +#ifdef CONFIG_IOMMU_DMA > + > +static struct iommu_domain *ipmmu_domain_alloc_dma(unsigned type) > +{ > + struct iommu_domain *io_domain; > + > + if (type != IOMMU_DOMAIN_DMA) > + return NULL; > + > + io_domain

Re: [PATCH v3 2/3] mmc: tmio-mmc: add support for 32bit data port

2016-09-22 Thread Ulf Hansson
+ Lee On 12 September 2016 at 16:15, Chris Brandt wrote: > For the r7s72100 SOC, the DATA_PORT register was changed to 32-bits wide. > Therefore a new flag has been created that will allow 32-bit reads/writes > to the DATA_PORT register instead of 16-bit (because

Re: [PATCH v3 0/6] tmio: add support for eMMC with 8 bit bus width

2016-09-22 Thread Ulf Hansson
On 19 September 2016 at 22:57, Wolfram Sang wrote: > This series enables SDHI instances on R-Car Gen3 to access eMMC with 8 bit bus > width. I think the patch descriptions speak for themselves. > > I decided to not protect this new feature with a flag because it

Re: [PATCH/RFC] iommu/ipmmu-vmsa: Update ->add_device() return value

2016-09-22 Thread Robin Murphy
On 20/09/16 16:03, Magnus Damm wrote: > Hi Robin, > > Thanks for your feedback!! > > On Tue, Sep 20, 2016 at 10:18 PM, Robin Murphy wrote: >> Hi Magnus, >> >> On 20/09/16 13:41, Magnus Damm wrote: >>> From: Magnus Damm >>> >>> Update the IPMMU

Re: [PATCH v5 00/07] iommu/ipmmu-vmsa: IPMMU multi-arch update V5

2016-09-22 Thread Joerg Roedel
On Tue, Sep 20, 2016 at 10:43:55PM +0900, Magnus Damm wrote: > iommu/ipmmu-vmsa: IPMMU multi-arch update V5 > > [PATCH v5 01/07] iommu/ipmmu-vmsa: Remove platform data handling > [PATCH v5 02/07] iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for > context > [PATCH v5 03/07]

[PATCH v2] pcie-rcar: try setting PCIe speed to 5 GT/s at boot

2016-09-22 Thread Sergei Shtylyov
Initially, the PCIe link speed is set up only at 2.5 GT/s. For better performance, we're trying to increase link speed to 5 GT/s. Based on the original patch by Grigory Kletsko . Signed-off-by: Sergei Shtylyov --- The

[PATCH v2] ARM: dts: wheat: add DU support

2016-09-22 Thread Sergei Shtylyov
Define the Wheat board dependent part of the DU device node. Add the device nodes for the Analog Devices ADV7513 HDMI transmitters connected to DU0/1. Add the necessary subnodes to interconnect DU with HDMI transmitters/connectors. Signed-off-by: Sergei Shtylyov

Re: [PATCH 2/2] media: adv7604: automatic "default-input" selection

2016-09-22 Thread Ulrich Hecht
On Fri, Sep 16, 2016 at 11:57 AM, Laurent Pinchart wrote: > Hi Ulrich, > > Thank you for the patch. Thanks for your review. > > On Friday 16 Sep 2016 11:39:42 Ulrich Hecht wrote: >> Fall back to input 0 if "default-input" property is not present. >> >>

[PATCH v2 1/2] media: adv7604: fix bindings inconsistency for default-input

2016-09-22 Thread Ulrich Hecht
The text states that default-input is an endpoint property, but in the example it is a device property. The default input is a property of the chip, not of a particular port, so the example makes more sense. Signed-off-by: Ulrich Hecht Reviewed-by: Laurent

[PATCH v2 0/2] media: adv7604: fix default-input property inconsistencies

2016-09-22 Thread Ulrich Hecht
Hi! This is a fix for the inconsistency in the adv7604 bindings regarding the default-input property, clarifying that it should be a property of the device, not the endpoint, and a patch to implement it. This revision implements Laurent's suggestions: - The default input should not be set if

[PATCH v2 2/2] media: adv7604: automatic "default-input" selection

2016-09-22 Thread Ulrich Hecht
Documentation states that the "default-input" property should reside directly in the node of the device. This adjusts the parsing to make the implementation consistent with the documentation. Based on patch by William Towle . Signed-off-by: Ulrich Hecht