Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933153AbeAIGTL (ORCPT + 1 other); Tue, 9 Jan 2018 01:19:11 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59276 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758099AbeAIGTI (ORCPT ); Tue, 9 Jan 2018 01:19:08 -0500 Subject: Re: [PATCH] USB TYPEC: RT1711H Type-C Chip Driver To: =?UTF-8?B?c2h1ZmFuX2xlZSjmnY7mm7jluIYp?= , "heikki.krogerus@linux.intel.com" Cc: "linux-kernel@vger.kernel.org" , =?UTF-8?B?Y3lfaHVhbmco6buD5ZWf5Y6fKQ==?= References: <1515467581323.96214@richtek.com> From: Randy Dunlap Message-ID: <230360d2-6989-e3a4-2ad8-d4a1103b5f6f@infradead.org> Date: Mon, 8 Jan 2018 22:18:58 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1515467581323.96214@richtek.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/08/18 19:13, shufan_lee(李書帆) wrote: > From: ShuFan Lee > > Richtek RT1711H Type-C chip driver that works with > Type-C Port Controller Manager to provide USB PD and > USB Type-C functionalities. > > Signed-off-by: ShuFan Lee > ---​ > > Documentation/devicetree/bindings/usb/richtek,rt1711h.txt | 38 > arch/arm64/boot/dts/hisilicon/rt1711h.dtsi | 11 > drivers/usb/typec/Kconfig | 2 > drivers/usb/typec/Makefile | 1 > drivers/usb/typec/rt1711h/Kconfig | 7 > drivers/usb/typec/rt1711h/Makefile | 2 > drivers/usb/typec/rt1711h/rt1711h.c | 2241 ++++++++++ > drivers/usb/typec/rt1711h/rt1711h.h | 300 + > 8 files changed, 2602 insertions(+) Hi, It looks like your mail client or your mail server (or something else) ate all of the tabs that would make this patch look normal. When you have that fixed, I guess that you should also Cc: the linux-usb mailing list with the patch. Thanks. > ************* Email Confidentiality Notice ******************** > > The information contained in this e-mail message (including any attachments) may be confidential, proprietary, privileged, or otherwise exempt from disclosure under applicable laws. It is intended to be conveyed only to the designated recipient(s). Any use, dissemination, distribution, printing, retaining or copying of this e-mail (including its attachments) by unintended recipient(s) is strictly prohibited and may be unlawful. If you are not an intended recipient of this e-mail, or believe that you have received this e-mail in error, please notify the sender immediately (by replying to this e-mail), delete any and all copies of this e-mail (including any attachments) from your system, and do not disclose the content of this e-mail to any other person. Thank you! > -- ~Randy