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 37E0FC433FE for ; Sat, 5 Nov 2022 13:19:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbiKENTa (ORCPT ); Sat, 5 Nov 2022 09:19:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbiKENT3 (ORCPT ); Sat, 5 Nov 2022 09:19:29 -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 73D1FDF45; Sat, 5 Nov 2022 06:19:28 -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 22181B81CD0; Sat, 5 Nov 2022 13:19:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA7D8C433D6; Sat, 5 Nov 2022 13:19:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667654365; bh=n978bdZclo1OUqgWipKVcYfrpp2oIPsYbXjMUSCLzwI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=krMh5ThZKLX5Tes9Y3K/uXBT2Ll9Gw2n9lCBLhGo5GK28z+kbMBpMwH37LFRYJXWL Fa3mpSbdi1LlKhbtkMXwhE8YqVSi0yeGkRUzTnoZU+M8KGJHDFE+np/9sjYfbtkyLf p3D0rr0Pm7hG+h+afcUcmw8RuzYVIgyULiGM2KL4JXQm+vJn65nPBUR7NR8mib2sRL iG/TCm+K8l7vUhCmvbhuB+t/XGSVIxtoXJ8JFqyP69evAH6cWccPRfjMrDUjK7F7Wo RZzvnKHGQWzHLrizdSdO4UzfYlyVYb6vHPOYFmPXQoEjg3sovEdLyd37u+DaxNbNIE qsoipVHk3/Seg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1orJ4j-0007Bh-Us; Sat, 05 Nov 2022 14:19:06 +0100 Date: Sat, 5 Nov 2022 14:19:05 +0100 From: Johan Hovold To: Vinod Koul Cc: Krzysztof Kozlowski , Johan Hovold , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 10/16] dt-bindings: phy: qcom,qmp-pcie: rename current bindings Message-ID: References: <20221028133603.18470-1-johan+linaro@kernel.org> <20221028133603.18470-11-johan+linaro@kernel.org> <33b13789-33d6-a22f-82c9-4c5691d0737d@linaro.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-arm-msm@vger.kernel.org On Sat, Nov 05, 2022 at 05:39:42PM +0530, Vinod Koul wrote: > On 29-10-22, 10:47, Johan Hovold wrote: > > On Fri, Oct 28, 2022 at 05:57:01PM -0400, Krzysztof Kozlowski wrote: > > > Also missing cc devicetree list. > > > > Yes, I know, but as I mentioned in my reply to Rob on the QMP USB > > series, I do not intend to repost this series unless someone insists as > > there were no binding-related changes in v4 (or v3). > > It is always better to repost and get that out :-) Yeah, it's just that I was expecting this series to merged the same day, and I didn't want to spam the list in vain. Johan