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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 93BA2C63697 for ; Wed, 18 Nov 2020 11:59:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20987241A5 for ; Wed, 18 Nov 2020 11:59:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qrCzw2jf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727073AbgKRL7P (ORCPT ); Wed, 18 Nov 2020 06:59:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:40130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgKRL7P (ORCPT ); Wed, 18 Nov 2020 06:59:15 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A81582225B; Wed, 18 Nov 2020 11:59:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1605700753; bh=bpIaJCuL97BrXNCVsIpB3z8ri1lvvqCDzS5qRClP03I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qrCzw2jfI/0p2MfdH8tnjlUIIxeNljgifiqyPVSPFRlivzdvssgQHJoDMwp5sm18A R42lLl1L6XSBw3/gGCA/Fl9EyPPHtG7r58+PVn9u/X7GoEMj+eInDS+ym3TXj2w/hi Faf5ygibf63uxxmvt2fGMCOZh39UWQfhkAu0ySLQ= Date: Wed, 18 Nov 2020 12:59:59 +0100 From: Greg KH To: Prashant Malani Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, heikki.krogerus@linux.intel.com, enric.balletbo@collabora.com, Benson Leung , Guenter Roeck Subject: Re: [PATCH v3 00/11] chrome/platform: cros_ec_typec: Register cables, partner altmodes and plug altmodes Message-ID: References: <20201116201150.2919178-1-pmalani@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201116201150.2919178-1-pmalani@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 12:11:36PM -0800, Prashant Malani wrote: > This patch series adds support for the following bits of functionality, > parsing USB Type C Power Delivery information from the Chrome Embedded Controller > and using the Type C connector class: > - Register cable objects (including plug type). > - Register "number of altmodes" attribute for partners. > - Register altmodes and "number of altmodes" attribute for cable plugs. > > The functionality was earlier part of multiple series ([1], [2], [3]), but > I've combined it into 1 series and re-ordered the patches to hopefully make > it easier to peruse. I've maintained the patch Acked-by/Reviewed-by tags where > they were received. > > Patches 1/11, 2/11, 3/11 introduce the changes needed in the USB subsystem (PD VDO > header update, sysfs attribute additions) and hence the first three patches > can go through Greg's tree. I've taken the first 2 patches in my usb tree now, waiting for Heikki's response on patch 3 before I touch that. thanks, greg k-h