[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121210064650.GJ10927@opensource.wolfsonmicro.com>
Date: Mon, 10 Dec 2012 15:46:51 +0900
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Abhilash Kesavan <a.kesavan@...sung.com>
Cc: lrg@...com, linux-kernel@...r.kernel.org, dianders@...omium.org,
olof@...om.net, grant.likely@...retlab.ca,
thomas.abraham@...aro.org, kgene.kim@...sung.com,
sameo@...ux.intel.com
Subject: Re: [RFC PATCH 2/3] regulator: max77686: Add support for various
operating modes
On Mon, Dec 10, 2012 at 11:56:23AM +0530, Abhilash Kesavan wrote:
> + if (of_property_read_u32(rdata[i].of_node, "max77686-opmode",
> + &rdata[i].opmode)) {
> + dev_warn(iodev->dev, "no op_mode property property at %s\n",
> + rmatch.name);
> + rdata[i].opmode = regulators[i].enable_mask;
> + }
Binding documenation is mandatory for any new OF properties, please add
this.
--
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