Gerard Marull-Paretas
e0125d04af
devices: constify statically initialized device pointers
...
It is frequent to find variable definitions like this:
```c
static const struct device *dev = DEVICE_DT_GET(...)
```
That is, module level variables that are statically initialized with a
device reference. Such value is, in most cases, never changed meaning
the variable can also be declared as const (immutable). This patch
constifies all such cases.
Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no >
2022-08-19 11:51:26 +02:00
..
2022-08-18 21:41:11 +00:00
2022-08-02 16:41:41 +01:00
2022-08-12 14:13:49 +01:00
2022-05-16 10:17:29 +02:00
2022-08-19 11:51:26 +02:00
2022-05-06 19:57:47 +02:00
2022-07-07 15:17:26 +02:00
2022-03-30 14:18:01 +02:00
2022-05-06 19:57:47 +02:00
2021-10-12 15:22:04 -04:00
2022-03-09 15:35:54 +01:00
2022-08-17 12:03:52 +02:00
2022-03-09 15:35:54 +01:00
2022-08-19 11:51:26 +02:00
2022-08-02 13:09:21 +02:00
2022-08-18 12:26:51 +02:00
2022-02-01 07:45:09 -05:00
2022-08-09 13:59:02 +02:00
2022-08-12 16:17:59 +02:00
2022-05-26 17:38:50 +02:00
2022-08-18 14:29:14 +02:00
2020-03-20 09:07:16 -04:00
2019-11-04 17:31:27 -05:00
2022-05-04 18:57:41 -04:00
2022-05-05 11:58:11 +09:00
2022-03-22 12:56:02 +01:00
2019-11-04 17:31:27 -05:00
2020-09-04 14:48:49 -04:00
2022-08-16 18:06:02 +02:00
2022-05-12 16:57:17 -05:00
2020-05-09 14:21:44 +02:00
2020-02-12 10:32:34 -06:00
2022-08-12 17:54:03 -05:00
2022-03-18 13:24:08 -04:00
2022-07-01 16:23:11 +00:00
2022-05-06 11:32:54 +02:00
2020-07-01 21:09:25 +02:00
2020-03-27 15:20:25 -05:00
2019-11-04 17:31:27 -05:00
2019-11-04 17:31:27 -05:00
2021-01-06 07:53:46 -06:00
2020-10-13 09:46:08 -05:00
2022-05-12 14:56:25 -05:00
2020-11-17 10:09:19 -06:00
2021-07-21 05:37:12 -04:00
2022-04-08 15:58:49 +02:00
2020-03-20 17:29:48 +01:00
2020-01-13 09:12:34 -06:00
2019-12-18 20:24:18 -05:00
2021-01-20 12:59:19 +01:00