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 81DE0C17440 for ; Tue, 12 Nov 2019 11:00:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 612F921783 for ; Tue, 12 Nov 2019 11:00:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725954AbfKLLAf (ORCPT ); Tue, 12 Nov 2019 06:00:35 -0500 Received: from mga02.intel.com ([134.134.136.20]:25004 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725874AbfKLLAe (ORCPT ); Tue, 12 Nov 2019 06:00:34 -0500 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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 03:00:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,296,1569308400"; d="scan'208";a="214056673" Received: from kuha.fi.intel.com ([10.237.72.53]) by fmsmga001.fm.intel.com with SMTP; 12 Nov 2019 03:00:31 -0800 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Tue, 12 Nov 2019 13:00:30 +0200 Date: Tue, 12 Nov 2019 13:00:30 +0200 From: Heikki Krogerus To: Ajay Gupta Cc: Greg Kroah-Hartman , Guenter Roeck , "linux-usb@vger.kernel.org" Subject: Re: [PATCH 00/18] usb: typec: API improvements Message-ID: <20191112110030.GA4013@kuha.fi.intel.com> References: <20191021112524.79550-1-heikki.krogerus@linux.intel.com> <20191022074110.GD28049@kuha.fi.intel.com> <20191023080603.GA8828@kuha.fi.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 Hi Ajay, On Mon, Nov 11, 2019 at 04:51:05PM +0000, Ajay Gupta wrote: > Hi Heikki, > > > > > > > The first patches in this series (patches 1-8) introduce a > > > > > > > small change to the USB Type-C Connector Class API. Guenter > > > > > > > was kind enough to go over those already. > > > > > > > > > > > > > > Patches 10-15 improve the ucsi driver API by introducing more > > > > > > > traditional read and write routines, and the rest is more > > > > > > > generic optimisations and improvements to the ucsi drivers. > > > > > > > > > > > > > > Let me know if there is anything you want to be changed. > > > > > > This patch set is not taking care of issues discussed at following thread. > > > > > > https://marc.info/?l=linux-usb&m=156995500624107&w=2 > > > > > > https://marc.info/?l=linux-usb&m=157012261301682&w=2 > > > > > > > > > > > > We need fixes for above issues so that we can easily manage ppms > > > > > > which has multiple DP altmodes as discussed in below link. > > > > > > https://marc.info/?l=linux-usb&m=156778906010780&w=2 > > > > > > > > > > The goal of this series is not to solve that "issue". > > > > > > > > > > This series is the base work that really has to be done in any > > > > > case before we add any kind of solution for the multi DP alt mode case. > > > > > Rest assured that we will have support for that soon enough, but > > > > > let's just move one step at a time. > Since this series is gone so what is the plan for updated changes as > discussed at > https://marc.info/?l=linux-usb&m=157079026214073&w=2 > > This is needed to support ppms which has multiple DP altmodes as > discussed at > https://marc.info/?l=linux-usb&m=156778906010780&w=2 Give me a few more weeks. I'm sorry for the delay, but I have to finish some other tasks. Can you work on this in the mean time? thanks, -- heikki