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 6A014CCA47D for ; Wed, 22 Jun 2022 15:11:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359161AbiFVPL0 (ORCPT ); Wed, 22 Jun 2022 11:11:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359153AbiFVPLY (ORCPT ); Wed, 22 Jun 2022 11:11:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A823F3E5CC; Wed, 22 Jun 2022 08:11:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 56E58B81F91; Wed, 22 Jun 2022 15:11:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70E5BC34114; Wed, 22 Jun 2022 15:11:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655910681; bh=85kAYdDSM1kdzcUsEkD4BEv1Jp3ZVjaLheAWsW8yx+U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Mkqi5YRlRB1xY9CLLZ3Zqqn/IxYC0/iNiDBFGMIqg/Pa1tW2zRU4VQmHJHQlM1Y9V OOCfYTNT+rSKEGS8CU+6OBdgj1cXU5Ci8fV5GcAjgugELU+LRwOERTQhPWa4pwQlOk 97qTIqt103r7FlTA2nh9vozltw6hbAQ6jNwCMSO8= Date: Wed, 22 Jun 2022 17:11:17 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: Prashant Malani , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, 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" , Hsin-Yi Wang , Jernej Skrabec , Jonas Karlman , =?iso-8859-1?Q?Jos=E9_Exp=F3sito?= , Krzysztof Kozlowski , Laurent Pinchart , Maxime Ripard , Neil Armstrong , =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado , Pin-Yen Lin , Robert Foss , Rob Herring , Sam Ravnborg , Thomas Zimmermann , Xin Ji Subject: Re: [PATCH v4 0/7] usb: typec: Introduce typec-switch binding Message-ID: References: <20220615172129.1314056-1-pmalani@chromium.org> <8f0501c5-84f2-10f1-ae06-4b3936c50b12@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f0501c5-84f2-10f1-ae06-4b3936c50b12@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Jun 22, 2022 at 04:53:40PM +0200, Krzysztof Kozlowski wrote: > On 21/06/2022 15:17, Greg Kroah-Hartman wrote: > > On Wed, Jun 15, 2022 at 11:13:33AM -0700, Prashant Malani wrote: > >> I should add: > >> > >> Series submission suggestions (of course, open to better suggestions too): > >> - Patches 1-3 can go through the USB repo. > > > > I will take patches 1 and 2 now. > > > > seems the others need reworks or acks from the DT people. > > I just gave for patch 3 and before for 4, so you can grab these as well. They are gone from my queue, a resend with that ack would be good so that I can pick it up easier. thanks, gre gk-h