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 52FFB7E772 for ; Wed, 21 Feb 2024 13:24:33 +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=1708521874; cv=none; b=Sw9vE2AzLIhs9If+y4xTxoUXxSCKmHdL42qm5KpZWKeT+5IEE7hut8JMwAiTqUSZ0MDcEAzLmzljC+gul4oO7ttr5jc5ofAuqPVt5E1s8Y2XQcpo5J0q2Q2LthFzea7I9ecuOj+7cbRJ0s9yX2nBKBD99HwHdP6SSD3AhN+m9TY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708521874; c=relaxed/simple; bh=qEJkDHFlcaMCT3yh6MM8qc2RcuGT84nKmTLuSreRygo=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=bMQ7l4Tbq6Fqlc45p3vNsAoEEdwJNVbKmeD9Q89sypu62apsbl4jcjq9Ui82jW9khIrCXhyhxB6e83n0Cde2CUiXkS4ggr8J8iyI/jYILgBhb6Y2In0E7sbh+tg2a7HR3UYSh5TVbntGIZ8k7kU1mMqmTlWFu6O21ox6y648ftw= 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 1rcmaB-0002t3-7t; Wed, 21 Feb 2024 14:24:19 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) 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 1rcma8-00238N-Vr; Wed, 21 Feb 2024 14:24:16 +0100 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1rcma8-0009Is-2z; Wed, 21 Feb 2024 14:24:16 +0100 Message-ID: <13e6d73ec0db159e4f34b8dbc7c7305f0131db84.camel@pengutronix.de> Subject: Re: [PATCH v3 2/2] irqchip: Add StarFive external interrupt controller From: Philipp Zabel To: Changhuang Liang , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Ley Foon Tan , Jack Zhu , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Date: Wed, 21 Feb 2024 14:24:16 +0100 In-Reply-To: <20240221022647.5297-3-changhuang.liang@starfivetech.com> References: <20240221022647.5297-1-changhuang.liang@starfivetech.com> <20240221022647.5297-3-changhuang.liang@starfivetech.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On Di, 2024-02-20 at 18:26 -0800, Changhuang Liang wrote: > Add StarFive external interrupt controller for JH8100 SoC. >=20 > Signed-off-by: Changhuang Liang > Reviewed-by: Ley Foon Tan Reviewed-by: Philipp Zabel regards Philipp