Laxman Dewangan
8bdca009e6
regulator: tps62360: make init_data of platform data to pointer.
...
Convert platform data member regulator_init_data to pointer type.
This will avoid the copy of entire regualator init data into
platform data member when adding dt support and it can be achieve
by simple assignment:
pdata->init_data = of_get_regulator_init_data(dev, dev->of_node);
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-05-13 13:47:47 +01:00
..
2012-04-15 17:35:19 -07:00
2012-04-23 14:23:32 +03:00
2012-05-12 11:10:25 +01:00
2012-05-12 11:10:25 +01:00
2012-04-20 20:30:19 -04:00
2012-04-09 16:29:34 +02:00
2012-04-16 15:19:12 -04:00
2012-04-11 09:31:01 +02:00
2012-04-02 14:41:25 -07:00
2012-05-13 13:47:47 +01:00
2012-04-27 11:03:38 -06:00
2012-04-24 13:55:43 -07:00
2012-04-04 17:13:43 -07:00
2012-04-10 15:30:16 -07:00
2012-04-30 15:30:18 -07:00
2012-04-06 02:43:12 -04:00
2012-04-02 14:41:27 -07:00
2012-04-05 15:30:34 -07:00
2012-04-12 12:57:08 +02:00
2012-04-27 10:46:45 +08:00
2012-04-23 11:04:29 +10:00
2012-04-12 00:37:48 -06:00
2012-04-02 09:50:40 -07:00
2012-04-12 18:35:58 -07:00
2012-04-11 22:55:25 -03:00
2012-04-23 12:11:47 +01:00
2012-04-03 09:49:59 -07:00
2012-04-21 01:58:20 -04:00
2012-04-03 17:23:23 -04:00
2012-04-24 00:16:24 -04:00
2012-04-20 23:14:28 -04:00
2012-04-29 13:12:42 -07:00
2012-05-04 15:13:54 -07:00
2012-04-09 10:38:30 -07:00
2012-05-01 09:40:19 -04:00
2012-04-05 19:04:27 -04:00
2012-04-14 07:47:49 -07:00
2012-04-05 15:25:51 -07:00
2012-04-10 22:39:17 -06:00
2012-04-11 09:36:00 +01:00
2012-04-25 21:26:33 -07:00