Re: [PATCH v2 03/12] devicetree: Add bindings for the ATH79 DDR controllers

2015-04-19 Thread Sergei Shtylyov
Hello. On 4/19/2015 3:57 PM, Alban Bedel wrote: The DDR controller of the ARxxx and AR9xxx famillies provides an interface to flush the FIFO between various devices and the DDR. This is mainly used by the IRQ controller to flush the FIFO before running the interrupt handler of such devices.

[PATCH v2 03/12] devicetree: Add bindings for the ATH79 DDR controllers

2015-04-19 Thread Alban Bedel
The DDR controller of the ARxxx and AR9xxx famillies provides an interface to flush the FIFO between various devices and the DDR. This is mainly used by the IRQ controller to flush the FIFO before running the interrupt handler of such devices. Signed-off-by: Alban Bedel al...@free.fr --- v2: *