Searched hist:"3 c77412b4a5e144bebf06cc668dc4b35b59b4607" (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/char/ |
H A D | trace-events | 3c77412b4a5e144bebf06cc668dc4b35b59b4607 Thu Jan 23 15:22:42 UTC 2020 Guenter Roeck <linux@roeck-us.net> hw/char/exynos4210_uart: Add receive DMA support
To support receive DMA, we need to inform the DMA controller if receive data is available. Otherwise the DMA controller keeps requesting data, causing receive errors.
Implement this using an interrupt line. The instantiating code then needs to connect the interrupt with the matching DMA controller GPIO pin.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Message-id: 20200123052540.6132-8-linux@roeck-us.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | exynos4210_uart.c | 3c77412b4a5e144bebf06cc668dc4b35b59b4607 Thu Jan 23 15:22:42 UTC 2020 Guenter Roeck <linux@roeck-us.net> hw/char/exynos4210_uart: Add receive DMA support
To support receive DMA, we need to inform the DMA controller if receive data is available. Otherwise the DMA controller keeps requesting data, causing receive errors.
Implement this using an interrupt line. The instantiating code then needs to connect the interrupt with the matching DMA controller GPIO pin.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Message-id: 20200123052540.6132-8-linux@roeck-us.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|