Masahiro Yamada
702e57e113
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
...
When you enable CONFIG_OF_LIVE, you will end up with a lot of
conversions.
To help this tedious work, this commit converts devfdt_get_addr_ptr()
to dev_read_addr_ptr() by coccinelle. I also removed redundant casts
because dev_read_addr_ptr() returns an opaque pointer.
To generate this commit, I ran the following semantic patch
excluding include/dm/.
<smpl>
@@
type T;
expression dev;
@@
-(T *)devfdt_get_addr_ptr(dev)
+dev_read_addr_ptr(dev)
@@
expression dev;
@@
-devfdt_get_addr_ptr(dev)
+dev_read_addr_ptr(dev)
</smpl>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2020-08-22 08:53:37 -06:00
..
2020-08-03 22:19:54 -04:00
2020-08-22 08:51:44 -06:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-08-14 15:18:30 -04:00
2020-05-18 21:19:18 -04:00
2020-06-02 17:27:04 -04:00
2020-07-11 21:30:21 +09:00
2020-07-28 19:30:39 -06:00
2020-05-18 21:19:23 -04:00
2020-08-22 08:53:37 -06:00
2020-08-22 07:59:14 -06:00
2020-07-25 14:46:57 -06:00
2020-07-27 14:16:29 +05:30
2020-07-27 14:02:28 +02:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-08-20 09:49:20 +02:00
2020-08-20 09:49:20 +02:00
2020-08-22 08:53:37 -06:00
2020-05-18 21:19:23 -04:00
2020-08-22 08:53:37 -06:00
2020-07-25 14:46:57 -06:00
2020-08-07 22:31:32 -04:00
2020-08-20 09:49:20 +02:00
2020-08-13 09:53:34 +02:00
2020-08-20 09:49:20 +02:00
2020-08-22 08:53:37 -06:00
2020-08-13 09:53:34 +02:00
2020-08-20 09:46:55 +02:00
2020-06-23 14:43:23 -04:00
2020-05-18 21:19:18 -04:00
2020-08-19 17:37:37 -04:00
2020-07-27 15:18:15 -04:00
2020-08-22 07:58:39 -06:00
2020-08-22 08:53:37 -06:00
2020-08-03 22:19:54 -04:00
2020-07-25 14:46:57 -06:00
2020-07-17 09:30:13 -04:00
2020-08-11 20:34:46 +05:30
2020-05-18 21:19:18 -04:00
2020-08-22 08:53:37 -06:00
2020-05-18 21:19:23 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-08-22 08:53:37 -06:00
2020-05-18 21:19:23 -04:00
2020-08-11 20:34:46 +05:30
2020-07-17 14:32:24 +08:00
2020-08-22 08:53:37 -06:00
2020-07-25 14:46:57 -06:00
2020-08-22 08:53:37 -06:00
2020-07-29 10:37:11 -04:00
2020-05-22 13:29:25 +02:00
2020-08-22 08:53:37 -06:00
2020-07-09 18:57:22 -06:00
2020-08-03 22:19:54 -04:00
2020-08-22 08:53:37 -06:00
2020-08-04 11:11:02 -04:00
2020-06-05 04:04:41 +02:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-08-22 08:53:37 -06:00
2020-08-14 15:18:30 -04:00
2020-08-14 15:18:30 -04:00
2020-08-14 15:18:30 -04:00