zephyr/drivers
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
..
adc device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
audio device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
bluetooth bluetooth: hci_rpmsg: check SHM_SIZE against shared mem size using DT 2020-05-07 10:07:00 +02:00
can device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
clock_control device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
console device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
counter device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
crypto device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dac device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
debug tracing: cleanup and split segger/rtt configuration options 2020-02-07 15:58:05 -05:00
display device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dma device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
eeprom device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
entropy device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
espi device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ethernet device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
flash device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
hwinfo drivers: hwinfo: fix ESP32 implementation 2020-04-28 15:32:53 -04:00
i2c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
i2s device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ieee802154 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
interrupt_controller device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ipm device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
kscan device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
led device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
led_strip device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
lora drivers: lora: Add a shell for LoRa testing 2020-05-07 14:49:06 +02:00
modem device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
net device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
neural_net device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
pcie global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
peci drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
pinmux device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ps2 device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ptp_clock kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pwm device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
sensor device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
serial device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
spi device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
timer util.h: Remove INLINE definition and user 2020-05-08 08:37:21 -04:00
usb usb: Sync receiving data from ISO OUT endpoint with SOF 2020-05-08 15:12:27 +02:00
video device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
watchdog device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
wifi coccinelle: run int_ms_to_timeout conversion semantic patch 2020-05-07 19:46:03 +02:00
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00