zephyr/subsys
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
bluetooth Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
canbus canbus: canopen: add program download support 2020-05-08 10:53:42 +02:00
console
cpp
debug kernel: remove legacy fields in _kernel 2020-05-08 17:42:49 +02:00
dfu
disk device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
fb
fs device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
jwt
logging logging: syst: enable protocol timestamp in SyS-T message 2020-05-08 17:47:30 +02:00
mgmt
net net: shell: Add command to print information about net_pkt 2020-05-08 13:24:42 +03:00
power device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
random
settings
shell device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
stats
storage
testsuite testsuite: Allow user to override minimal logging 2020-05-07 23:47:55 -05:00
tracing
usb device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
CMakeLists.txt
Kconfig