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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 671A9CCA47A for ; Thu, 16 Jun 2022 08:56:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376468AbiFPI4Y (ORCPT ); Thu, 16 Jun 2022 04:56:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376702AbiFPI4I (ORCPT ); Thu, 16 Jun 2022 04:56:08 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 275992AE3C; Thu, 16 Jun 2022 01:55:57 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 1856A6601747; Thu, 16 Jun 2022 09:55:53 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1655369755; bh=O7PilF/o1r+d7NMD9LMHqoxJRhg19289oyK+92cn2Lw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=U5ebokBYeZaOcQdxx6viSf3M5OvdZ7pQ86Puj2mx3+JckPwT+K+oBg8QNVaS/SNBf P3BxQYNyBaEVJGHN4fTuUNrXfW0NWOfFSQ24T87PuMcRWF+YQLt0Qplc/Cd/EgeNCd rFfSmoVP4irWpSRlKPWimyTg42zT0B4Cv4nvW+0oyu5KCcp1THhdpzN5E02YWLAwHc 5DfH5w02R2bZ4L85wuoEiaR6r2sYqYUI52ZB9YaXlBsI5lz+HU0DAYPEOL7i5biMJG sy17EheP5Y1RMPhTWk1j4QfoXjmBbAI7UhJz3xO/Ca7MmPJkClo3TWzMfWEPu/D8wo wkccZayaTzM3Q== Message-ID: Date: Thu, 16 Jun 2022 10:55:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v4 0/7] usb: typec: Introduce typec-switch binding Content-Language: en-US To: Prashant Malani , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Cc: bleung@chromium.org, swboyd@chromium.org, heikki.krogerus@linux.intel.com, Andrzej Hajda , Daniel Vetter , David Airlie , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:DRM DRIVERS" , Greg Kroah-Hartman , Hsin-Yi Wang , Jernej Skrabec , Jonas Karlman , =?UTF-8?B?Sm9zw6kgRXhww7NzaXRv?= , Krzysztof Kozlowski , Laurent Pinchart , Maxime Ripard , Neil Armstrong , =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Pin-Yen Lin , Robert Foss , Rob Herring , Sam Ravnborg , Thomas Zimmermann , Xin Ji References: <20220615172129.1314056-1-pmalani@chromium.org> From: AngeloGioacchino Del Regno In-Reply-To: <20220615172129.1314056-1-pmalani@chromium.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 15/06/22 19:20, Prashant Malani ha scritto: > This series introduces a binding for Type-C data lane switches. These > control the routing and operating modes of USB Type-C data lanes based > on the PD messaging from the Type-C port driver regarding connected > peripherals. > > The first patch introduces a change to the Type-C mux class mode-switch > matching code, while the second adds a config guard to a Type-C header. > The next couple of patches introduce the new "typec-switch" binding as > well as one user of it (the ANX7625 drm bridge). > > The remaining patches add functionality to the anx7625 driver to > register the mode-switches, as well as program its crosspoint > switch depending on which Type-C port has a DisplayPort (DP) peripheral > connected to it. > > v3: https://lore.kernel.org/linux-usb/20220614193558.1163205-1-pmalani@chromium.org/ > For the entire series: Reviewed-by: AngeloGioacchino Del Regno Regards, Angelo