From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 03 Dec 2013 18:45:37 +0000 Subject: Re: [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation Message-Id: <20131203184537.GE23280@kroah.com> List-Id: References: <1385515117-23664-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1385515117-23664-4-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 Wed, Nov 27, 2013 at 02:18:25AM +0100, Laurent Pinchart wrote: > Hardware supported by the driver is only found on SUPERH or > ARCH_SHMOBILE platforms. Restrict non-COMPILE_TEST compilation to them. > > Cc: Greg Kroah-Hartman > Cc: linux-serial@vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/tty/serial/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation Date: Tue, 3 Dec 2013 10:45:37 -0800 Message-ID: <20131203184537.GE23280@kroah.com> References: <1385515117-23664-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53044 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753709Ab3LCSof (ORCPT ); Tue, 3 Dec 2013 13:44:35 -0500 Content-Disposition: inline In-Reply-To: <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Laurent Pinchart Cc: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org On Wed, Nov 27, 2013 at 02:18:25AM +0100, Laurent Pinchart wrote: > Hardware supported by the driver is only found on SUPERH or > ARCH_SHMOBILE platforms. Restrict non-COMPILE_TEST compilation to them. > > Cc: Greg Kroah-Hartman > Cc: linux-serial@vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/tty/serial/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Tue, 3 Dec 2013 10:45:37 -0800 Subject: [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation In-Reply-To: <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1385515117-23664-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1385515117-23664-4-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Message-ID: <20131203184537.GE23280@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Nov 27, 2013 at 02:18:25AM +0100, Laurent Pinchart wrote: > Hardware supported by the driver is only found on SUPERH or > ARCH_SHMOBILE platforms. Restrict non-COMPILE_TEST compilation to them. > > Cc: Greg Kroah-Hartman > Cc: linux-serial at vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/tty/serial/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman