From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) (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 075DE14C5A4; Fri, 30 Aug 2024 07:07:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.153.233 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725001639; cv=none; b=S4ydDcII1dR0bqzt8lqzXAVxeJG6EOxBr05OQWbUgG2xnBsb3mxP3RLeFkR98RiW8qZCdPzFysa9Zv0ggDtrX2Ue3naBC4R2DdrXFeLSWdXVE9A6emEvsHSGmFeVM+uQP7hlxJQkUXPCMZkCOAF6XMD9EUAS4AGe8fBCRP0ek9U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725001639; c=relaxed/simple; bh=s06I7vpuvh5FtVBBjKOoXNfkaI+hpLm4s5Wd8b/Kvr4=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bR3sMAMQlZSj7geJlPFEDEUaeHjcrvT9bmKLtRe7gjIhIvlSxP8ZmYCB6ZvI4qGG/17SF0znfGZqTXXEiAJ0FYSdmKS3uwrA//6CpnTNNIG5ENMHICNj+11cjN47bB6/BosmYx6TzxISTqyaCnk1fmPR+KTibknwDtdCgnt0Brg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=h3rDM9oQ; arc=none smtp.client-ip=68.232.153.233 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="h3rDM9oQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1725001637; x=1756537637; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=s06I7vpuvh5FtVBBjKOoXNfkaI+hpLm4s5Wd8b/Kvr4=; b=h3rDM9oQEAMRBfur4ePaHVQHKFVQqlZIROz9qpqy1mxxYQc3ddi2WAAI omHKX/m1oLlMntRs6bQ6onGEYI0qOb/kzaispXu/THplymD+LfqO5stqU NUMSPFCCG4q3Y/KGnh0fLXnyUiZCTzRi3Eku4m0ZOiaM4AXtdVNKgJeer LheqX5MhZv7x2VFWagNng1anV5AqEFWO8UL8TXRsTLTRcBlJWo75Or0OE wi/V3+MKFyWafMKr9LbgTo2NnpziDK/2NWKbvsHy3QDQSR7L/MOSg5gNO yGb7hj9rW8XZBvYcOgD7tKcNMbAq9wBGVGmCPcUW6wKi8B9Exx38zlNxb w==; X-CSE-ConnectionGUID: afjsWAo1T6e0LAk7nB8BvQ== X-CSE-MsgGUID: dlg29yxyR1yb0jKAvDuxBw== X-IronPort-AV: E=Sophos;i="6.10,188,1719903600"; d="asc'?scan'208";a="262034575" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 30 Aug 2024 00:07:16 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Fri, 30 Aug 2024 00:06:52 -0700 Received: from wendy (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35 via Frontend Transport; Fri, 30 Aug 2024 00:06:49 -0700 Date: Fri, 30 Aug 2024 08:06:18 +0100 From: Conor Dooley To: Chen Wang CC: Yixun Lan , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , , Meng Zhang , , , Jesse Taube , Yangyu Chen , Inochi Amaoto , Jisheng Zhang , Meng Zhang , Subject: Re: [PATCH v3 1/4] dt-bindings: pinctrl: spacemit: add support for K1 SoC Message-ID: <20240830-tidy-identify-90dce7a21abc@wendy> References: <20240828-02-k1-pinctrl-v3-0-1fed6a22be98@gentoo.org> <20240828-02-k1-pinctrl-v3-1-1fed6a22be98@gentoo.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="74V6P+syw/CVE4ln" Content-Disposition: inline In-Reply-To: --74V6P+syw/CVE4ln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 30, 2024 at 07:48:17AM +0800, Chen Wang wrote: >=20 > On 2024/8/28 19:30, Yixun Lan wrote: > > Add dt-bindings for the pinctrl driver of SpacemiT's K1 SoC. > >=20 > > Signed-off-by: Yixun Lan > > --- > > Changes in v3: > > - drop spacemit,slew-rate-{enable,disable} property > > - use drive-strength instead of drive-strength-microamp > > - fold strong-pull-up into bias-pull-up > > - format fixed > > - title fixed >=20 > Drop this change history here, you can add this in the cover letter. >=20 > [......] It's perfectly fine to provide per-patch changelogs fyi, rather than in the cover letter. Cheers, Conor. --74V6P+syw/CVE4ln Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZtFvZgAKCRB4tDGHoIJi 0jE6AP4ysqQR2wlhI8N7l61bFcKY3fTl/Rj5qEuiKycVRFY/ZwD/RLfvMHbeQnnX qxMpIu3EJeAfWS0noJpevIiMjG0r5QI= =l5Fx -----END PGP SIGNATURE----- --74V6P+syw/CVE4ln--