[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160404222638.GM2350@sirena.org.uk>
Date: Mon, 4 Apr 2016 15:26:38 -0700
From: Mark Brown <broonie@...nel.org>
To: Ivaylo Dimitrov <ivo.g.dimitrov.75@...il.com>
Cc: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
tony@...mide.com, lgirdwood@...il.com, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org
Subject: Re: [PATCH] regulator: twl: Provide of_map_mode for twl4030
On Mon, Apr 04, 2016 at 09:57:14PM +0300, Ivaylo Dimitrov wrote:
> +For twl4030 regulators/LDOs:
> + - regulator-initial-mode:
> + - 0x00 - Off mode, the output voltage is not maintained and voltage regulator
> + power consumption is 0.
This isn't a mode, it's just the regulator being off. Just drop it.
> +static inline unsigned int twl4030reg_map_mode(unsigned int mode)
> +{
> + return mode == RES_STATE_ACTIVE ?
> + REGULATOR_MODE_NORMAL : REGULATOR_MODE_STANDBY;
> +}
Please write normal if statements, the code should be readable.
Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)
Powered by blists - more mailing lists