From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.linux-watchdog.org (www.linux-watchdog.org [185.87.125.42]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 917031714CD; Fri, 13 Sep 2024 08:57:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.87.125.42 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726217829; cv=none; b=htnyItOMAPZ7nNTkf8f4aDdmmXEqacTICW3ePRsjc27cBc43fqxD8d6XnZcxRD2nTYA33kj0Y1uIIV9MpXo8/3tcBd7OYwo0wPZiBwiSDhxad/VdUFhe9ehRWJXn2Z+LORBGf6FZczyyTy573cwDxEE3xJpNdyKPU+mMiQHBJU4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726217829; c=relaxed/simple; bh=L2M5SuCNmipfKphPitsBa/R/HP6VsGtSLkdrj9Qb54g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f2pbmfgF9mTiDhlWzCERE10oofsRfigl85DrPPB9FK6mKrIp7HYuOVhQgewdYp1IQUXBmvNKAQIQk6IVM/cpwO6uVXYQ/EdUZ1/ZnfkOMw7Ze6tkwTTIFiHDjjFWe0GGnciysIytNoPZWtoDIySKBABeK4ZeHkltZQ1fkqQEytM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=linux-watchdog.org; spf=pass smtp.mailfrom=linux-watchdog.org; dkim=pass (1024-bit key) header.d=linux-watchdog.org header.i=@linux-watchdog.org header.b=CZkLeRj5; arc=none smtp.client-ip=185.87.125.42 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=linux-watchdog.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux-watchdog.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-watchdog.org header.i=@linux-watchdog.org header.b="CZkLeRj5" Received: by www.linux-watchdog.org (Postfix, from userid 500) id AC2DA40A91; Fri, 13 Sep 2024 10:32:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org AC2DA40A91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1726216368; bh=L2M5SuCNmipfKphPitsBa/R/HP6VsGtSLkdrj9Qb54g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CZkLeRj5I+JHFdgwKfx2xPu0TUcICC6Av4mvTd0hJS56DR4LQWZMDzck27P7/+7TE oL/n53T+wnOTPEfQ0Gt9rSxVBT9bHZzKLkFdQIRLBycCNkEnStRz39DHIQcOm47x/W GhFrM0id0Rz/bzNH1cstMK0zvOjjZJnjsGa+kqTk= Date: Fri, 13 Sep 2024 10:32:48 +0200 From: Wim Van Sebroeck To: Frank Li Cc: Wim Van Sebroeck , alice.guo@nxp.com, festevam@gmail.com, imx@lists.linux.dev, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, linux@roeck-us.net, s.hauer@pengutronix.de, shawnguo@kernel.org, ye.li@nxp.com Subject: Re: [PATCH v5 1/1] watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_feature Message-ID: <20240913083248.GB31440@www.linux-watchdog.org> References: <20240730145610.2177627-1-Frank.Li@nxp.com> Precedence: bulk X-Mailing-List: linux-watchdog@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Hi Frank, > On Thu, Aug 29, 2024 at 06:00:51PM -0400, Frank Li wrote: > > On Tue, Jul 30, 2024 at 10:56:10AM -0400, Frank Li wrote: > > > Move post_rcs_wait into struct imx_wdt_hw_feature to simple code logic for > > > difference compatible string. > > > > > > i.MX93 watchdog needn't wait 2.5 clocks after RCS is done. So needn't set > > > post_rcs_wait. > > > > > > Reviewed-by: Guenter Roeck > > > Signed-off-by: Alice Guo > > > Reviewed-by: Ye Li > > > Signed-off-by: Frank Li > > > --- > > Wim Van Sebroeck: > > Could you please take care this patch? > It's in Linux-watchdog-next since tuesday. Kind regards, Wim.