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 77E41C433EF for ; Thu, 5 May 2022 12:54:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235783AbiEEM63 (ORCPT ); Thu, 5 May 2022 08:58:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233634AbiEEM62 (ORCPT ); Thu, 5 May 2022 08:58:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA9AE562D8 for ; Thu, 5 May 2022 05:54:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 65F45B82CAC for ; Thu, 5 May 2022 12:54:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5413C385A4; Thu, 5 May 2022 12:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651755287; bh=OmKqPvBITcfEWuq7Fr5BrakvTFW7bp2l4kY3MtxyMto=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A/QonXwS97B0uMokhFAPx/ctFAYTUyxwmGH9JCZMxd/uEBTn5kEXeCd4l0kFXUKcY tkvZy5fTI4ES7y6JIuoNiruVeHoqk3VW6fIY7IfbJEKg2UItUNHHR9WemubRj5eMSQ AEABfx3npZraEk4nvTLc++WvMRUu2tfQXBnZeW+qTJhoHpbR73q3R/WdbZZF6TYJRi edgFO2BBuxrzdIFuxJxHrPwnE/w7K+hvUNroJfEzWVO5mt+ySLNw/ANLA1ESa54QCQ JARWvDL218QVq72Aa3geoaLREdnMLwku0z39/eNi5je6Gpu04PoZtqL+YQLG7PLJtu RzhVKzDCvUKqQ== Date: Thu, 5 May 2022 20:54:41 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh+dt@kernel.org, Fabio Estevam , Rob Herring Subject: Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add prefix for Storopack Message-ID: <20220505125441.GH14615@dragon> References: <20220505111905.1510904-1-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505111905.1510904-1-festevam@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, May 05, 2022 at 08:19:03AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Add a vendor prefix entry for Storopack (https://www.storopack.com). > > Signed-off-by: Fabio Estevam > Acked-by: Rob Herring Applied all, thanks!