[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110331001016.GB21487@opensource.wolfsonmicro.com>
Date: Thu, 31 Mar 2011 09:10:17 +0900
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: David Collins <collinsd@...eaurora.org>
Cc: David Brown <davidb@...eaurora.org>,
Daniel Walker <dwalker@...o99.com>,
Bryan Huntsman <bryanh@...eaurora.org>,
Liam Girdwood <lrg@...mlogic.co.uk>,
Samuel Ortiz <sameo@...ux.intel.com>,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-arm-msm-owner@...r.kernel.org
Subject: Re: [PATCH 2/2] msm: board-8960: Add support for pm8921-regulator
On Wed, Mar 30, 2011 at 03:17:46PM -0700, David Collins wrote:
> +VREG_CONSUMERS(L1) = {
> + REGULATOR_SUPPLY("8921_l1", NULL),
> +};
All these supplies named after the regulator name should be removed.
Supplies define the mapping from the regulators on the board to the
supplies on the devices on the board, if any driver is requesting a
specific regulator name then there's an abstraction issue which means
that these should be redundant.
In general if you've got a supply that doesn't have a dev_name
associated with it something is wrong.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists