Rajendra Nayak
69511a452e
regulator: map consumer regulator based on device tree
...
Device nodes in DT can associate themselves with one or more
regulators/supply by providing a list of phandles (to regulator nodes)
and corresponding supply names.
For Example:
devicenode: node@0x0 {
...
...
vmmc-supply = <®ulator1>;
vpll-supply = <®ulator2>;
};
The driver would then do a regulator_get(dev, "vmmc"); to get
regulator1 and do a regulator_get(dev, "vpll"); to get
regulator2.
of_get_regulator() extracts the regulator node for a given
device, based on the supply name.
Use it to look up the regulator for a given consumer from device tree, during
a regulator_get(). If not found fallback and lookup through
the regulator_map_list instead.
Also, since the regulator dt nodes can use the same binding to
associate with a parent regulator/supply, allow the drivers to
specify a supply_name, which can then be used to lookup dt
to find the parent phandle.
Signed-off-by: Rajendra Nayak <rnayak@ti.com >
Acked-by: Grant Likely <grant.likely@secretlab.ca >
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com >
2011-11-23 18:47:31 +00:00
..
2011-11-04 18:02:25 -07:00
2011-10-31 19:32:32 -04:00
2011-10-17 19:22:46 -04:00
2011-10-28 16:42:18 -07:00
2011-11-03 09:40:51 -07:00
2011-10-18 21:26:55 -07:00
2011-11-08 10:37:41 +00:00
2011-11-01 10:51:38 -07:00
2011-10-27 09:11:34 -04:00
2011-11-07 09:11:16 -08:00
2011-11-01 09:19:52 +01:00
2011-11-09 15:07:40 +01:00
2011-10-31 17:30:55 -07:00
2011-11-23 18:47:31 +00:00
2011-10-31 17:30:54 -07:00
2011-10-31 19:32:32 -04:00
2011-11-06 19:44:47 -08:00
2011-10-31 15:42:54 -07:00
2011-10-31 19:32:32 -04:00
2011-11-02 16:07:03 -07:00
2011-10-26 15:43:26 -04:00
2011-10-26 15:43:25 -04:00
2011-10-31 17:30:54 -07:00
2011-10-31 00:33:36 +08:00
2011-10-24 16:11:30 +02:00
2011-10-24 16:11:30 +02:00
2011-11-06 19:44:47 -08:00
2011-10-31 17:30:54 -07:00
2011-10-17 19:22:46 -04:00
2011-10-20 18:21:36 -04:00
2011-11-02 16:07:03 -07:00
2011-10-13 14:36:58 +01:00
2011-10-03 09:34:16 +02:00
2011-10-31 17:30:49 -07:00
2011-10-31 17:30:44 -07:00
2011-11-04 22:28:09 +01:00
2011-11-07 10:13:52 -08:00
2011-10-30 15:16:41 +01:00
2011-11-06 19:44:47 -08:00
2011-10-21 14:24:07 +02:00
2011-11-02 12:53:43 +01:00
2011-11-07 23:54:53 +01:00
2011-10-31 19:32:26 -04:00
2011-10-31 20:19:04 +00:00
2011-11-06 19:44:47 -08:00
2011-10-31 20:19:04 +00:00
2011-10-31 20:18:58 +00:00
2011-10-31 20:21:24 +00:00
2011-11-06 17:12:03 -08:00
2011-11-06 19:44:47 -08:00
2011-10-31 17:30:44 -07:00
2011-10-04 13:08:18 -07:00
2011-10-31 17:30:54 -07:00
2011-10-31 15:10:04 -02:00
2011-10-19 14:33:08 +02:00
2011-10-30 15:16:43 +01:00
2011-11-04 18:37:23 -04:00
2011-10-31 09:20:11 -04:00
2011-10-10 18:25:59 +02:00
2011-11-02 10:06:20 -07:00
2011-10-19 19:35:51 -04:00
2011-10-31 19:32:32 -04:00
2011-11-04 22:28:15 +01:00
2011-11-02 11:41:01 -07:00
2011-10-31 17:30:54 -07:00
2011-10-05 01:10:12 +00:00
2011-10-31 19:32:32 -04:00
2011-11-06 19:44:47 -08:00
2011-11-04 17:22:14 -07:00
2011-10-24 16:04:06 +02:00
2011-10-31 19:32:32 -04:00
2011-10-31 17:30:48 -07:00
2011-11-08 09:28:27 +02:00
2011-10-11 09:51:22 -06:00
2011-10-29 09:37:09 +01:00
2011-10-31 19:32:32 -04:00
2011-09-30 15:57:07 -04:00
2011-10-11 15:35:42 -04:00
2011-10-16 13:15:38 -07:00
2011-10-21 02:53:07 -04:00
2011-10-03 14:03:48 -04:00
2011-10-30 04:43:30 -04:00
2011-10-12 19:09:18 -04:00
2011-10-28 14:25:01 -07:00
2011-10-26 16:17:32 +02:00
2011-10-17 11:42:49 +02:00
2011-10-28 05:54:23 -07:00
2011-10-21 14:38:55 +02:00
2011-10-31 19:32:32 -04:00
2011-10-31 19:32:32 -04:00
2011-10-04 12:43:49 +02:00
2011-10-31 19:32:35 -04:00
2011-10-31 19:32:35 -04:00
2011-10-31 14:03:23 +01:00
2011-10-27 04:38:18 -04:00
2011-10-27 04:38:18 -04:00
2011-10-27 04:38:18 -04:00
2011-10-25 11:55:15 -07:00
2011-10-31 17:30:54 -07:00
2011-10-31 17:30:54 -07:00
2011-11-07 07:54:42 +10:30
2011-10-31 17:46:07 -07:00
2011-10-31 17:30:54 -07:00
2011-10-31 17:30:54 -07:00
2011-10-31 17:30:54 -07:00
2011-10-30 12:24:05 +02:00
2011-10-31 17:30:54 -07:00
2011-10-31 17:30:52 -07:00
2011-10-31 17:30:57 -07:00
2011-11-04 17:22:14 -07:00
2011-11-02 16:06:59 -07:00
2011-10-31 19:32:32 -04:00
2011-10-31 17:30:47 -07:00
2011-11-02 16:07:00 -07:00
2011-10-31 19:32:29 -04:00
2011-11-02 16:06:57 -07:00
2011-11-02 16:06:58 -07:00
2011-10-31 17:30:54 -07:00
2011-10-31 17:30:47 -07:00
2011-10-31 09:20:11 -04:00
2011-10-31 09:20:11 -04:00
2011-11-02 12:53:42 +01:00
2011-10-19 17:00:35 -04:00
2011-10-31 17:30:54 -07:00
2011-11-01 09:24:41 -07:00
2011-10-19 11:52:12 -04:00
2011-10-31 11:51:28 -04:00
2011-10-19 13:58:38 -07:00
2011-10-19 13:37:34 -07:00
2011-10-14 14:48:23 -04:00
2011-10-31 14:03:22 +01:00
2011-10-31 19:32:27 -04:00
2011-11-06 19:44:47 -08:00
2011-10-31 17:30:45 -07:00
2011-11-04 22:28:13 +01:00
2011-10-31 19:32:32 -04:00
2011-11-09 01:47:36 -05:00
2011-10-14 09:05:35 -07:00
2011-10-14 09:05:35 -07:00
2011-10-28 14:20:44 -07:00
2011-10-06 13:00:28 +02:00
2011-10-24 02:54:50 -04:00
2011-10-29 07:28:36 -07:00
2011-10-04 21:54:26 +02:00
2011-10-31 19:32:30 -04:00
2011-10-22 00:21:52 +02:00
2011-11-02 16:07:02 -07:00
2011-10-31 17:30:54 -07:00
2011-10-12 09:17:24 -07:00
2011-10-31 17:30:54 -07:00
2011-10-28 05:29:07 -07:00
2011-10-31 19:32:32 -04:00
2011-10-03 15:19:19 -04:00
2011-11-02 16:07:01 -07:00
2011-11-06 19:02:23 -08:00
2011-11-02 16:07:01 -07:00
2011-10-31 17:30:54 -07:00
2011-11-11 16:16:25 +09:00
2011-10-31 19:32:32 -04:00
2011-11-11 16:11:41 +09:00
2011-11-11 16:45:35 +09:00
2011-10-31 17:30:49 -07:00
2011-11-01 00:55:48 -04:00
2011-10-31 19:32:28 -04:00
2011-10-31 17:30:47 -07:00
2011-10-16 23:28:51 +02:00
2011-10-31 17:30:44 -07:00
2011-10-31 17:30:44 -07:00
2011-11-02 16:07:02 -07:00
2011-10-31 19:32:24 -04:00
2011-10-19 19:24:14 -04:00
2011-10-03 14:01:21 -04:00
2011-10-31 19:32:32 -04:00
2011-10-31 17:30:54 -07:00
2011-10-26 15:11:09 +02:00
2011-10-12 21:13:11 -07:00
2011-10-31 19:32:32 -04:00
2011-10-31 19:32:32 -04:00
2011-11-02 16:07:02 -07:00
2011-10-31 19:32:31 -04:00
2011-10-31 19:32:23 -04:00
2011-11-03 18:29:09 -02:00
2011-11-02 11:40:58 +10:30
2011-11-02 11:41:01 +10:30
2011-11-02 11:40:59 +10:30
2011-11-02 11:40:59 +10:30
2011-10-31 19:32:32 -04:00
2011-10-31 17:30:47 -07:00
2011-10-31 00:33:36 +08:00