Re: [PATCH] regulator: core: don't require a supply when supply_name is specified

2013-04-05 Thread Mark Brown
On Thu, Apr 04, 2013 at 03:27:47PM -0700, Andrew Bresticker wrote: > Regulator drivers may specify regulator_desc->supply_name which > regulator_register() will use to find the supply node for a regulator. > If no supply was specified in the device tree or the supply has yet > to be registered reg

[PATCH] regulator: core: don't require a supply when supply_name is specified

2013-04-04 Thread Andrew Bresticker
Regulator drivers may specify regulator_desc->supply_name which regulator_register() will use to find the supply node for a regulator. If no supply was specified in the device tree or the supply has yet to be registered regulator_register() will fail, deferring the probe of the regulator. In the c