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=-10.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 7909CC432C0 for ; Fri, 22 Nov 2019 07:31:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A0C120708 for ; Fri, 22 Nov 2019 07:31:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="HVx/6pO5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726500AbfKVHbl (ORCPT ); Fri, 22 Nov 2019 02:31:41 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:34029 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbfKVHbk (ORCPT ); Fri, 22 Nov 2019 02:31:40 -0500 Received: by mail-wr1-f66.google.com with SMTP id t2so7408329wrr.1 for ; Thu, 21 Nov 2019 23:31:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=+sAO6BARi9nh6Xk/KHCfUyEO35XUSRjOifLynmlQiDE=; b=HVx/6pO5h4567D8hjH/yuda0DHmEfrIy3KwJRAMUgQnJpMtEjiO10f0to3AgQi6jKl uI0JNCNWfiVFi4+LjM/alLflRMt85ggNnISXKhfI6HgU4Oi/80HcceDAJbuBh4qSkmy/ tFuaiCt9IehZSDylgPocF/7oaHOUYEMpYcSoxESO/YPs30DcOo/yVHyfPELiXpX9+rbd 6xdEPygv9bp6lSzT51SDPt5A/xd87f+5k4mQPF0tHZbP0iZr91NoW/FsoiGdvqitBTk9 mgL4gacKXEOc5ihfnAqmpv1vriRoFJPIq/cYR6Ku07g9/ecSsN4DB7CR0mK7V/qPhyJp +m8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=+sAO6BARi9nh6Xk/KHCfUyEO35XUSRjOifLynmlQiDE=; b=SeRjedFU+//V96OmnrNQil2jEMyvGlO5ysF7H2oUp3JuGQ6PBoN/tAjMA93GORwfYH VGq2OMhFdxNlpIjhbHlngYuovf+FJWA/vNoamFCS0mw+/8qOXTSwcPutqTJ5GWT08HV4 faKD9yd7tRtm1smS3xNUfQ9Iwh4vjFjWt/HwdOYfJwRoHxyA4RQkw7PuG6lWFUxKVidr woaIXKVXqZryAJK82WO9UhXrIzIge5iUEwLWnSWJAqEuhy7vPMzEV5qUfT80CXoAnEmt RwzAGD4YXIgwBqL6Oh7LBPx/3o33Bb3hmQPrrZn46ie4FH7R3Jt43NjZB9bvEqPze4oh kR2Q== X-Gm-Message-State: APjAAAVKFWYu7noIFZn9d/SPEkI5ZH+5bWZz35wFo4AQUgireho1rnnS r6/brqqT6S364VM1CKkKQD72zA== X-Google-Smtp-Source: APXvYqwmW0dHTIlMP+PqU32cRM7vod5yAs1/BX5jdgQJ3kTCd2Ik5H0UkoGKz7MJ00stV1bxRKW5Uw== X-Received: by 2002:a5d:558e:: with SMTP id i14mr15807519wrv.140.1574407898736; Thu, 21 Nov 2019 23:31:38 -0800 (PST) Received: from dell ([2.27.35.135]) by smtp.gmail.com with ESMTPSA id w17sm6784989wrt.45.2019.11.21.23.31.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Nov 2019 23:31:38 -0800 (PST) Date: Fri, 22 Nov 2019 07:31:24 +0000 From: Lee Jones To: Mark Brown Cc: Sven Van Asbroeck , Axel Lin , Dan Murphy , devicetree@vger.kernel.org, Grigoryev Denis , Jacek Anaszewski , Liam Girdwood , Linus Walleij , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, Mark Rutland , Pavel Machek , Rob Herring Subject: Re: Applied "tps6105x: add optional devicetree support" to the regulator tree Message-ID: <20191122073124.GA3296@dell> References: <20191119154611.29625-2-TheSven73@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-leds-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Wed, 20 Nov 2019, Mark Brown wrote: > The patch > > tps6105x: add optional devicetree support > > has been applied to the regulator tree at > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.5 > > 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 62f7f3eca4c30064ab37b42d97cef4292d75fdd0 Mon Sep 17 00:00:00 2001 > From: Sven Van Asbroeck > Date: Tue, 19 Nov 2019 10:46:08 -0500 > Subject: [PATCH] tps6105x: add optional devicetree support > > This driver currently requires platform data to specify the > operational mode and regulator init data (in case of regulator > mode). > > Optionally specify the operational mode by looking at the name > of the devicetree child node. > > Example: put chip in regulator mode: > > i2c0 { > tps61052@33 { > compatible = "ti,tps61052"; > reg = <0x33>; > > regulator { > regulator-min-microvolt = <5000000>; > regulator-max-microvolt = <5000000>; > regulator-always-on; > }; > }; > }; > > Tree: linux-next > Signed-off-by: Sven Van Asbroeck > Link: https://lore.kernel.org/r/20191119154611.29625-2-TheSven73@gmail.com > Signed-off-by: Mark Brown > --- > drivers/mfd/tps6105x.c | 34 +++++++++++++++++++++++++++++++--- > 1 file changed, 31 insertions(+), 3 deletions(-) ? -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog