Received: by 10.213.65.68 with SMTP id h4csp373630imn; Fri, 16 Mar 2018 05:59:23 -0700 (PDT) X-Google-Smtp-Source: AG47ELvmFkVzUCnwY/RfiEGq0a0N8emXkQZT0mwpRLjLKVRAsn4L8nNJhZb7Ay11PR2ofScVS4aQ X-Received: by 2002:a17:902:6b82:: with SMTP id p2-v6mr2086059plk.326.1521205163431; Fri, 16 Mar 2018 05:59:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521205163; cv=none; d=google.com; s=arc-20160816; b=ndIQJmDsS7ei5muRPyegtxB9nUC3lLO+jCT1t+RAjz1qQfduX1wEXu8JTJbpfhk0YY Tl9HHaG5UFpJ2whbMDLwEb4SFO/EfBoE5UiPzPUtZx2A75qo0kzunxUC08aV7828VUtU NRiODQbg7O0IkXjThhVh3xzcRXpU4oWLvwpjxGuJN7bKOYmVfo/y4Fufi2b/G9Iwokws t7RfXuA2mv0gWK/RPZARSjD7nUhRdNZ7+6eJc6SNqYttz2NyOVi3YeQnW2/N5q4shPpc i4g4S1cDdI4G5cIx1EVGFpLMuotTY9CPaY2n1lSvHWv/iEY3m5knAzORy3zd4Swcqvn7 BEuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ILUUWScalj/7O+4WTLXxHYCGiitQV6DsbjlVs+BhAQY=; b=ZWT49h7uYC+0kpwxBwyngSVVTdYMkEjYDxKT26/9PwQlFdj5w//PuEeSW8lr6looau qFUDLHXgNtDO4uR1WIDPG9lKlgK6398Lf5+vt+eOaUDQ/m0FcWeIUZhnIqY5Wi0GB17+ CjZwJzIduB8BbkqjAcAZJEZTwrHvQGE5kPc4+sSsSf4XbduvhYaNp2xqkb3CJJ98iOVR Ast73yteG3u9Q80yoDZX5hzdySaB30dIBxJEja0taQV6/CSZBO6Nkg1O9qfHDMIutSE2 2u6MDUEcU3olR1gnoybu8YTkDjY1l/salYSpxux1tE2+fz1PeAl+k0kOWYUtVjLnxKXg LFOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z73-v6si1563047plh.35.2018.03.16.05.59.06; Fri, 16 Mar 2018 05:59:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751586AbeCPM6N (ORCPT + 99 others); Fri, 16 Mar 2018 08:58:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60332 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbeCPM6M (ORCPT ); Fri, 16 Mar 2018 08:58:12 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8FB751159; Fri, 16 Mar 2018 12:58:11 +0000 (UTC) Date: Fri, 16 Mar 2018 13:58:11 +0100 From: Greg KH To: ShuFan Lee Cc: heikki.krogerus@linux.intel.com, linux@roeck-us.net, shufan_lee@richtek.com, cy_huang@richtek.com, jun.li@nxp.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] staging: typec: rt1711h typec chip driver Message-ID: <20180316125811.GB22994@kroah.com> References: <1521191569-21221-1-git-send-email-leechu729@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1521191569-21221-1-git-send-email-leechu729@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 16, 2018 at 05:12:49PM +0800, 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. > Add definition of TCPC_CC_STATUS_TOGGLING. > > Signed-off-by: ShuFan Lee > --- > drivers/staging/typec/Kconfig | 8 + > drivers/staging/typec/Makefile | 1 + > drivers/staging/typec/tcpci.h | 1 + > drivers/staging/typec/tcpci_rt1711h.c | 344 ++++++++++++++++++++++++++++++++++ > 4 files changed, 354 insertions(+) > create mode 100644 drivers/staging/typec/tcpci_rt1711h.c This looks nice and simple to me, any reason it has to live in drivers/staging/ and we can't just move it to drivers/usb/typec/ now? Or are there still api things that need to be resolved with the existing drivers/staging/typec/ code? thanks, greg k-h