[PATCH 15/18] dmaengine/amba-pl08x: Pass flow controller information with slave channel data

Linus Walleij linus.walleij at linaro.org
Sat Jul 30 20:40:36 EDT 2011


2011/7/29 Viresh Kumar <viresh.kumar at st.com>:

I have the same comment as Russell basically:

> @@ -65,6 +69,7 @@ struct pl08x_channel_data {
>        int max_signal;
>        u32 muxval;
>        u32 cctl;
> +       u32 fc;

bool device_fc;

or similar. Then encode the necessary bits if the device controls
flow, and fall back to default (DMAC control) otherwise.

>        dma_addr_t addr;
>        bool circular_buffer;
>        bool single;
> --
> 1.7.2.2

Thanks,
Linus Walleij



More information about the linux-arm-kernel mailing list