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=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 77CADC43461 for ; Thu, 1 Apr 2021 23:11:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B280610FA for ; Thu, 1 Apr 2021 23:11:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234719AbhDAXLJ (ORCPT ); Thu, 1 Apr 2021 19:11:09 -0400 Received: from smtpcmd0872.aruba.it ([62.149.156.72]:39687 "EHLO smtpcmd0872.aruba.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234103AbhDAXLH (ORCPT ); Thu, 1 Apr 2021 19:11:07 -0400 X-Greylist: delayed 422 seconds by postgrey-1.27 at vger.kernel.org; Thu, 01 Apr 2021 19:11:07 EDT Received: from ubuntu.localdomain ([146.241.168.220]) by Aruba Outgoing Smtp with ESMTPSA id S6M3lCwpyHTbyS6M7lYQzE; Fri, 02 Apr 2021 01:04:03 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1617318243; bh=ujCT2OrmhFFsQ+QRAxA1TXp0Zz2ZjE4Extd72MdRHE4=; h=From:To:Subject:Date:MIME-Version:Content-Type; b=LC9YrSIPyGkZLvN/hJUYmGNQnn2JuZ98PE9YVL3GYMUD1Tsb7Wv8GzuM26R542SPv 2taQTMoCc4eJLhzKcdSTVpCddGNvYCoB7ka1r7eUso4TcUxB+SuKLJXVWBIlppFMGv TskgjnM0EGeUHHMk45CSfVdIPaVktul/UJpPy9K32fwe3kqbnqRPMzSyRBKtS8Eqd0 rcWmi7MhV9wUzb3GFrko2oPIll/jRu8tCsBKfhxFyVBZmF55jVQMWvyBHfcRlguZ4+ qatZN/bUBoKwLp4nnOQwOnh6XRo/rdX13kIUshGS1xQkuAB+sY5mZb2NIKR+y2vs9h REvSuOvkBO0DA== From: Giulio Benetti To: Dmitry Torokhov , Rob Herring Cc: Giulio Benetti , Henrik Rydberg , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH v2 1/3] dt-bindings: Add Hycon Technology vendor prefix Date: Fri, 2 Apr 2021 01:03:56 +0200 Message-Id: <20210401230358.2468618-2-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210401230358.2468618-1-giulio.benetti@benettiengineering.com> References: <20210306194120.GA1075725@robh.at.kernel.org> <20210401230358.2468618-1-giulio.benetti@benettiengineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfPI8q7PPoHuBDgszldsBC5l9QWtjpHgziZZ1oWL1Y9aBJ20ZKCIUKdHeRe79gH5oD6k8FsKtkxgfdm4z78hGgGVmZbp1Pyi+pFK9n1uxnAZCXgMyiDGL y8XyeRFDZtcLpfKdph5QT97mJ5tL0bb8GXGSo7tp3K3EYvJ+KNNlBDJyCVd6CjYorM2skEFfTy/msuDZCNmFPyfT7ITKzU4gLD5F3XiFmEv8z602R0NsRYAe tmZ+CV49iR7SwFbePU/qxi9ppPC1N0GZS3c5+Bl3MkKjnnWfn/ha6hCp9vc3q3MiQ8eCLWWWGipH06ZxSu25vksYdei8VxyzgMdGi2Ivxs7PXaIY4RmdJ9Ug RwfybKcYQ+seh+fEuCTLq4Uhs7hQ1xYmENAZWuswrmZ7bCKG4X3FMWQFmm0tkw+lIKzfmh5tuTLVqpndVja1rEB/03gohibKpeE8hgMNksboh8OJFrPSCSw9 Zy8b/R+T+aXkQfg8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update Documentation/devicetree/bindings/vendor-prefixes.yaml to include "hycon" as a vendor prefix for "Hycon Technology". Company website: https://www.hycontek.com/ Signed-off-by: Giulio Benetti --- V1->V2: * updated http:// to https:// in commit log as suggested by Jonathan Neuschäfer --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a1312637d6ff..67f429a757cd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -489,6 +489,8 @@ patternProperties: description: Shenzhen Hugsun Technology Co. Ltd. "^hwacom,.*": description: HwaCom Systems Inc. + "^hycon,.*": + description: Hycon Technology Corp. "^hydis,.*": description: Hydis Technologies "^hyundai,.*": -- 2.25.1