[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180305154036.GI8588@sirena.org.uk>
Date: Mon, 5 Mar 2018 15:40:36 +0000
From: Mark Brown <broonie@...nel.org>
To: Nicholas Lowell <nlowell@...mark.com>
Cc: lgirdwood@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regulator: giving regulator controlling gpios a
non-empty label when used through the devicetree
On Fri, Mar 02, 2018 at 11:20:49AM -0500, Nicholas Lowell wrote:
> +++ b/drivers/regulator/gpio-regulator.c
> @@ -196,6 +196,7 @@ of_get_gpio_regulator_config(struct device *dev, struct
> device_node *np,
> break;
> }
> config->gpios[i].gpio = gpio;
> + config->gpios[i].label = config->supply_name;
> if (proplen > 0) {
> of_property_read_u32_index(np, "gpios-states",
> i, &ret);
> --
> 2.7.4
This patch is completely mangled, please see Documentation/SubmittingPatches
- it looks like tabs have been converted into single spaces and there's
some word wrapping going on.
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists