From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E23B7430BB3; Sat, 28 Feb 2026 21:59:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772315940; cv=none; b=YGhY6SmZP+90Jvd5gEJM7nozqKtMiZubCSl9DcMEihp1oXg8BnxEKubv1Q+cXNbelFen4Qc77e24OskmzM5yr6oHD7zXKhxGiSDl8PUk0MmmftYx7CBGraB62sRUtLPZHeqT95Sw8EN2nqSXaY6Pf2wpeLyuq6zjr7m5U7js1c0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772315940; c=relaxed/simple; bh=Ld+pngW8u/Nqx5EZqVABXM1oYnBqteIpU/N21OGAmNo=; h=MIME-Version:Content-Type:Subject:From:To:Cc:In-Reply-To: References:Date:Message-Id; b=dLsdPeNmj3uh3pHdCTR3jxXy8e0Yvjuh13MQe1uhDBfnj/C4jeq8OGvVOXlHCAXDkWTO8A7M69c9EdIYOdgvXafpfRxdjro3KAFN6PpNkPsSG3WQBI+88vI93bnDpATC+5xN+pi4k/Jr8S9nYDFtD6bD5GXWVRvJi3Itlv7gvbQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3E9CC116D0; Sat, 28 Feb 2026 21:58:54 +0000 (UTC) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v5 4/8] dt-bindings: iommu: Add spacemit/t100 features From: Conor Dooley To: Lv Zheng Cc: Tomasz Jeznach , Joerg Roedel , Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , James Clark , Yixun Lan , Jingyu Li , Zong Li , Yaxing Guo , Zhijian Chen , iommu@lists.linux.dev, linux-perf-users@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: References: Date: Sat, 28 Feb 2026 21:58:42 +0000 Message-Id: <177231592262.848068.18080490567217057666@spud> X-Mailer: b4 0.15-dev-38bf1 On Sat, 28 Feb 2026 22:44:49 +0800, Lv Zheng wrote: > Adds device tree bindings for SpacemiT T100 specific features by > introducing spacemit,t100 compatible. T100 contains distributed IOATCs, > each of which exposes pmiv interrupt. > > Signed-off-by: Lv Zheng > Signed-off-by: Jingyu Li Patch content here is fine, but the signoff chain on this patch is not right. What did Jingyu do? You're author and submitter so either Jingyu did nothing and should be removed, or is a co-developer which requires attribution via the co-developed-by tag. If the latter, their signoff should be before yours (the submitter is always last). pw-bot: changes-requested Cheers, Conor. -- Conor Dooley