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 BF153C43334 for ; Tue, 21 Jun 2022 13:19:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351222AbiFUNTm (ORCPT ); Tue, 21 Jun 2022 09:19:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351586AbiFUNTO (ORCPT ); Tue, 21 Jun 2022 09:19:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B4591FCFB; Tue, 21 Jun 2022 06:17:46 -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 29F3DB817EB; Tue, 21 Jun 2022 13:17:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53E39C3411C; Tue, 21 Jun 2022 13:17:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655817463; bh=cEbW98tJhG/FZqiVZtF/jMLLZWlc4/vZhyCalJ9ZA0I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qJWEzJhb397iMM6707rz7algFsjo25mgx0jNVNmZuhYmTotI5DrARzbj0w9QgAfS3 JrsTknLooWAwjC/EmKM6CAZc2FmHhsUVxdVXliTdk5RCB8P7bLOSm2ROutpuL3CK5B DA4HOZr592YUPP9NNLM2esJdHtAVbKzLuNMzOIZI= Date: Tue, 21 Jun 2022 15:17:40 +0200 From: Greg Kroah-Hartman To: Prashant Malani Cc: 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks, greg k-h