From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 106DBE554; Mon, 17 Jun 2024 07:36:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718609781; cv=none; b=ew5H5Qaenj/DiL6Vhj29yG7q2qeCtRb2NyQOp9oJQUhCFYP2OSVDYHyMTCSMjKXd5rgw4pcsi6xZdsEyXDH5tA/l/8P90yb2P/VMH72Amv/aGUsR4UhaqTkqF7XwrDG5nyA8aasJQalnn+t9lI2LXvk+iha95eAWcylHaBNUUzg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718609781; c=relaxed/simple; bh=iOiT9XbaETPh/FvCvqtFzcLzSYCSL59RFQR96l/c+sY=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=p3GuYSR3qclm/ujGiXdFaq24VgRo1kCWhx7XyTfdjue2u9Xu6rlrghTzhtObvI998UL0dsBZODw4xbblyKXhCrW2aw0TNWMr4ElI7iijdVsYE8IKZm7SjyKu40tmguc/w3eR8SBWD/PXlD+j+qvd3xaefMte/iU0WbeDlAKK/XY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=TikU2bPn; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="TikU2bPn" Received: from [192.168.68.112] (ppp118-210-79-194.adl-adc-lon-bras32.tpg.internode.on.net [118.210.79.194]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 242482014A; Mon, 17 Jun 2024 15:36:17 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1718609777; bh=iOiT9XbaETPh/FvCvqtFzcLzSYCSL59RFQR96l/c+sY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=TikU2bPnSvNMKifTDiW9nN2PW7diSyrEPF2VcwSk0Gc75oNTixqOtJue9r6SQp9YT m/Ils3hmxFlKoIdOFroZMBwAFEL2B8hNR27a9Ma2I5lHcrnuKDfjLOWXok4Fn0OKhj 3bvcfXScHtyjk7h8Uf+vOZua7UMu/tQBI6uVzyca7G78KgmRZp38EyO89tYS9w9f8i RCoAK/OVhGm1bga7v/ZjJCOSxpqjPw7JtaUOXCnmmLIiFEzTtdFi/bQ5ga+FfuQRA7 gfUWDjoHmvuDSYOLiq52zuuaXFa2xAWYpV+eaqe2RF6pTWDp1pNB10FWF9rAA55t99 GWufr9eYjWttg== Message-ID: <28297cafdf748dd3e2da3e6b54012bf3c88a1be1.camel@codeconstruct.com.au> Subject: Re: [PATCH 0/3] dt-bindings: pinctrl: aspeed: Define missing functions and groups From: Andrew Jeffery To: Linus Walleij Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Mon, 17 Jun 2024 17:06:16 +0930 In-Reply-To: References: <20240531-dt-warnings-gpio-ast2600-pinctrl-funcs-groups-v1-0-a6fe2281a1b8@codeconstruct.com.au> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Mon, 2024-06-17 at 09:34 +0200, Linus Walleij wrote: > On Fri, May 31, 2024 at 5:03=E2=80=AFAM Andrew Jeffery > wrote: >=20 > > This short series cleans up a collection of binding warnings concerning > > use of undefined pinctrl functions and groups. Together they make a > > reasonable dent in the volume of output from `make dtbs_check` for the > > Aspeed devicetrees. >=20 > All patches applied. >=20 > Thanks Andrew! That was quick! Thanks! Andrew