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 38447C4332F for ; Sat, 5 Nov 2022 07:30:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229511AbiKEHaB (ORCPT ); Sat, 5 Nov 2022 03:30:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbiKEHaA (ORCPT ); Sat, 5 Nov 2022 03:30:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35DC063F3; Sat, 5 Nov 2022 00:30:00 -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 dfw.source.kernel.org (Postfix) with ESMTPS id C7F4A60010; Sat, 5 Nov 2022 07:29:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 237B8C433D6; Sat, 5 Nov 2022 07:29:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667633399; bh=6IiMdbZsgzS37KjkCeoZ8h+9owxEr+PN946azyQzNAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fA9h1nEpq+vOJ4PWoPZQS0kvdjBAPapRvLleNwYqh8Jb0/DIRjtmRFuynEEAenrg+ SGfkXINPccVxdA9Zgb7GcnCkxYeu1F1YapqjgzpBP5f5LVAFtyQ/S8cclkPCA+C9SA qlxibe2ACNfRNFCBd8CKb8ORVAdaNTnRaKIEtj47x86U+MjE2fhSjC/pCOw8y6FP5X Xu0xDlRBSi+pvtPhcGHKoMVoA3H4AA/uFyHvj068wo9JMxIjPkV9Wg896/OVPypsYD YU5PT/tHAHNkhW+zui3t5xUZdenFz+z2OdX7BUW/idtZ0PBkUW16ucQGxiIXzfOso7 Z5sIUHXTdLUWg== Date: Sat, 5 Nov 2022 12:59:54 +0530 From: Vinod Koul To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v2 00/13] phy: qcom-qmp-usb: fix sc8280xp binding Message-ID: References: <20221028160435.26948-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221028160435.26948-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 28-10-22, 18:04, Johan Hovold wrote: > [ Resending with devicetree list on CC ] > > This series fixes the USB PHY devicetree binding for SC8280XP and adds > support for the new updated binding to the driver. > > The first half of the series clean up the driver in preparation for > supporting SC8280XP and its new binding that drops the legacy child node > and the (incomplete) description of register subregions. Applied, thanks -- ~Vinod