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 autolearn=ham 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 4D8CAC072B5 for ; Tue, 21 May 2019 20:33:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22C4C21841 for ; Tue, 21 May 2019 20:33:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558470788; bh=7fQv1HeUL12vUGr/W2tJbXKEiifxX41XJGfPBsGPeoA=; h=From:To:Cc:Subject:In-Reply-To:Date:List-ID:From; b=0KIR9wJ0ALQRoaglyByH0KmrsXfBL5LbVovjY9hCWy9vPau4N4YAvAq1lxcsSgHoN lawwUIWOlnzrKKYADsr5WbPQjkhFYQk400aMFd+6WKrynh5RA4eS3uXzKPiHC+Q0uB VfrP5SBnRrAVRWVYOy6kY7WFGwi1+O3hL0D38Pt8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727912AbfEUUdH (ORCPT ); Tue, 21 May 2019 16:33:07 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:38538 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727428AbfEUUdH (ORCPT ); Tue, 21 May 2019 16:33:07 -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=jGakuFrJnhjSPXCSydvZnq98XscxkYg4Ru/035twrF0=; b=tTM4c6QQLuWq tUkW9af2J6OG3PFeRDyuS5a5MCrWA8r4BMKK/SJ3UgLbThLxHsehWfxLdPBkCJjcMcMbcNIB5m/C9 0mL/7Emv36GzhF537d31erv8vxi0XQCox8pmataSw/pjf+HFKAbg2SZwdCkJO9ROmsMkCN6639BA9 gLYpw=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=debutante.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpa (Exim 4.89) (envelope-from ) id 1hTBRV-00021o-8r; Tue, 21 May 2019 20:33:01 +0000 Received: by debutante.sirena.org.uk (Postfix, from userid 1000) id C5CDB1126D1A; Tue, 21 May 2019 21:33:00 +0100 (BST) From: Mark Brown To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Mark Brown , Simon Horman , Steve Twiss Subject: Applied "regulator: da9063: remove platform_data support" to the regulator tree In-Reply-To: <20190520093446.30895-2-wsa+renesas@sang-engineering.com> X-Patchwork-Hint: ignore Message-Id: <20190521203300.C5CDB1126D1A@debutante.sirena.org.uk> Date: Tue, 21 May 2019 21:33:00 +0100 (BST) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org The patch regulator: da9063: remove platform_data support has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.3 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 662307294f27975096f0a45e1b2dc5c84a966c1b Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Mon, 20 May 2019 11:34:44 +0200 Subject: [PATCH] regulator: da9063: remove platform_data support There are no in-kernel users anymore, so remove this outdated interface. Signed-off-by: Wolfram Sang Reviewed-by: Simon Horman Acked-by: Steve Twiss Tested-by: Steve Twiss Reviewed-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- drivers/regulator/da9063-regulator.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index 6f9ce1a6e44d..43aa0df30346 100644 --- a/drivers/regulator/da9063-regulator.c +++ b/drivers/regulator/da9063-regulator.c @@ -683,7 +683,6 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt( static int da9063_regulator_probe(struct platform_device *pdev) { struct da9063 *da9063 = dev_get_drvdata(pdev->dev.parent); - struct da9063_pdata *da9063_pdata = dev_get_platdata(da9063->dev); struct of_regulator_match *da9063_reg_matches = NULL; struct da9063_regulators_pdata *regl_pdata; const struct da9063_dev_model *model; @@ -693,11 +692,7 @@ static int da9063_regulator_probe(struct platform_device *pdev) bool bcores_merged, bmem_bio_merged; int id, irq, n, n_regulators, ret, val; - regl_pdata = da9063_pdata ? da9063_pdata->regulators_pdata : NULL; - - if (!regl_pdata) - regl_pdata = da9063_parse_regulators_dt(pdev, - &da9063_reg_matches); + regl_pdata = da9063_parse_regulators_dt(pdev, &da9063_reg_matches); if (IS_ERR(regl_pdata) || regl_pdata->n_regulators == 0) { dev_err(&pdev->dev, -- 2.20.1