Re: [PATCH] regulator: max14577: Use regulator_nodes/of_match in the descriptor

2014-12-22 Thread Mark Brown
On Fri, Dec 19, 2014 at 06:04:46PM +0900, Beomho Seo wrote: > This patch is add regulator_nodes/ofmatch in the regulator descriptor > for using information from DT instead of specific codes. > That will be used regulation_of_get_init_data function for get regulator > property on device tree. Using

[PATCH] regulator: max14577: Use regulator_nodes/of_match in the descriptor

2014-12-19 Thread Beomho Seo
This patch is add regulator_nodes/ofmatch in the regulator descriptor for using information from DT instead of specific codes. That will be used regulation_of_get_init_data function for get regulator property on device tree. Using that make driver simpler. Cc: Chanwoo Choi Cc: Krzysztof Kozlowski