zephyr/subsys/usb/class
Kumar Gala ff579a3af3 flash: Convert DT_FLASH_AREA to FLASH_AREA macros
Convert with a combo of scripts and by hand fixups:

git grep -l DT_FLASH_AREA_.*_ID | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_ID/FLASH_AREA_ID(\L\1)/'

git grep -l DT_FLASH_AREA_.*_OFFSET | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_OFFSET/FLASH_AREA_OFFSET(\L\1)/'

git grep -l DT_FLASH_AREA_.*_SIZE | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_SIZE/FLASH_AREA_SIZE(\L\1)/'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-13 21:22:53 +02:00
..
audio usb: dt: Update USB audio class to recent changes in DT 2020-05-12 17:18:14 +02:00
hid device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
netusb net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
CMakeLists.txt usb: Add Audio class related files 2020-05-08 15:12:27 +02:00
Kconfig usb: Add Audio class related files 2020-05-08 15:12:27 +02:00
Kconfig.template.composite_device_number
bluetooth.c Bluetooth: hci_raw: Move buffer management to common place 2020-04-20 21:59:47 +03:00
bt_h4.c Bluetooth: hci_raw: Move buffer management to common place 2020-04-20 21:59:47 +03:00
cdc_acm.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
loopback.c
mass_storage.c usb: mass_storage: align page buffer 2020-05-06 11:31:44 +02:00
usb_dfu.c flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00