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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 3FBA0CA9EAF for ; Thu, 24 Oct 2019 14:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0DDB42084C for ; Thu, 24 Oct 2019 14:08:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390348AbfJXOIG (ORCPT ); Thu, 24 Oct 2019 10:08:06 -0400 Received: from mga06.intel.com ([134.134.136.31]:59019 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389658AbfJXOIG (ORCPT ); Thu, 24 Oct 2019 10:08:06 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 07:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,224,1569308400"; d="scan'208";a="210166375" Received: from kuha.fi.intel.com ([10.237.72.53]) by fmsmga001.fm.intel.com with SMTP; 24 Oct 2019 07:08:03 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Thu, 24 Oct 2019 17:08:02 +0300 Date: Thu, 24 Oct 2019 17:08:02 +0300 From: Heikki Krogerus To: Ajay Gupta Cc: Greg Kroah-Hartman , Guenter Roeck , "linux-usb@vger.kernel.org" Subject: Re: [PATCH v2 13/18] usb: typec: ucsi: ccg: Move to the new API Message-ID: <20191024140802.GA29754@kuha.fi.intel.com> References: <20191023143939.39668-1-heikki.krogerus@linux.intel.com> <20191023143939.39668-14-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Oct 23, 2019 at 04:12:31PM +0000, Ajay Gupta wrote: > Hi Heikki > > > -----Original Message----- > > From: Heikki Krogerus > > Sent: Wednesday, October 23, 2019 7:40 AM > > To: Greg Kroah-Hartman > > Cc: Guenter Roeck ; Ajay Gupta ; > > linux-usb@vger.kernel.org > > Subject: [PATCH v2 13/18] usb: typec: ucsi: ccg: Move to the new API > > > > Replacing the old "cmd" and "sync" callbacks with an implementation of struct > > ucsi_operations. The interrupt handler will from now on read the CCI > > (Command Status and Connector Change Indication) register, and call > > ucsi_connector_change() function and/or complete pending command > > completions based on it. > > I have tested the entire set for ucsi_ccg controller on NVIDIA GPU. > > Tested-by: Ajay Gupta Thanks Ajay. I have to do one more chagne to the ucsi_acpi.c. I'll prepare v3 and add your tag to this patch. br, -- heikki