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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 45E3DECDE20 for ; Wed, 11 Sep 2019 06:25:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1447921D7D for ; Wed, 11 Sep 2019 06:25:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568183114; bh=hCbZS1o48KxJrpYExCJxiNPbnrNzs3OfxozWwvpDhuw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Rolg+f8ThNtyAKLRkYbpiD+DP9CJgBbjQfaY9x+DSwh2ewScgTOs+uryXS8DLpEBl LEzuh3FI8UoykBVNM6qLV+JB6T/CXUQU1U+OPxdmX+HYKsndMh9uo2q40zjPd/RfG2 IQcqYpKGCHanCidklyWscn8EZ29TUXiOuCaQINYQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726915AbfIKGZN (ORCPT ); Wed, 11 Sep 2019 02:25:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:33878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726761AbfIKGZN (ORCPT ); Wed, 11 Sep 2019 02:25:13 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BA90521A4C; Wed, 11 Sep 2019 06:25:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568183112; bh=hCbZS1o48KxJrpYExCJxiNPbnrNzs3OfxozWwvpDhuw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LIlFru8Ct1z4S2opSkZw5q19V0V4pMjDvw2WD5JoiOQbDqwv0cZ8SYdwx2Rsz/2gx iYQsEDXdb6c3J4FqhgIGnHx9YLyqOY/wASeNFtYgBkKBNq9vCQdKxc/UraiQZW0Aql 1n29syKXzK52UpeWQxigocN35uOdKMeUC+AwjUJQ= Date: Wed, 11 Sep 2019 14:24:55 +0800 From: Shawn Guo To: Anson Huang Cc: wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux@armlinux.org.uk, otavio@ossystems.com.br, leonard.crestez@nxp.com, schnitzeltony@gmail.com, u.kleine-koenig@pengutronix.de, jan.tuerk@emtrion.com, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH V4 3/4] ARM: imx_v6_v7_defconfig: Enable CONFIG_IMX7ULP_WDT by default Message-ID: <20190911062454.GA17142@dragon> References: <1566441463-11911-1-git-send-email-Anson.Huang@nxp.com> <1566441463-11911-3-git-send-email-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1566441463-11911-3-git-send-email-Anson.Huang@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 21, 2019 at 10:37:42PM -0400, Anson Huang wrote: > Select CONFIG_IMX7ULP_WDT by default to support i.MX7ULP watchdog. > > Signed-off-by: Anson Huang Patch #4 and #5 look good to me, and I will pick them up once the first 3 get applied by Guenter. Shawn