From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77D65C19759 for ; Thu, 1 Aug 2019 05:58:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DC66216C8 for ; Thu, 1 Aug 2019 05:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564639124; bh=bCQN5YRJ9WbxismztYDQbIiyurSCBavugzJYk9d8DX0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=irYlzIrgLGY8JlhUClf4alDAUCIMlU5ky09v8ICCgzIuMVVnuF8PR03XQupWG+5Ux bGCAAFDR8RIOng0rOl9fSuuBRkBhI2jTfCNE3pA7tGRcnEXfxa58GFTKu706GMVoZm rnClWPMRn5S4EF0ZK61T+5IsabYXAYFPBY0VgQGg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729345AbfHAF6o (ORCPT ); Thu, 1 Aug 2019 01:58:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:51182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726783AbfHAF6n (ORCPT ); Thu, 1 Aug 2019 01:58:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1EA8B206A2; Thu, 1 Aug 2019 05:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564639122; bh=bCQN5YRJ9WbxismztYDQbIiyurSCBavugzJYk9d8DX0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=enf8FkC8RBuclKflB0dMufb2Gfm5EXll3mPHHzF837c+6LpHKjurVx2UeVGVHZszY aNNXlIC67rCD1PBKZCD+uBmh3ccQSJ2eOk+yaQOWDyg647IMGeGUibPIfFoEBZBw+i L/MHEj90iRd151oJfqbo18Lbk9ANBxAVqdRD5FuI= Date: Thu, 1 Aug 2019 07:58:40 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org, Vladimir Zapolskiy , Sylvain Lemieux , Russell King , Gregory Clement , Linus Walleij , Jiri Slaby , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , "David S. Miller" , Alan Stern , Guenter Roeck , linux-gpio@vger.kernel.org, netdev@vger.kernel.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 04/14] serial: lpc32xx_hs: allow compile-testing Message-ID: <20190801055840.GC24607@kroah.com> References: <20190731195713.3150463-1-arnd@arndb.de> <20190731195713.3150463-5-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731195713.3150463-5-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Jul 31, 2019 at 09:56:46PM +0200, Arnd Bergmann wrote: > The only thing that prevents building this driver on other > platforms is the mach/hardware.h include, which is not actually > used here at all, so remove the line and allow CONFIG_COMPILE_TEST. > > Signed-off-by: Arnd Bergmann > --- > drivers/tty/serial/Kconfig | 3 ++- > drivers/tty/serial/lpc32xx_hs.c | 2 -- > 2 files changed, 2 insertions(+), 3 deletions(-) Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6807C433FF for ; Thu, 1 Aug 2019 05:58:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8BC19216C8 for ; Thu, 1 Aug 2019 05:58:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pTj7Ywk5"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="enf8FkC8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8BC19216C8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kLVXXFg+OrXRWodXesIbzKGgPRDEOxNkrhnTL87u2YQ=; b=pTj7Ywk50Ije6s Up63FRhhJBcf1c5cmImHdQr7U/ryPH1UKajWTnZY8Gv1+qYwfgGuZZGugSRLC3R9sRgbVQmJQSIYj tHVUYzB1u8UeoKsVCQhPs2z2fAlHlGnn6ySzshgEZmazmExM/5UkXh7IyQOACA/ejRzdqfs+udURB qqd1gK48ee6JPzOdBJqSE97buyg1qMMdznD9hqL3x9d8scsKXc8/aR7GgS4ZwO2UYP8Us5En4iwrR wo25sirFhQub4TzXevGXC0qwpGtWQxhZjXihFTgSMP28wfacO1eP3IKsvTU7dGdgxliKN4Chea3Fj /edAMUwMVdOGGeZYraGQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1ht46w-00033p-3r; Thu, 01 Aug 2019 05:58:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1ht46s-00032j-Tn for linux-arm-kernel@lists.infradead.org; Thu, 01 Aug 2019 05:58:44 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1EA8B206A2; Thu, 1 Aug 2019 05:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564639122; bh=bCQN5YRJ9WbxismztYDQbIiyurSCBavugzJYk9d8DX0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=enf8FkC8RBuclKflB0dMufb2Gfm5EXll3mPHHzF837c+6LpHKjurVx2UeVGVHZszY aNNXlIC67rCD1PBKZCD+uBmh3ccQSJ2eOk+yaQOWDyg647IMGeGUibPIfFoEBZBw+i L/MHEj90iRd151oJfqbo18Lbk9ANBxAVqdRD5FuI= Date: Thu, 1 Aug 2019 07:58:40 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Subject: Re: [PATCH 04/14] serial: lpc32xx_hs: allow compile-testing Message-ID: <20190801055840.GC24607@kroah.com> References: <20190731195713.3150463-1-arnd@arndb.de> <20190731195713.3150463-5-arnd@arndb.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190731195713.3150463-5-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190731_225842_980065_4F1C26A1 X-CRM114-Status: GOOD ( 13.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , linux-watchdog@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Cooper , "David S. Miller" , netdev@vger.kernel.org, Gregory Clement , Jiri Slaby , Russell King , Vladimir Zapolskiy , linux-gpio@vger.kernel.org, soc@kernel.org, Alan Stern , Guenter Roeck , linux-serial@vger.kernel.org, Sylvain Lemieux , Linus Walleij , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jul 31, 2019 at 09:56:46PM +0200, Arnd Bergmann wrote: > The only thing that prevents building this driver on other > platforms is the mach/hardware.h include, which is not actually > used here at all, so remove the line and allow CONFIG_COMPILE_TEST. > > Signed-off-by: Arnd Bergmann > --- > drivers/tty/serial/Kconfig | 3 ++- > drivers/tty/serial/lpc32xx_hs.c | 2 -- > 2 files changed, 2 insertions(+), 3 deletions(-) Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel