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 8F987ECAAD8 for ; Wed, 14 Sep 2022 06:11:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229658AbiINGLL (ORCPT ); Wed, 14 Sep 2022 02:11:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbiINGLL (ORCPT ); Wed, 14 Sep 2022 02:11:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A953F2F037; Tue, 13 Sep 2022 23:11:09 -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 3DCB761835; Wed, 14 Sep 2022 06:11:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92EBCC433D6; Wed, 14 Sep 2022 06:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663135868; bh=l3POCh1A9WRyNC+xgdmasXmOBVuTlOUtQ6gCZgppjmY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UTFKiq4gC6Wld5PnTagomHBJJmaEoqtyNTAP0e8AjU7WLIrb6JbxSsWOjrso7saci gqOVZUAsQpriepShunlr8lT3WVwAfg2AayLxRtZgEkW0Bptg4r7XlLemomUEtIjzUs oshbG0yd3Jx+M8CGMZ9g8FFA0/h01thZywo47+rPPY7ArpRLI1mPyc7BBBMMzz4BNF 9SftonXp4rk5k5MmBVfezAFqf+wkO0mOw/GUMvPxJqlRDd4Chg82rWFkdST7Q9a6fu qSpVo9USz3aRSOAfOEx1otSqMkGrqAIeQYs7O9ykfcOocxhOa5p8pPOunHy5rH7Cmx YcoanQEuRhNDA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oYLc4-0002vg-Nt; Wed, 14 Sep 2022 08:11:09 +0200 Date: Wed, 14 Sep 2022 08:11:08 +0200 From: Johan Hovold To: Vinod Koul Cc: Johan Hovold , 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 0/3] phy: qcom-qmp-pcie: shorten function prefixes Message-ID: References: <20220906074550.4383-1-johan+linaro@kernel.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 Tue, Sep 13, 2022 at 08:23:52PM +0530, Vinod Koul wrote: > On 06-09-22, 09:45, Johan Hovold wrote: > > The QMP PHY driver function prefixes have become unnecessarily long > > (e.g. after the recent driver split) and hurt readability. > > > > This series shortens the "qcom_qmp_phy_pcie" prefix to "qmp_pcie" (QMP > > likely stands for "Qualcomm Multi PHY" or similar anyway) and clean up > > the code somewhat. > > Once merged I can do the same conversion of the other four QMP drivers. > > Patches welcome! I went ahead and did the corresponding changes to the rest of the QMP drivers so the result should already be in you inbox: https://lore.kernel.org/lkml/20220907110728.19092-1-johan+linaro@kernel.org/ Johan