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 06244200110; Fri, 27 Jun 2025 19:20:09 +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=1751052010; cv=none; b=VUZJ8Tqal/nKDjtcAZtRu0IAGBWjMTIQahWWm8o/Jjc7OjCe7zpXet2ylHh7WXe82Fk5PuaDDc5FNUDDIdS6DXcSpbvGjJyh+xMfz81KEaL1Zgn+I+BBxjaPxXyPzPQCoeET5+/XU9WAr9eQaeOpau3NdjKFFR4ZPONVtkT9P9w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751052010; c=relaxed/simple; bh=rlOHZjZIEspl0q/GBx3OYaU1/H0UqF4UUVO6+aOekBA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YlqCQNZb6eeFG6AUgsYzxyZfHoBKLJIlFPf4ZZAsoyMoewJIwQd4j07BiI5olnWqAMaJ4rRq1jvHOoB9Ei9leLu0pSVwqVZRljMHnt2ktIEDJNSlNjhoFO8ZXNHmoMUUbYGzQH4VtybqfRS3qfi7+zRv8+lrOJreYSwSObvSoEU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XgSXez3g; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XgSXez3g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A246C4CEE3; Fri, 27 Jun 2025 19:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751052009; bh=rlOHZjZIEspl0q/GBx3OYaU1/H0UqF4UUVO6+aOekBA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XgSXez3gkFbYLioFF1Fbh7TfdWdk1g+mL4gRgdBv3mngkruDkm3DWglLsA+T/otE3 vZmAGxTOGI5eIRRUD7YOqdvWvcyRmVH8JeEnJR2IaxgZZhzjyg8lD7PNujHYaae5Z+ d4wua3Nb2eJ6dUPa2w1m5wdnaj16cHcGm0BE7MWK2girIwq/FX2WptGY7cc5wzHYTA oGfU0oDaXpv0NltxRqLVlCh0uj+wkBQuqH6tO8IiNJbBihCuP0Sy06kNX2ESc4vlWB QPCfPg+D9AfJkypXNTK7rWe4nj/gC/cp+wJ20Cqlxu/T8fSD939GEvmDfP/saBCgID RpQCvFx4V8dTg== Date: Fri, 27 Jun 2025 14:20:08 -0500 From: "Rob Herring (Arm)" To: Pengyu Luo Cc: Miguel Ojeda , Konrad Dybcio , Bjorn Andersson , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Eric Biggers , devicetree@vger.kernel.org, Benno Lossin , Conor Dooley , Stephen Rothwell , Ingo Molnar , Joel Granados , Al Viro , linux-arm-msm@vger.kernel.org, Alice Ryhl , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Len Brown Subject: Re: [PATCH 1/4] dt-bindings: vendor-prefixes: Add Ntmer Message-ID: <175105200813.4031932.897263178678419405.robh@kernel.org> References: <20250617092929.1492750-1-mitltlatltl@gmail.com> <20250617092929.1492750-2-mitltlatltl@gmail.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250617092929.1492750-2-mitltlatltl@gmail.com> On Tue, 17 Jun 2025 17:29:26 +0800, Pengyu Luo wrote: > Ntmer is a Chinese company, their website is https://www.ntmer.com > > Signed-off-by: Pengyu Luo > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)