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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 074A7C433FF for ; Wed, 31 Jul 2019 20:26:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DEF72206A3 for ; Wed, 31 Jul 2019 20:26:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728195AbfGaU0x (ORCPT ); Wed, 31 Jul 2019 16:26:53 -0400 Received: from mail-qt1-f194.google.com ([209.85.160.194]:37360 "EHLO mail-qt1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728136AbfGaU0x (ORCPT ); Wed, 31 Jul 2019 16:26:53 -0400 Received: by mail-qt1-f194.google.com with SMTP id y26so67873946qto.4; Wed, 31 Jul 2019 13:26:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Nexwj/gyEdfGcFhtgJkuEvqAxLsbVQicvOBgvCJpGfM=; b=D9jgJbYsefhU1bp4dHus8py68/b5IqFtti2ZA0IWtdNeTXXzgHoSvZgwyATaRbMo1I Y2ZCvsQkNKiv3MfwEoO16AvmHiVqDynglfC0pMvczN8idqyL5Mue63+1gp7WH8Ey6Zl5 q4otDS5gwreCRXddS9examugoB0OmqicTmHXCzevjo/B0Z4WIaAQvRK0HHiWWSKDv73h SJNPXEYWiUALSViuZZDV6klbePjHei9zkLbp/WMrrRTy1DJyXpb4s8CuT0xBMAgxVSWJ I2H6gKlCtVeQZYR2tKUDWHpUvstIUcQNUuXHWepTCde40wxp4JGtVGFZ0yiepChrzfAm y4ww== X-Gm-Message-State: APjAAAXxEtv4W0WR0m/laJUHCGRRHEsNz2JcwmRfQqSc+67bMUvLcr9w YNYoizlbjZMkCq1Q4gfVD8Z0/nUP5Rd4r7OdTvQ= X-Google-Smtp-Source: APXvYqxrQwILyzcU6or5m1F0P2T2g+2d1hVZgeveWHo/LNI028WFf469HVX7i9p/CxTB96w3vHftaMn2P+OT3OV3MzY= X-Received: by 2002:aed:33a4:: with SMTP id v33mr84957899qtd.18.1564604812113; Wed, 31 Jul 2019 13:26:52 -0700 (PDT) MIME-Version: 1.0 References: <20190731195713.3150463-1-arnd@arndb.de> <20190731195713.3150463-4-arnd@arndb.de> <20190731202343.GA14817@roeck-us.net> In-Reply-To: <20190731202343.GA14817@roeck-us.net> From: Arnd Bergmann Date: Wed, 31 Jul 2019 22:26:35 +0200 Message-ID: Subject: Re: [PATCH 03/14] watchdog: pnx4008_wdt: allow compile-testing To: Guenter Roeck Cc: soc@kernel.org, Linux ARM , Vladimir Zapolskiy , Sylvain Lemieux , Russell King , Gregory Clement , Linus Walleij , Wim Van Sebroeck , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , "David S. Miller" , Greg Kroah-Hartman , Alan Stern , "open list:GPIO SUBSYSTEM" , Networking , linux-serial@vger.kernel.org, USB list , LINUXWATCHDOG , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" 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 10:23 PM Guenter Roeck wrote: > > On Wed, Jul 31, 2019 at 09:56:45PM +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 > > Reviewed-by: Guenter Roeck > > What is the plan for this patch ? Push through watchdog > or through your branch ? I would prefer my branch so I can apply the final patch without waiting for another release. Not in a hurry though, so if some other maintainer wants to take the respective driver patch through their tree instead of the arm-soc one, I'll just wait anyway. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 03/14] watchdog: pnx4008_wdt: allow compile-testing Date: Wed, 31 Jul 2019 22:26:35 +0200 Message-ID: References: <20190731195713.3150463-1-arnd@arndb.de> <20190731195713.3150463-4-arnd@arndb.de> <20190731202343.GA14817@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190731202343.GA14817@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org To: Guenter Roeck Cc: soc@kernel.org, Linux ARM , Vladimir Zapolskiy , Sylvain Lemieux , Russell King , Gregory Clement , Linus Walleij , Wim Van Sebroeck , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , "David S. Miller" , Greg Kroah-Hartman , Alan Stern , "open list:GPIO SUBSYSTEM" , Networking , linux-serial@vger.kernel.org, USB list , LINUXWATCHDOG List-Id: linux-serial@vger.kernel.org On Wed, Jul 31, 2019 at 10:23 PM Guenter Roeck wrote: > > On Wed, Jul 31, 2019 at 09:56:45PM +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 > > Reviewed-by: Guenter Roeck > > What is the plan for this patch ? Push through watchdog > or through your branch ? I would prefer my branch so I can apply the final patch without waiting for another release. Not in a hurry though, so if some other maintainer wants to take the respective driver patch through their tree instead of the arm-soc one, I'll just wait anyway. Arnd 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=-3.8 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 autolearn=no 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 BB626C32751 for ; Wed, 31 Jul 2019 20:27:06 +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 90DD02064A for ; Wed, 31 Jul 2019 20:27:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lcnpJT5x" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 90DD02064A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arndb.de 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FtT9Fimyz6yCYCNVK8mDYrrwxMVASNh241StsBf6VcQ=; b=lcnpJT5xdXpTCE 9079vcJt2Q7rbiV0UIs1w3dh64lMPPcuKObPpOqF7AbpnX8t9wGF+Huaj1TK4Z3NPr/2fqD+VHcUF +NdPrNKfp6B031S+4HMAq7T+GSoqcRhLm8IxA8Do1nx/yf2xzlAI2C//nov+VUvwBU5ljlbZtluW8 mdY/iPTbeZ/4rtuuGGeVwsadsh7MmCZH22buthVPbP9nfF9LNjF5ybzXx6RqLewQBPm3B8eWdttV0 2yBTgwDRS9OQLKTxaqLXYa9a7pjORmG5TJ8PHMHdTcdRc/DIa5Xnzac3QPmenRr8U4AWuIdemv1R4 BaDvASCA4iTjQ1rpeQOg==; 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 1hsvBZ-0001lb-Po; Wed, 31 Jul 2019 20:26:57 +0000 Received: from mail-qt1-f193.google.com ([209.85.160.193]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hsvBV-0001kU-SY for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2019 20:26:56 +0000 Received: by mail-qt1-f193.google.com with SMTP id h21so67814213qtn.13 for ; Wed, 31 Jul 2019 13:26:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Nexwj/gyEdfGcFhtgJkuEvqAxLsbVQicvOBgvCJpGfM=; b=B1/O7ercJnU75q9WuPtCETsN9N2PPZCMPzuXEPG3/OK+tkYpDSG1ABFrRqRIEJHB/a qxjxcoUQabpVqmyxZ5Z7QC+qu9qnruQKYV84jBu6MIw5ZthliGHHfg5+//J7My+NqkXG wqDhq2j3lmEcn+HJRdoYJ4FauWWhmSxJ9ADm2pXwhbYxB/BlwObJ2Xa0w3ht3LHqIcxw 2BT/2NGJGYbgLX5StDjOIGto05MyNiAeVqtiCCULwcOXOXkDdyMhlTFWYJIaRDT39xXi HWwLF2k8gnKSHjzCZ58MS5NNNwE+bXV5hU7EQW9K3+uD3AM3NmWfi4YnLC2yQLr+uwPs cC9w== X-Gm-Message-State: APjAAAWjOkvMF+KvfaD8HrKkSo5cKKBRYFn/xDlhHDNd+DAEU/y6FlQN 9DYm5Cd4oGn8czqq3dPpsQZtFXlvcZ6klY3MIFU= X-Google-Smtp-Source: APXvYqxrQwILyzcU6or5m1F0P2T2g+2d1hVZgeveWHo/LNI028WFf469HVX7i9p/CxTB96w3vHftaMn2P+OT3OV3MzY= X-Received: by 2002:aed:33a4:: with SMTP id v33mr84957899qtd.18.1564604812113; Wed, 31 Jul 2019 13:26:52 -0700 (PDT) MIME-Version: 1.0 References: <20190731195713.3150463-1-arnd@arndb.de> <20190731195713.3150463-4-arnd@arndb.de> <20190731202343.GA14817@roeck-us.net> In-Reply-To: <20190731202343.GA14817@roeck-us.net> From: Arnd Bergmann Date: Wed, 31 Jul 2019 22:26:35 +0200 Message-ID: Subject: Re: [PATCH 03/14] watchdog: pnx4008_wdt: allow compile-testing To: Guenter Roeck X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190731_132654_906078_EB388F0B X-CRM114-Status: GOOD ( 14.50 ) 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 , LINUXWATCHDOG , Linux Kernel Mailing List , Jason Cooper , "David S. Miller" , Greg Kroah-Hartman , Gregory Clement , USB list , Russell King , Vladimir Zapolskiy , "open list:GPIO SUBSYSTEM" , soc@kernel.org, Networking , Alan Stern , linux-serial@vger.kernel.org, Sylvain Lemieux , Wim Van Sebroeck , Linus Walleij , Linux ARM , 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 10:23 PM Guenter Roeck wrote: > > On Wed, Jul 31, 2019 at 09:56:45PM +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 > > Reviewed-by: Guenter Roeck > > What is the plan for this patch ? Push through watchdog > or through your branch ? I would prefer my branch so I can apply the final patch without waiting for another release. Not in a hurry though, so if some other maintainer wants to take the respective driver patch through their tree instead of the arm-soc one, I'll just wait anyway. Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel