From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 893F4C0015E for ; Wed, 26 Jul 2023 09:55:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233665AbjGZJz1 (ORCPT ); Wed, 26 Jul 2023 05:55:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233660AbjGZJyq (ORCPT ); Wed, 26 Jul 2023 05:54:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D66E5C1; Wed, 26 Jul 2023 02:53:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6327061A1B; Wed, 26 Jul 2023 09:53:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8D32C433C7; Wed, 26 Jul 2023 09:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690365220; bh=QbB5d7zwMl5soEn5ju1FprnfkLfAz4BCZwbMvd+dC/k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Bot/hueuAqXMMGlYt9Oacx12XOKW40H20DME2vmOqr1ViYmWdosri/l/COZzwFf/g m05LTVWTjwe11j1Xwrh2Vv32mti389ZuZQVWxSmgUZEYwN+JnqVGI5waG6bAtB03gO +PT5XuFDjmW0SPWsIVAiSzexyl5Go2SCUCB/BfiBAv3jS6gqnQKzClYaiUj+142+fG BDZcwdbXJXnEOGejOrVAIw1ytVWSpoy4bosFS+WE/a7uZb59oAAgFm/cfAXJ9E1QE9 jLzmtBQvm8UJWtSZ212D1Wr7unpYgL6SkcN1b91Kq0VwGLB2gEKSrHAYciU4Ng7eSG 61QBo+ARo6q3Q== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qObD8-00GzW9-EJ; Wed, 26 Jul 2023 10:53:38 +0100 Date: Wed, 26 Jul 2023 10:53:38 +0100 Message-ID: <86h6prt2vx.wl-maz@kernel.org> From: Marc Zyngier To: bibo mao Cc: Huacai Chen , Jiaxun Yang , Jianmin Lv , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Subject: Re: [PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method In-Reply-To: References: <20230719063558.3131045-1-maobibo@loongson.cn> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: maobibo@loongson.cn, chenhuacai@kernel.org, jiaxun.yang@flygoat.com, lvjianmin@loongson.cn, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, philmd@linaro.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 Jul 2023 10:45:51 +0100, bibo mao wrote: >=20 > slight ping :) Given that you have sent this series 5 times in two weeks, I don't think anyone is in a hurry to review it again. Just give it time. Thanks, M. >=20 > =E5=9C=A8 2023/7/19 14:35, Bibo Mao =E5=86=99=E9=81=93: > > Fix return value checking of eiointc_index where int type > > is converted uint32_t and check smaller than 0. > >=20 > > Add simple irq route support on system with only one eiointc node, > > rather than use anysend method. > >=20 > > --- > > Changes in v5: > > Modify typo issue. > >=20 > > Changes in v4: > > Modify some spell checking problems. > > Add Fixes tag. > >=20 > > Changes in v3: > > Modify some spell checking problems. > >=20 > > Changes in v2: > > Use the simple irq routing on embeded board like 2K0500 and 2K2000 > > board, since there is only one eio node. > >=20 > > --- > > Bibo Mao (2): > > irqchip/loongson-eiointc: Fix return value checking of eiointc_index > > irqchip/loongson-eiointc: Simplify irq routing on some platforms > >=20 > > drivers/irqchip/irq-loongson-eiointc.c | 93 +++++++++++++++++++++++--- > > 1 file changed, 82 insertions(+), 11 deletions(-) > >=20 >=20 >=20 --=20 Without deviation from the norm, progress is not possible.