Re: [PATCH 0/4] async_tx: fix dependency handling and related cleanups

2008-02-15 Thread Haavard Skinnemoen
On Wed, 13 Feb 2008 00:02:52 -0700 Dan Williams <[EMAIL PROTECTED]> wrote: > Dan Williams (4): > iop-adma: remove the workaround for missed interrupts on iop3xx > async_tx: kill ->device_dependency_added > async_tx: fix multiple dependency submission > async_tx: checkpatch

Re: [PATCH 0/4] async_tx: fix dependency handling and related cleanups

2008-02-15 Thread Haavard Skinnemoen
On Wed, 13 Feb 2008 00:02:52 -0700 Dan Williams [EMAIL PROTECTED] wrote: Dan Williams (4): iop-adma: remove the workaround for missed interrupts on iop3xx async_tx: kill -device_dependency_added async_tx: fix multiple dependency submission async_tx: checkpatch says

[PATCH 0/4] async_tx: fix dependency handling and related cleanups

2008-02-12 Thread Dan Williams
Injecting channel-switch-interrupts has been broken for a while now. It has not been a problem in practice because the only in-tree driver that relied on this functionality was the iop3xx version of iop-adma, and it had a bug-masking local workaround. Three side benefits arise from this fix: 1/

[PATCH 0/4] async_tx: fix dependency handling and related cleanups

2008-02-12 Thread Dan Williams
Injecting channel-switch-interrupts has been broken for a while now. It has not been a problem in practice because the only in-tree driver that relied on this functionality was the iop3xx version of iop-adma, and it had a bug-masking local workaround. Three side benefits arise from this fix: 1/