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 X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCA53C31E40 for ; Fri, 9 Aug 2019 12:32:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FDE22166E for ; Fri, 9 Aug 2019 12:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565353956; bh=1ASOZYdYuCbbN1z14eNd8V0IpNFvut+tE3UqL4hwVcQ=; h=From:To:Cc:Subject:In-Reply-To:Date:List-ID:From; b=tg023NCMkgiwYUjqJ8vGzQQ3Mhpdzl/E4Ggygzg5LMwF7jwF2Lp+64UTRU7A8j9Mx tQSOBNoir/TbYUUJ19xXKwESn+Bl9lAg0QNkwwcuCCN/6DSW2931dIJf7+I41m0lDr xlkJHGZYwarMhEWpIUavDm6E5bdEXEhJnBU/cF6c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406671AbfHIMcb (ORCPT ); Fri, 9 Aug 2019 08:32:31 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:59314 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406976AbfHIMcD (ORCPT ); Fri, 9 Aug 2019 08:32:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Date:Message-Id:In-Reply-To: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner: List-Archive; bh=eoY+Th80rH30dC+RAHj1RWkzYop+aXe6pNj+PkTZ5uY=; b=i5KJ1sIngH9l IAXMDf1x6MhEQvf10GAcXaXUuvHygOaKFRaHFo34uqzhqEDxWj3XUkSixX4OljFwCuQcVZYykykcK 6ZLV0T7WTujJS5gGOLUF7+nqrifCBAtewOVUjS9jj4fp7eek9qP7DIscxCZgflAZzjxp1jqo6OpwI tFil0=; Received: from ypsilon.sirena.org.uk ([2001:470:1f1d:6b5::7]) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hw43r-000628-8X; Fri, 09 Aug 2019 12:31:59 +0000 Received: by ypsilon.sirena.org.uk (Postfix, from userid 1000) id 55A8B27430B7; Fri, 9 Aug 2019 13:31:58 +0100 (BST) From: Mark Brown To: Vinod Koul Cc: Andy Gross , Bjorn Andersson , devicetree@vger.kernel.org, Liam Girdwood , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown , Mark Rutland , Rob Herring Subject: Applied "regulator: qcom-rpmh: Sort the compatibles" to the regulator tree In-Reply-To: <20190809073616.1235-2-vkoul@kernel.org> X-Patchwork-Hint: ignore Message-Id: <20190809123158.55A8B27430B7@ypsilon.sirena.org.uk> Date: Fri, 9 Aug 2019 13:31:58 +0100 (BST) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The patch regulator: qcom-rpmh: Sort the compatibles has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.4 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 7172fb7f3abea4787ca01dda7297241c4b0f0af5 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Fri, 9 Aug 2019 13:06:14 +0530 Subject: [PATCH] regulator: qcom-rpmh: Sort the compatibles It helps to keep sorted order for compatibles, so sort them Suggested-by: Bjorn Andersson Signed-off-by: Vinod Koul Link: https://lore.kernel.org/r/20190809073616.1235-2-vkoul@kernel.org Signed-off-by: Mark Brown --- drivers/regulator/qcom-rpmh-regulator.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c index 693ffec62f3e..0ef2716da3bd 100644 --- a/drivers/regulator/qcom-rpmh-regulator.c +++ b/drivers/regulator/qcom-rpmh-regulator.c @@ -878,18 +878,14 @@ static int rpmh_regulator_probe(struct platform_device *pdev) } static const struct of_device_id rpmh_regulator_match_table[] = { - { - .compatible = "qcom,pm8998-rpmh-regulators", - .data = pm8998_vreg_data, - }, - { - .compatible = "qcom,pmi8998-rpmh-regulators", - .data = pmi8998_vreg_data, - }, { .compatible = "qcom,pm8005-rpmh-regulators", .data = pm8005_vreg_data, }, + { + .compatible = "qcom,pm8009-rpmh-regulators", + .data = pm8009_vreg_data, + }, { .compatible = "qcom,pm8150-rpmh-regulators", .data = pm8150_vreg_data, @@ -899,8 +895,12 @@ static const struct of_device_id rpmh_regulator_match_table[] = { .data = pm8150l_vreg_data, }, { - .compatible = "qcom,pm8009-rpmh-regulators", - .data = pm8009_vreg_data, + .compatible = "qcom,pm8998-rpmh-regulators", + .data = pm8998_vreg_data, + }, + { + .compatible = "qcom,pmi8998-rpmh-regulators", + .data = pmi8998_vreg_data, }, {} }; -- 2.20.1