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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73520C73C60 for ; Tue, 9 Jul 2019 22:57:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44E0120693 for ; Tue, 9 Jul 2019 22:57:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562713067; bh=5VoNZdNu7IcQMDwBQzSQjSBKz+ufAq0sAnUI3V60r74=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MP6wjjivTQ8a8+hMYyfOiV7h1tD5K/ejHEANQuMSR7v0kL5c5o9Rr7WmfLeWRA4FK i+OHc5ehzgiqsByq0HE1cYHAR7cF3zMZao0M+GYYZLmUAnFiyWLj3fbgspIEwd1dS8 9/7noYMC035NSuM55t/XZruiE96luvOShXcMdfF8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726284AbfGIW5q (ORCPT ); Tue, 9 Jul 2019 18:57:46 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:35552 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726218AbfGIW5q (ORCPT ); Tue, 9 Jul 2019 18:57:46 -0400 Received: by mail-io1-f68.google.com with SMTP id m24so604570ioo.2; Tue, 09 Jul 2019 15:57:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=0HhbqTghHejLe1IY3m94WTWIBE7MbWIJpDPEeXowAHc=; b=tizoNsD60YhGXtNHmNU3uOq7hMCWRdwyPXSVNnUxr1LYHlLOzPCDhF2kdJteNdhayc Rhbn1U3wZiAVotRcDu+5h/rVMHiCtJmM7b/+Veitwmv1PF3uJj+Hwni5+fJ2j/3X7fEO boUP3uYgSSVSLArKAUQoiSCKAWYMwn3wlnIP7DbxntIZ1Jx1m5ETBosfzIpUbpCDrDxs f7yCBPNhyoOXmQBNfzGKidqNFkISSJMMFzSQZDZeT2iPVQdDlinvsVdQ9hCjr8kd52l3 YIDWL4iMkjKzv+jYjkdkckURi+MfZMgI0lnKUfoOIpU4A9/6VaGKuxAOs0aqZhe8S/2u uYpA== X-Gm-Message-State: APjAAAVuxEA1qlvxvzievjJ+8uFkYeFCi9fTFkqwo12umSsaZyL46qE7 Ughl8mCQMvpdmTyoss9D5EfcFRTIWw== X-Google-Smtp-Source: APXvYqyapzttXsRNBkAiCzkE5cycXATjK8Ppd4rWGXk1+uAUTMH/Jp0hgxaeXExotfHxwMiG3rpOrQ== X-Received: by 2002:a5d:8451:: with SMTP id w17mr29707761ior.226.1562713065527; Tue, 09 Jul 2019 15:57:45 -0700 (PDT) Received: from localhost ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id b20sm120313ios.44.2019.07.09.15.57.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 09 Jul 2019 15:57:44 -0700 (PDT) Date: Tue, 9 Jul 2019 16:57:44 -0600 From: Rob Herring To: Icenowy Zheng Cc: Maxime Ripard , Chen-Yu Tsai , Linus Walleij , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: Re: [PATCH v3 7/9] dt-bindings: vendor-prefixes: add Sipeed Message-ID: <20190709225744.GA25215@bogus> References: <20190623043801.14040-1-icenowy@aosc.io> <20190623043801.14040-8-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190623043801.14040-8-icenowy@aosc.io> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sun, 23 Jun 2019 12:37:59 +0800, Icenowy Zheng wrote: > Shenzhen Sipeed Technology Co., Ltd. is a company focused on development > kits, which also contains rebranded Lichee Pi series. > > Add its vendor prefix binding. > > Signed-off-by: Icenowy Zheng > --- > Changes in v3: > - Rebased because of the addition of sinlinx and sinovoip. > > Patch introduced in v2. > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 7/9] dt-bindings: vendor-prefixes: add Sipeed Date: Tue, 9 Jul 2019 16:57:44 -0600 Message-ID: <20190709225744.GA25215@bogus> References: <20190623043801.14040-1-icenowy@aosc.io> <20190623043801.14040-8-icenowy@aosc.io> Reply-To: robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20190623043801.14040-8-icenowy-h8G6r0blFSE@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Cc: Maxime Ripard , Chen-Yu Tsai , Linus Walleij , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Icenowy Zheng List-Id: devicetree@vger.kernel.org On Sun, 23 Jun 2019 12:37:59 +0800, Icenowy Zheng wrote: > Shenzhen=C2=A0Sipeed=C2=A0Technology=C2=A0Co.,=C2=A0Ltd. is a company foc= used on development > kits, which also contains rebranded Lichee Pi series. >=20 > Add its vendor prefix binding. >=20 > Signed-off-by: Icenowy Zheng > --- > Changes in v3: > - Rebased because of the addition of sinlinx and sinovoip. >=20 > Patch introduced in v2. >=20 > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 Applied, thanks. Rob --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web, visit https://groups.google.com/d/msgid= /linux-sunxi/20190709225744.GA25215%40bogus. For more options, visit https://groups.google.com/d/optout. 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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25B79C73C60 for ; Tue, 9 Jul 2019 22:57:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F017A20693 for ; Tue, 9 Jul 2019 22:57:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FuXZLUwG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F017A20693 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3+VD3vb7zlWFcc3WiMWwZV30HKWpTV1DtsBnTdc8obw=; b=FuXZLUwGymQNQ1 W12Pg5nLqpe9XJWoV/FFiJ0y3JUPxefqN0ZRK5N4MmIPVIsrZqvzmvSuG44tpZhISUPC5+HEU/7+u F86BzuoZbf15LV9CHK9hVFet1hi5Mrh/rQ483KankVORONzitbGKpBwqjHpgs9l0tQaxy/O307t4T gkUp3AmC2Ea1D9+LfSfcvmB2WCjTRlZ6GxHA3qKuiivg3gMeozMVFj8hkP1iClhp3XxYJuaau81SG pjHdPkKfC47HQiAD47eAT4z8g1FjnkYGogmrF+W7QwvSvReT9/u7es0U3UprIeayPiGo/9RjI9z73 U08cBhQLsgV9TDwNzScg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hkz3V-0001Wp-Iu; Tue, 09 Jul 2019 22:57:49 +0000 Received: from mail-io1-f65.google.com ([209.85.166.65]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hkz3S-0001WR-Iu for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2019 22:57:47 +0000 Received: by mail-io1-f65.google.com with SMTP id j6so575850ioa.5 for ; Tue, 09 Jul 2019 15:57:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=0HhbqTghHejLe1IY3m94WTWIBE7MbWIJpDPEeXowAHc=; b=lQ5CD7duxgZYiRxIYqzhTpz48a57+wbZXAB+wfqJkwF/EnxO7ZF4vsCVAEQeS0Zide 5u7tW6H9S0ti3qF/PXZLbPkR21TLTX4OVZWPQb+0FqWwai9YwFeJJzIAH77ZS8FHUH7R HyenAghnbELY78fFxpY1X94Z9yv7Jg8vEScLgXCV/fexWKmqrPK/GYssgC5K02DfXhoZ XvXe7IeaXpbcczJ8MKxR2Fx6BLrTcZ6eIHsiiLJXxzX03zKPy6rnwKmF2NVTZKWa+pag CgkRXHrfZg1gJNWEncf3h7R1riuHh9nKrh437YOHDOkO9SF0B4kF15hiMyiB9UFKE9/k a3vg== X-Gm-Message-State: APjAAAUb1u8qLoOfpy0kxv93ARsf9BGzk5SOELVjk/ZqHJaqOKRpN5aK NM5xzQvGsHVa2xtqP9X6xw== X-Google-Smtp-Source: APXvYqyapzttXsRNBkAiCzkE5cycXATjK8Ppd4rWGXk1+uAUTMH/Jp0hgxaeXExotfHxwMiG3rpOrQ== X-Received: by 2002:a5d:8451:: with SMTP id w17mr29707761ior.226.1562713065527; Tue, 09 Jul 2019 15:57:45 -0700 (PDT) Received: from localhost ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id b20sm120313ios.44.2019.07.09.15.57.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 09 Jul 2019 15:57:44 -0700 (PDT) Date: Tue, 9 Jul 2019 16:57:44 -0600 From: Rob Herring To: Icenowy Zheng Subject: Re: [PATCH v3 7/9] dt-bindings: vendor-prefixes: add Sipeed Message-ID: <20190709225744.GA25215@bogus> References: <20190623043801.14040-1-icenowy@aosc.io> <20190623043801.14040-8-icenowy@aosc.io> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190623043801.14040-8-icenowy@aosc.io> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190709_155746_619687_7EC150A4 X-CRM114-Status: GOOD ( 10.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Maxime Ripard , Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 23 Jun 2019 12:37:59 +0800, Icenowy Zheng wrote: > Shenzhen=A0Sipeed=A0Technology=A0Co.,=A0Ltd. is a company focused on deve= lopment > kits, which also contains rebranded Lichee Pi series. > = > Add its vendor prefix binding. > = > Signed-off-by: Icenowy Zheng > --- > Changes in v3: > - Rebased because of the addition of sinlinx and sinovoip. > = > Patch introduced in v2. > = > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > = Applied, thanks. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel