Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1646824
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lee Jones <lee.jones@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 6/9] mfd: axp20x: add axp20x-regulator cell for AXP803 |
| Date | Mon, 22 May 2017 14:20:02 +0200 |
| Message-ID | <tJUtA-5zo-29@gated-at.bofh.it> (permalink) |
| References | <tInT4-6TZ-13@gated-at.bofh.it> <tInT4-6TZ-15@gated-at.bofh.it> |
| 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=HoPIXZI+F+qgPyXQZ5yDaxPXI4zFTHXk5jgiWcIleIE=; b=hIE6r9eBF/eh7HmJnjFJp/oaMcgkWGBR1f+rfWujXNf25WL5gF5Jy42O9pnPaszgRH 5AHl7xqFw1F51R69yeIT/67C38VUSRcBLbu6PQEwCYDkYXqNMqDFwg4PozDQSnQgJ/IB 9b/XXzDPGyzLT4uwnmTJZBiXa0WeEpwVHy7KM= |
| 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=HoPIXZI+F+qgPyXQZ5yDaxPXI4zFTHXk5jgiWcIleIE=; b=TNv+oZCGSXgdJqVkdtCbar2DApH1U9hShIpzokntY0n9bzWnukm9Wx/qZxb9Dp0yDu Y73Za6QKSO1tSzONXdZ1vE3/XslWiHiv0NrC4gSoNdKq2LLZ3D4hPavoCq02h+7mxNOQ RQq7a4aSMn/qrSTrW3qEUyogs/LFFI6pAblJXCUJyBs+2S1kAj/ivHPo4UlRpq/zGDws ed4IUa7YND7qz/DZlSTRz0vgJD4DRCJ7mQdFRhaENsLHZcQQpMFuTiN4T1bEmwtbSIRH 8fcJFlGGCLLD2FoFDWKv0Brfq5fjBymVDFbWUhsQK1HfcQZTTE47GGSlyyacDq8ZNCXC qYHA== |
| X-Gm-Message-State | AODbwcDYE+RG6eCRbrlMr7eWhpVDHkgRQ2FI9miu2fOVnjEK2skzOtMg 5uwdbhMjT12oj7ta |
| X-Received | by 10.223.135.130 with SMTP id b2mr10771737wrb.48.1495455472165; Mon, 22 May 2017 05:17:52 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 39 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Thomas Gleixner <tglx@linutronix.de>, Jason Cooper <jason@lakedaemon.net>, Marc Zyngier <marc.zyngier@arm.com>, Rob Herring <robh+dt@kernel.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, Chen-Yu Tsai <wens@csie.org>, Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com |
| X-Original-Date | Mon, 22 May 2017 13:17:49 +0100 |
| X-Original-Message-ID | <20170522121749.lqedysms2dywcyfl@dell> |
| X-Original-References | <20170518071653.36561-1-icenowy@aosc.io> <20170518071653.36561-7-icenowy@aosc.io> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1646824 |
Show key headers only | View raw
On Thu, 18 May 2017, Icenowy Zheng wrote:
> As axp20x-regulator now supports AXP803, add a cell for it.
>
> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
> Acked-by: Chen-Yu Tsai <wens@csie.org>
> ---
> Changes in v5:
> - Removed wrong snippet.
> Changes in v4:
> - Added a trailing comma for new cell, for easier further cell addition.
> Changes in v3:
> - Make the new cell one-liner.
>
> drivers/mfd/axp20x.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
> diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
> index 1dc6235778eb..917b6ddc4f15 100644
> --- a/drivers/mfd/axp20x.c
> +++ b/drivers/mfd/axp20x.c
> @@ -848,7 +848,8 @@ static struct mfd_cell axp803_cells[] = {
> .name = "axp20x-pek",
> .num_resources = ARRAY_SIZE(axp803_pek_resources),
> .resources = axp803_pek_resources,
> - }
> + },
> + { .name = "axp20x-regulator" },
> };
>
> static struct mfd_cell axp806_cells[] = {
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v6 6/9] mfd: axp20x: add axp20x-regulator cell for AXP803 Icenowy Zheng <icenowy@aosc.io> - 2017-05-18 09:20 +0200 Re: [PATCH v6 6/9] mfd: axp20x: add axp20x-regulator cell for AXP803 Lee Jones <lee.jones@linaro.org> - 2017-05-22 14:20 +0200
csiph-web