Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / drivers / dma / qcom / hidma.h
index db413a5efc4ef9b5529668944d053450e07af918..e52e207163038847f32de7810de59ab49674f343 100644 (file)
@@ -72,7 +72,6 @@ struct hidma_lldev {
 
        u32 tre_write_offset;           /* TRE write location              */
        struct tasklet_struct task;     /* task delivering notifications   */
-       struct tasklet_struct rst_task; /* task to reset HW                */
        DECLARE_KFIFO_PTR(handoff_fifo,
                struct hidma_tre *);    /* pending TREs FIFO               */
 };
@@ -89,6 +88,7 @@ struct hidma_chan {
        bool                            allocated;
        char                            dbg_name[16];
        u32                             dma_sig;
+       dma_cookie_t                    last_success;
 
        /*
         * active descriptor on this channel
This page took 0.029455 seconds and 5 git commands to generate.