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 9CA62C32771 for ; Sat, 24 Sep 2022 05:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231379AbiIXFaW (ORCPT ); Sat, 24 Sep 2022 01:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232818AbiIXFaV (ORCPT ); Sat, 24 Sep 2022 01:30:21 -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 93BEA3AE54; Fri, 23 Sep 2022 22:30:19 -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 3C3C7B8068A; Sat, 24 Sep 2022 05:30:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28E8DC433C1; Sat, 24 Sep 2022 05:30:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663997416; bh=BCAUYNRKpCOGEQXu8iXQX164n+AhNyK7/OpgVHVpwOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EptptaZF4WpLNcwDZXFXphG6G3x+VQyN0EWz8bFQoBXHqWKOKlS9EyG+XGWsZoMGg YaimzxrwyTbhAx+Xo7W0fTzuna64sQJ0Ml6/bGFkQOylJfqiMG/6iTEmuPUTApKLCA ZOmF1dpxtlkpzY37Mf2PQC8baS0NBg+ZOw6iYPIR9drDxLwg0YeMkVMwj5jrBErDe3 2jv0UbmfdTvFj4R4q1WKhQv8gJjzJ7Ox7YhSnGnrGXqOjfJP18HpSLeXuVZ/f9SFWb HsYH1wxswIM/PNqYL6IhghpKqoF9y/f0fJ5r/tYKoBOnp8ABiXk+rW+g92DHxzQMaj QFC7RRij0Wi4w== Date: Sat, 24 Sep 2022 11:00:11 +0530 From: Vinod Koul To: Johan Hovold Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/17] phy: qcom-qmp: config and misc clean ups Message-ID: References: <20220920073826.20811-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220920073826.20811-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 20-09-22, 09:38, Johan Hovold wrote: > Here's the next and hopefully last set of QMP driver cleanups for a > while. > > These patches drops further configuration parameters that are unused or > redundant since the QMP driver split. > > This notably includes consolidating the lane configuration, which for > legacy reasons was inconsistent. > Applied, thanks for the cleanup! -- ~Vinod