From patchwork Fri Nov 11 08:42:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 625812 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 B677FC4332F for ; Fri, 11 Nov 2022 08:44:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233271AbiKKIo6 (ORCPT ); Fri, 11 Nov 2022 03:44:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233273AbiKKIo4 (ORCPT ); Fri, 11 Nov 2022 03:44:56 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F5A77722F; Fri, 11 Nov 2022 00:44:55 -0800 (PST) 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 24C3E61EF7; Fri, 11 Nov 2022 08:44:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC788C433D7; Fri, 11 Nov 2022 08:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668156293; bh=thz5PLbWUCSRRMgFh85ujhV9iQEk87ZgQaGwFCOXKk8=; h=From:To:Cc:Subject:Date:From; b=u+7mPtwFTd0Jv6TjJPnM1T7fU+y3HWt/G2GN114+0RqJsvTc02q5dtygejJZSaWB7 2W5cJaUu0u+ZYRwe49Zg+Yhxx0YgAiMPatlH+5vhUAauWdcZ34BNtp3tmp8VFOASf+ ShtGat5VHlWfWh38ZQf/tv6sv2QYmVWVmJHVUcbYWZBNam5guP/j+2Xr0vxQ73fVzY 4+3WEJJMQEXeeUkw6I2HBrD85l+cuxwZ5vXFZGtAA2vHy4jd4hAsUaZ+lMHMrfIWdN Ir9zO/uYw0+HrzNgoRJoGwatYHXgyCbbPyBj3vJFLytk95nEF7R36zRxUyluog9Qjf Seq9uEA+jDbTQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1otPeC-0002Me-Px; Fri, 11 Nov 2022 09:44:25 +0100 From: Johan Hovold To: Vinod Koul Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/6] phy: qcom-qmp-combo: preparatory fixes (set 1/3) Date: Fri, 11 Nov 2022 09:42:49 +0100 Message-Id: <20221111084255.8963-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.37.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Here's a set of fixes for bugs founds while fixing the devicetree binding and adding (proper) support for SC8280XP to the combo driver. The full series is over forty patches and I'll be posting these in three parts of which this is the first. In an effort to get all of these into 6.2, I'll also be submitting all three series before waiting for the previous ones to be applied. The first fix below could possibly be considered 6.1-rc material, but I believe it's be fine to take all of these for 6.2. Note that the next part of the series will do away with some of problems with this driver that led to the issues being fixed here (e.g. the split driver data and configuration). Johan Johan Hovold (6): phy: qcom-qmp-combo: fix out-of-bounds clock access phy: qcom-qmp-combo: fix sdm845 reset phy: qcom-qmp-combo: fix sc8180x reset phy: qcom-qmp-combo: fix broken power on phy: qcom-qmp-combo: fix runtime suspend phy: qcom-qmp-combo: clean up common initialisation drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 91 +++++++++++------------ 1 file changed, 44 insertions(+), 47 deletions(-)