zephyr/drivers/led
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
..
CMakeLists.txt drivers: led: ht16k33: add LED driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
ht16k33.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.ht16k33 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.lp3943 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.lp5562 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-11-03 12:47:30 +01:00
Kconfig.pca9633 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led_context.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
led_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
lp3943.c drivers: led: Convert to new DT_INST macros 2020-03-26 03:32:26 -05:00
lp5562.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
pca9633.c drivers: led: Convert to new DT_INST macros 2020-03-26 03:32:26 -05:00