From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2 05/19] iommu: shmobile: Enable the driver on all ARM platforms Date: Fri, 1 Nov 2013 14:43:15 +0100 Message-ID: <20131101134313.GE3348@8bytes.org> References: <1383086274-11049-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-sh-owner@vger.kernel.org To: Laurent Pinchart Cc: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org List-Id: iommu@lists.linux-foundation.org On Tue, Oct 29, 2013 at 11:37:40PM +0100, Laurent Pinchart wrote: > Renesas ARM platforms are transitioning from single-platform to > multi-platform kernels using the new ARCH_SHMOBILE_MULTI. Make the > driver available on all ARM platforms to enable it on both ARCH_SHMOBILE > and ARCH_SHMOBILE_MULTI, and increase build testing coverage with > COMPILE_TEST. > > Cc: Joerg Roedel > Cc: iommu@lists.linux-foundation.org > Signed-off-by: Laurent Pinchart Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Date: Fri, 01 Nov 2013 13:43:15 +0000 Subject: Re: [PATCH v2 05/19] iommu: shmobile: Enable the driver on all ARM platforms Message-Id: <20131101134313.GE3348@8bytes.org> List-Id: References: <1383086274-11049-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Tue, Oct 29, 2013 at 11:37:40PM +0100, Laurent Pinchart wrote: > Renesas ARM platforms are transitioning from single-platform to > multi-platform kernels using the new ARCH_SHMOBILE_MULTI. Make the > driver available on all ARM platforms to enable it on both ARCH_SHMOBILE > and ARCH_SHMOBILE_MULTI, and increase build testing coverage with > COMPILE_TEST. > > Cc: Joerg Roedel > Cc: iommu@lists.linux-foundation.org > Signed-off-by: Laurent Pinchart Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Fri, 1 Nov 2013 14:43:15 +0100 Subject: [PATCH v2 05/19] iommu: shmobile: Enable the driver on all ARM platforms In-Reply-To: <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1383086274-11049-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1383086274-11049-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Message-ID: <20131101134313.GE3348@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 29, 2013 at 11:37:40PM +0100, Laurent Pinchart wrote: > Renesas ARM platforms are transitioning from single-platform to > multi-platform kernels using the new ARCH_SHMOBILE_MULTI. Make the > driver available on all ARM platforms to enable it on both ARCH_SHMOBILE > and ARCH_SHMOBILE_MULTI, and increase build testing coverage with > COMPILE_TEST. > > Cc: Joerg Roedel > Cc: iommu at lists.linux-foundation.org > Signed-off-by: Laurent Pinchart Applied, thanks.