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 EB2FE23D7CE; Mon, 9 Feb 2026 05:30:31 +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=1770615032; cv=none; b=pgaQ74YfooE8DGNt/WeB9q2QJex+CGLyaRWdYs10GhDU7VKGTTJZt83kONBBbCHaef/9f6zLrgIFSXBgVOaNhpqx9/kxn1i8csr3UHBgw7+hRxNWeAEv9HohPKYGX4SNs+fGKeZPB6VJppPRUd+RYZiONsffIpaGnMI7z9lOaMQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770615032; c=relaxed/simple; bh=6dmrWQTudHpALwT3TawG97teYoHjG5M4aiLA9OioLZY=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=fA1hamd+LgVS6BQKthU8FDhHytQZNmBeCFAeG5y0fiTv+5BRdAsnq/DvSKQR6WkQ3w9xvxUO1G1D1BqbWx6eDA8DrZ9QcHbyw1mRW/Ii9vkGebDBQs1boJ/+ZRhaR2D+e8qqgOCEmf803YiCxOkA4BYJ4STYropLu9nsoDgKDZc= 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=l/x8sllc; 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="l/x8sllc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1770615029; bh=6dmrWQTudHpALwT3TawG97teYoHjG5M4aiLA9OioLZY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=l/x8sllcZtMauYNiP7i2hFsaDm6Cf4hkRrM8IULcrqfkuZJ20brwg7LMhTDgbjxFa sY1GfpXZaGh0jzfG0fsDpyUS3Z2uRJKntB3NsBYrVKK9DUpNmz8b1FdeuttGWlxUrc sY24n13ylRuropENaRqlC3PbmhWJ6CbrxRYQh5vJSVVWWK8YRh6UMKccWGOs8V6lFN 4ET+/+k5uai6rBDyZrBbTJ+6yWmrJvsttjaHo43dkiwGnhWCHOYETWMkQwK3+4sbjZ gYNIR0pCO2Nf99pKcYfhMaJvnB2sxIoiFTdh0t4+icdkwmuVhnqxig6K9Ig2cge0vJ QWpTv/ikTbJ0g== Received: from [192.168.68.117] (unknown [180.150.112.60]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id DFE816024E; Mon, 9 Feb 2026 13:30:27 +0800 (AWST) Message-ID: <548c59f97704c934919e6d4f625579f17a350fac.camel@codeconstruct.com.au> Subject: Re: [PATCH 0/2] Add device tree for Asrock Paul IPMI Card From: Andrew Jeffery To: Anirudh Srinivasan , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Zev Weiss , Renze Nicolai Date: Mon, 09 Feb 2026 16:00:27 +1030 In-Reply-To: <20260125-asrock-paul-v1-0-956085a4bd06@gmail.com> References: <20260125-asrock-paul-v1-0-956085a4bd06@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Sun, 2026-01-25 at 15:00 -0600, Anirudh Srinivasan wrote: > Adds support for Asrock Paul IPMI Card [1], which is an AST2500 based > PCIe card that provides BMC functionality. The supported functionality > is similar to the Asus Kommando IPMI Card, support for which was sent > previously [2]. Due to ordering wrt other patches on the list this ended up with some minor conflicts in the binding and Makefile. I've fixed those up and applied it. Thanks, Andrew