Simon Glass
a821c4af79
dm: Rename dev_addr..() functions
...
These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.
In the end we will have:
1. dev_read_addr...() - works on devices, supports flat/live tree
2. devfdt_get_addr...() - current functions, flat tree only
3. of_get_address() etc. - new functions, live tree only
All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.
Note this involves changing some dead code - the imx_lpi2c.c file.
Signed-off-by: Simon Glass <sjg@chromium.org >
2017-06-01 07:03:01 -06:00
..
2017-04-17 09:03:30 -07:00
2017-05-23 09:24:59 -07:00
2017-04-17 09:03:30 -07:00
2017-05-12 08:37:30 -04:00
2016-10-06 20:57:40 -04:00
2017-06-01 07:03:01 -06:00
2017-02-08 06:12:14 -07:00
2015-11-12 08:26:59 +08:00
2016-12-27 11:24:17 -05:00
2016-12-27 11:24:17 -05:00
2017-04-13 14:44:50 -06:00
2016-10-23 18:33:18 -04:00
2017-03-26 09:58:15 -05:00
2016-08-15 15:29:03 -05:00
2017-03-26 09:58:15 -05:00
2017-02-08 16:24:44 -05:00
2017-06-01 07:03:01 -06:00
2016-08-22 14:21:20 -05:00
2017-06-01 07:03:01 -06:00
2017-01-11 20:23:50 -07:00
2016-01-14 22:11:34 -05:00
2017-06-01 07:03:01 -06:00
2016-08-15 13:34:45 -05:00
2016-12-04 13:55:01 -05:00
2016-02-05 12:47:23 +08:00
2017-05-12 08:37:30 -04:00
2017-04-06 20:42:18 -04:00
2016-08-15 15:29:03 -05:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-12-16 17:15:27 +01:00
2016-08-15 15:26:33 -05:00
2016-09-23 17:55:42 -04:00
2016-01-14 22:11:34 -05:00
2017-06-01 07:03:01 -06:00
2016-09-23 17:55:42 -04:00
2017-04-04 20:01:57 -06:00
2017-05-26 11:18:53 -04:00
2017-06-01 07:03:01 -06:00
2016-02-06 12:00:59 +01:00
2016-09-23 17:55:42 -04:00
2017-06-01 07:03:01 -06:00
2017-05-22 04:38:24 +09:00
2016-08-15 15:26:33 -05:00
2016-08-15 15:29:03 -05:00
2016-08-15 15:26:33 -05:00
2016-08-15 15:26:33 -05:00
2016-11-07 11:28:16 -06:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-05-02 18:37:09 -04:00
2015-11-05 08:22:21 +01:00
2016-09-21 15:04:32 +02:00
2016-02-05 12:47:23 +08:00
2016-05-31 09:38:11 +02:00
2017-02-08 06:12:14 -07:00
2016-02-01 22:14:02 +01:00
2016-02-01 22:14:02 +01:00
2017-05-22 04:38:24 +09:00
2016-12-04 13:55:01 -05:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-09-23 17:55:42 -04:00
2016-05-05 21:39:26 -04:00
2016-08-15 15:29:03 -05:00
2015-09-11 17:14:43 -04:00
2017-04-05 13:52:01 -04:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-05-12 08:37:32 -04:00
2016-09-23 17:55:42 -04:00
2016-04-06 08:34:44 -07:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-01-27 15:57:20 +01:00
2017-06-01 07:03:01 -06:00