Re: [PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 10:29:08AM +0900, James Ban wrote: > This is a patch for fixing unmatched of_node and adding gpio control. That sounds like two separate changes to me... > Optional properties: > +- bucka-uses-gpio: BUCKA can be controlled by gpio. > +- bucka-enable-platform-gpio:

Re: [PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-15 Thread Mark Brown
On Thu, Jan 15, 2015 at 10:29:08AM +0900, James Ban wrote: This is a patch for fixing unmatched of_node and adding gpio control. That sounds like two separate changes to me... Optional properties: +- bucka-uses-gpio: BUCKA can be controlled by gpio. +- bucka-enable-platform-gpio: platform

[PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-14 Thread James Ban
* 2 : 2 phase 2 buck */ int num_buck; + struct da9211_buck_data buck_data[DA9211_MAX_REGULATORS]; + struct device_node *reg_node[DA9211_MAX_REGULATORS]; struct regulator_init_data *init_data[DA9211_MAX_REGULATORS]; }; #endif -- end-of-patch for regulator: da921

[PATCH V1] regulator: da9211: fix unmatched of_node and add gpio control

2015-01-14 Thread James Ban
]; struct regulator_init_data *init_data[DA9211_MAX_REGULATORS]; }; #endif -- end-of-patch for regulator: da9211: fix unmatched of_node and add gpio control V1 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More