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-11 20:34:45 +05:30
2020-05-18 21:19:23 -04:00
2019-04-23 15:31:30 +02:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-06-15 09:45:22 +08:00
2020-07-17 09:30:13 -04:00
2020-05-18 21:19:23 -04:00
2018-08-06 10:53:53 +09:00
2020-08-02 14:50:59 +02:00
2020-01-17 17:53:40 -05:00
2020-07-27 14:16:28 +05:30
2020-07-25 14:46:57 -06:00
2018-05-07 09:34:12 -04:00
2020-08-22 08:53:37 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-08-20 09:46:55 +02:00
2020-05-18 21:19:23 -04:00
2020-07-29 08:43:40 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-07-14 16:19:47 +08:00
2020-05-18 17:33:33 -04:00
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-07-25 14:46:57 -06:00
2020-02-05 19:33:46 -07:00
2020-07-25 14:46:57 -06:00
2020-07-17 09:30:13 -04:00
2020-07-17 09:30:13 -04:00
2020-07-28 19:30:39 -06:00
2020-07-29 08:43:40 -04:00
2020-07-25 14:46:57 -06:00
2020-07-17 14:32:24 +08:00
2018-05-07 09:34:12 -04:00
2020-06-30 11:13:11 -04:00
2020-07-25 11:16:40 +02:00
2020-07-09 22:00:29 -06:00
2020-07-09 22:00:29 -06:00
2020-05-18 21:19:18 -04: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-08-20 09:58:59 +02:00
2020-07-25 14:46:57 -06:00
2018-05-07 09:34:12 -04:00
2020-07-25 14:46:57 -06:00
2020-08-22 08:53:37 -06:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:23 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:23 -04:00
2020-02-05 19:33:46 -07:00
2020-07-25 14:46:57 -06:00
2020-08-20 09:49:20 +02:00