From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B3A6413D276 for ; Mon, 5 Aug 2024 15:18:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722871123; cv=none; b=bNCRan8WbBgxTpTTQp88CzMDnufLYgT6vhFyPFEd2KKZdCh9yCc59FjAVm80WIfe7USWwCUkYKBFjvojNmOUr5YystasJkVUInPIO7ZUPky5rIdYFxwJX8/vAwFOrLjzeKQEUqm+ixcpIXej/HWEu1Omf52xUXYO/cFvcnkNlhg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722871123; c=relaxed/simple; bh=lvYPe5JkM3Jsviw05x2n8vRfc/U+/nszrW8Yv9RWPpc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oXA5ZiPykf7dC5tg185nlhTSlTDBNAxVJw2EaqjPPeZkIZgI/pu/0XVx0W/Q08euW85ZSAtU6z+7F1h4OWMDftTb45Gfg4iovZPukF8n0YlESGmrP2cdDATfUpwH/C0upKq2nBw1OOQOFqazBI2BLJcQ+DisHk5JxXBB/IOj9bk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sazTY-0000aP-8t; Mon, 05 Aug 2024 17:18:20 +0200 Received: from [2a0a:edc0:0:b01:1d::7b] (helo=bjornoya.blackshift.org) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sazTW-004k74-RH; Mon, 05 Aug 2024 17:18:18 +0200 Received: from pengutronix.de (p5de45302.dip0.t-ipconnect.de [93.228.83.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: mkl-all@blackshift.org) by smtp.blackshift.org (Postfix) with ESMTPSA id 4DF043172CF; Mon, 05 Aug 2024 14:48:16 +0000 (UTC) Date: Mon, 5 Aug 2024 16:48:15 +0200 From: Marc Kleine-Budde To: Frank Li Cc: Vincent Mailhol , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, haibo.chen@nxp.com, imx@lists.linux.dev, han.xu@nxp.com Subject: Re: [PATCH v4 0/2] can: fsl,flexcan: add imx95 wakeup Message-ID: <20240805-succinct-didactic-vicugna-e5449a-mkl@pengutronix.de> References: <20240731-flexcan-v4-0-82ece66e5a76@nxp.com> Precedence: bulk X-Mailing-List: linux-can@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="i3ptc3rbvj5qf52i" Content-Disposition: inline In-Reply-To: <20240731-flexcan-v4-0-82ece66e5a76@nxp.com> X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mkl@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-can@vger.kernel.org --i3ptc3rbvj5qf52i Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 31.07.2024 20:00:24, Frank Li wrote: > To: Marc Kleine-Budde > To: Vincent Mailhol > To: David S. Miller > To: Eric Dumazet > To: Jakub Kicinski > To: Paolo Abeni > To: Rob Herring > To: Krzysztof Kozlowski > To: Conor Dooley > Cc: linux-can@vger.kernel.org > Cc: netdev@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: haibo.chen@nxp.com > Cc: imx@lists.linux.dev > Cc: han.xu@nxp.com >=20 > Signed-off-by: Frank Li Added to linux-can-next. Thanks, Marc --=20 Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung N=C3=BCrnberg | Phone: +49-5121-206917-129 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 | --i3ptc3rbvj5qf52i Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEUEC6huC2BN0pvD5fKDiiPnotvG8FAmaw5i0ACgkQKDiiPnot vG820Af/YitgSU5McIXL4Xj9VvsbaznGIpvqeB/FJPifibKVNOxtEWHQGdKmrE04 p/AaYxH+d9pegXTCh4swRkcr1Z2xehUTRhH0Y+LksJpUTxcQZ3bgXXXkw820NcEx cEyLB6FsX51oV2twn5Grryb46dY3pmN+sYbyoisYIftJNV+uguNmG4f4fRyyOob2 /vypmstlC6dRFy/QMud9wC57iRFkT4wv7sq1ZMe1cdNeW9U9FTXjoQkVqtzoZi6c R+iU6RuSolTdSK+rgiatlOs1JihcMqoxKGtJ4bkeCJ79anBWNrpwFgI5o4N8ksYg TShdt8HLpYWPFdsir/zyCdnSF869og== =3OT+ -----END PGP SIGNATURE----- --i3ptc3rbvj5qf52i--