Re: [PATCH v2 02/02] arm64: dts: r8a7795: Hook up SYS-DMAC to IPMMU

2016-12-18 Thread Laurent Pinchart
Hi Magnus, Thank you for the patch. On Monday 19 Dec 2016 11:19:50 Magnus Damm wrote: > From: Magnus Damm > > Hook up r8a7795 DMAC nodes to IPMMU-MP1, IPMMU-DS0 and IPMMU-DS1. I assume you have verified that hooking up a disabled IOMMU doesn't adversely affect

Re: [PATCH v2 01/02] arm64: dts: r8a7795: Add IPMMU device nodes

2016-12-18 Thread Laurent Pinchart
Hi Magnus, Thank you for the patch. On Monday 19 Dec 2016 11:19:41 Magnus Damm wrote: > From: Magnus Damm > > Add r8a7795 IPMMU nodes and keep all disabled by default. > > Signed-off-by: Magnus Damm > --- > > Changes from V1: > -

[PATCH v2 02/02] arm64: dts: r8a7795: Hook up SYS-DMAC to IPMMU

2016-12-18 Thread Magnus Damm
From: Magnus Damm Hook up r8a7795 DMAC nodes to IPMMU-MP1, IPMMU-DS0 and IPMMU-DS1. Signed-off-by: Magnus Damm --- Changes from V1: - None arch/arm64/boot/dts/renesas/r8a7795.dtsi | 40 ++ 1 file

[PATCH v2 01/02] arm64: dts: r8a7795: Add IPMMU device nodes

2016-12-18 Thread Magnus Damm
From: Magnus Damm Add r8a7795 IPMMU nodes and keep all disabled by default. Signed-off-by: Magnus Damm --- Changes from V1: - None arch/arm64/boot/dts/renesas/r8a7795.dtsi | 113 ++ 1 file changed, 113

[PATCH v2 00/02] arm64: dts: r8a7795: IPMMU upstream integration V2

2016-12-18 Thread Magnus Damm
arm64: dts: r8a7795: IPMMU upstream integration V2 [PATCH v2 01/02] arm64: dts: r8a7795: Add IPMMU device nodes [PATCH v2 02/02] arm64: dts: r8a7795: Hook up SYS-DMAC to IPMMU This series adds DT nodes for IPMMU devices on r8a7795 together with connections to the DMAC hardware. Currently all the

Re: [PATCH v2 05/13] drm: panels: Constify device node argument to of_drm_find_panel()

2016-12-18 Thread Laurent Pinchart
Hi Thierry, Could you please review this patch ? Should it be merged through you ? On Saturday 19 Nov 2016 05:28:05 Laurent Pinchart wrote: > The argument is never modified by the function, make it const. > > Signed-off-by: Laurent Pinchart > --- >

Re: [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties

2016-12-18 Thread Laurent Pinchart
Hi Rob, On Tuesday 29 Nov 2016 20:23:41 Laurent Pinchart wrote: > On Tuesday 29 Nov 2016 09:14:09 Rob Herring wrote: > > On Tue, Nov 29, 2016 at 2:27 AM, Laurent Pinchart wrote: > >> On Tuesday 22 Nov 2016 11:36:55 Laurent Pinchart wrote: > >>> On Monday 21 Nov 2016 10:48:15 Rob Herring wrote: >

Re: [PATCH v2 04/13] drm: Add data mirror bus flag

2016-12-18 Thread Laurent Pinchart
Hi Stefan and Thierry, As the author and suggester of the other bus flags, could you please review this patch ? On Saturday 19 Nov 2016 05:28:04 Laurent Pinchart wrote: > The flag indicates that data is mirrored on the bus. The exact meaning > is bus-type dependent. For LVDS buses it indicates

Re: [PATCHv2 1/5] sh_eth: add generic wake-on-lan support via magic packet

2016-12-18 Thread Sergei Shtylyov
Hello. On 12/12/2016 07:09 PM, Niklas Söderlund wrote: Add generic functionality to support Wake-on-Lan using MagicPacket which are supported by at least a few versions of sh_eth. Only add functionality for WoL, no specific sh_eth version are marked to support Versions. WoL yet. WoL is

[PATCH pci/next] PCI: rcar: Add compatible string for r8a7796

2016-12-18 Thread Yoshihiro Kaneko
From: Harunobu Kurokawa This patch adds support for r8a7796. Signed-off-by: Harunobu Kurokawa Signed-off-by: Yoshihiro Kaneko --- This patch is based on the next branch of the pci tree.