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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51FA2C433F5 for ; Mon, 31 Jan 2022 18:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355791AbiAaSaR (ORCPT ); Mon, 31 Jan 2022 13:30:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350610AbiAaSaP (ORCPT ); Mon, 31 Jan 2022 13:30:15 -0500 Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 909ECC061714 for ; Mon, 31 Jan 2022 10:30:15 -0800 (PST) Received: by mail-oi1-x22d.google.com with SMTP id u13so12163978oie.5 for ; Mon, 31 Jan 2022 10:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=Wz+52O1sEe4yMU2DP8cAnXwi5ZmdP6DQYRKFBEGGW7k=; b=UP4e4AqLkRV0jMmnXPExayUnadg4bbzbwyxrnmqueLM8QEGOutpDIDBzstyKl82jvW 2GaP3xGF8uXFOFsNJE5UM9Tbw1VQBxN2NpMJEm/rVO7vL9HbQS59zx62MUZYGfccGR5A BMbDmwfRSYEpwiH9QTa5png1o2xIkIDGDiBqiFcfEJpXTc3Tcj9FH9iuDXkjJP86L/xH Wtb77hyN3e0m6ZIoh2cJ2KNIACrV8ZgxxoLJUJk6luBgPTT4MnoIQ4EbC3t7cHLCzbro LKpSCXhXtw+2vhI0W3zw9kzKLVi6GSpiRsGn15VCKPfCr7XLTNQ9Jg3VZqMrtUtKbv5L y+tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Wz+52O1sEe4yMU2DP8cAnXwi5ZmdP6DQYRKFBEGGW7k=; b=EnUO38lv64AUXZXc1c649/5os2Ejn8rUJgRXHwKzkU6PvLJFycvt14dsbMlHvkXjpQ osOP7n691FZtDXQPSp6S8C10cnhc3OkvRbgVH+EVHeL8VWBK/iJj+UdDcp/irnKsDXXM bai/Xn2NMuwGKyarvrDtLYLJaLeNmGtGcex2YyNvXbUgJchyJiDUGd/8cxKIZykchsLn 4q2dzPOcU9vFurKxq30fKgOhuR0EmwZap0idGVL/t1C4NqJMq8xI9H4bdzLAk3mA+u65 4KIQnwVOP6uJ8KSwPUfpBnhaDBQCNdgoX2e5m0yhN01bVVrqLMqI6zjqccDLtJwLSFOn KVHQ== X-Gm-Message-State: AOAM530jwCcYrD1K+w0oJwb0j3VZ/ytKkP9oy5u2+RtzkfIf+T7G9A/R ggaejpdHTbdy9Nj7YOn1XFT+xg== X-Google-Smtp-Source: ABdhPJwKqTwPWJHWivtxjYHMIKp4Hb4xk7HOPgrRoowBtATJ2jDtlxoBUAFZljdne6IbFDbfl5uBZw== X-Received: by 2002:a05:6808:212a:: with SMTP id r42mr12442042oiw.94.1643653814964; Mon, 31 Jan 2022 10:30:14 -0800 (PST) Received: from builder.lan ([2600:1700:a0:3dc8:3697:f6ff:fe85:aac9]) by smtp.gmail.com with ESMTPSA id h27sm11827377ote.57.2022.01.31.10.30.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Jan 2022 10:30:14 -0800 (PST) Date: Mon, 31 Jan 2022 12:30:12 -0600 From: Bjorn Andersson To: Dmitry Baryshkov Cc: Andy Gross , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, An?bal Lim?n Subject: Re: [PATCH 4/5] arm64: defconfig: Enable PM8916 watchdog driver Message-ID: References: <20220131165056.2117434-1-dmitry.baryshkov@linaro.org> <20220131165056.2117434-4-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220131165056.2117434-4-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon 31 Jan 10:50 CST 2022, Dmitry Baryshkov wrote: > From: Aníbal Limón > > Signed-off-by: Aníbal Limón I need your S-o-b appended to the author's as you handle the patch (same with the last patch). > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index bb30afa95a73..8a68dadbcc7d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -596,6 +596,7 @@ CONFIG_QCOM_SPMI_ADC_TM5=m > CONFIG_UNIPHIER_THERMAL=y > CONFIG_WATCHDOG=y > CONFIG_SL28CPLD_WATCHDOG=m > +CONFIG_PM8916_WATCHDOG=y Is there any reason why this is =y and not =m? PS. I'm picking up patch 1-3, no need to resend them. Regards, Bjorn > CONFIG_ARM_SP805_WATCHDOG=y > CONFIG_ARM_SBSA_WATCHDOG=y > CONFIG_ARM_SMC_WATCHDOG=y > -- > 2.34.1 > 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 87278C433EF for ; Mon, 31 Jan 2022 18:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=JWFwnUdOrQiEA7rVvttwTGc3Wew27zvGjoqwtqC5GUM=; b=RZC3wuoSowgFph dVv2svLV/8U+fMy4dClD5qpwuG+Et3et2HvpPHqCDlOxZPb7ODfDUcawA64o8oX7KTToW8HyLQSTn FtPfSRb8IEmCgYhCUycOVM8cL72bEQ4EvhsrDa5pDyLuCfpUrKAaPHQtd0ZQ4OQPSCFf6vu4LG5Ph VoaaDqorn5r+lR2vOM+6Bk5KZBfp/haGRWr7I7POrDnKjZojz+QJPonUVOFdoIZxbH1DOzZwipa1U P6s9VSgGU5vtha5Nf17x+MjzvA/L/CqMofHTwjWNxPbq1J2Ijgl+4lFByYVG8YykhrZS+AU5t5CRz OcuLSc/wusSuAdwVkjpQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEbRe-00AMiu-8d; Mon, 31 Jan 2022 18:30:31 +0000 Received: from mail-oi1-x22e.google.com ([2607:f8b0:4864:20::22e]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEbRQ-00AMg7-CC for linux-arm-kernel@lists.infradead.org; Mon, 31 Jan 2022 18:30:18 +0000 Received: by mail-oi1-x22e.google.com with SMTP id v67so28340425oie.9 for ; Mon, 31 Jan 2022 10:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=Wz+52O1sEe4yMU2DP8cAnXwi5ZmdP6DQYRKFBEGGW7k=; b=UP4e4AqLkRV0jMmnXPExayUnadg4bbzbwyxrnmqueLM8QEGOutpDIDBzstyKl82jvW 2GaP3xGF8uXFOFsNJE5UM9Tbw1VQBxN2NpMJEm/rVO7vL9HbQS59zx62MUZYGfccGR5A BMbDmwfRSYEpwiH9QTa5png1o2xIkIDGDiBqiFcfEJpXTc3Tcj9FH9iuDXkjJP86L/xH Wtb77hyN3e0m6ZIoh2cJ2KNIACrV8ZgxxoLJUJk6luBgPTT4MnoIQ4EbC3t7cHLCzbro LKpSCXhXtw+2vhI0W3zw9kzKLVi6GSpiRsGn15VCKPfCr7XLTNQ9Jg3VZqMrtUtKbv5L y+tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Wz+52O1sEe4yMU2DP8cAnXwi5ZmdP6DQYRKFBEGGW7k=; b=UUi4YUw1scqeov4Yg+6uTEuZmU9X50wmbGXNlfNKQawphqUEyp2qif70ECd4b4vvgx GfxFM888Bi9xffdcfLleLhXPEpu7/bSULP3byNcjxuQ+BiDUpl37Bq9p+fnMSzdtEluy BPXamSsLEv/dLVK15rYsnLhPU0Jm/g4uBh6OXd0IvJccbmRoI2rEoF6yQ3IzlXCZBpH/ dJ0yxIo0s3bWhnnVkzlvNCf6BZgpSwJFNuiUs5a7Ekexvup/3cjm5dCzV+Tvq4103gYY BKVM7uwkA/nWf8J6MLTjUw8zxgAK2yQ4wEKLL9zdLIHsZThAURUPctCzrcSlNxl1IQvb yVeQ== X-Gm-Message-State: AOAM532a/Kt/qB5TeWwVpcrQi/AI2FelSfv84VUXo6AQcJS1XeT46+jz HNk7FtEwbaH1pZ52Qywwpi+im1c8GA5RAA== X-Google-Smtp-Source: ABdhPJwKqTwPWJHWivtxjYHMIKp4Hb4xk7HOPgrRoowBtATJ2jDtlxoBUAFZljdne6IbFDbfl5uBZw== X-Received: by 2002:a05:6808:212a:: with SMTP id r42mr12442042oiw.94.1643653814964; Mon, 31 Jan 2022 10:30:14 -0800 (PST) Received: from builder.lan ([2600:1700:a0:3dc8:3697:f6ff:fe85:aac9]) by smtp.gmail.com with ESMTPSA id h27sm11827377ote.57.2022.01.31.10.30.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 31 Jan 2022 10:30:14 -0800 (PST) Date: Mon, 31 Jan 2022 12:30:12 -0600 From: Bjorn Andersson To: Dmitry Baryshkov Cc: Andy Gross , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, An?bal Lim?n Subject: Re: [PATCH 4/5] arm64: defconfig: Enable PM8916 watchdog driver Message-ID: References: <20220131165056.2117434-1-dmitry.baryshkov@linaro.org> <20220131165056.2117434-4-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220131165056.2117434-4-dmitry.baryshkov@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220131_103016_466780_C9A677AF X-CRM114-Status: GOOD ( 14.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon 31 Jan 10:50 CST 2022, Dmitry Baryshkov wrote: > From: An=EDbal Lim=F3n > = > Signed-off-by: An=EDbal Lim=F3n I need your S-o-b appended to the author's as you handle the patch (same with the last patch). > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > = > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index bb30afa95a73..8a68dadbcc7d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -596,6 +596,7 @@ CONFIG_QCOM_SPMI_ADC_TM5=3Dm > CONFIG_UNIPHIER_THERMAL=3Dy > CONFIG_WATCHDOG=3Dy > CONFIG_SL28CPLD_WATCHDOG=3Dm > +CONFIG_PM8916_WATCHDOG=3Dy Is there any reason why this is =3Dy and not =3Dm? PS. I'm picking up patch 1-3, no need to resend them. Regards, Bjorn > CONFIG_ARM_SP805_WATCHDOG=3Dy > CONFIG_ARM_SBSA_WATCHDOG=3Dy > CONFIG_ARM_SMC_WATCHDOG=3Dy > -- = > 2.34.1 > = _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel