Is someone from Freescale able to share the motivation why the ILDMAS (Idle DMA request) has been removed?
The DMA UART Rx is basically useless without this feature, because the data length which is received from UART is not known in 99% of the use cases...
DISCUSSION: Missing critical RX UART DMA Event Functionality in Freescale Parts
FYI: Generating an interrupt on each byte receiption is not an accepted workaround, because this would make the whole DMA use case kind of useless..