zephyr/drivers/dma
Lee Jones 57d9a79b0b dma: stm32f4x: Prevent ddata from being directly referenced accidentally
The device data structure is statically declared and referenced
on a per-controller basis during driver registration.  Unfortunately,
due to using the same name (ddata) to initially declare as used
in individual functions, we accidentally referenced the main struct
by mistake due to a lack of local declaration.  Let's prevent that
from happening again by using different name-spaces.

Change-Id: I9f7e5e7f95ee68d71aee70fa979e015ca2b5519e
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2017-03-31 08:47:03 +01:00
..
dma_qmsi.c drivers: dma_qmsi: Wait few cycles to allow DMA controller changes 2017-03-10 22:40:06 +00:00
dma_stm32f4x.c dma: stm32f4x: Prevent ddata from being directly referenced accidentally 2017-03-31 08:47:03 +01:00
Kconfig dma: Kconfig: Provide a means to specify sub-channels 2017-03-31 08:47:03 +01:00
Makefile dma: Introduce STM32F4x DMA driver 2017-02-16 11:17:28 +00:00