Hi Linus,
Please consider pull to receive three fixes for slave dmanegine.
Two are for typo omissions in sifr dmaengine driver and last one is for
imx driver fixing the misisng unlock
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
Linus Torvalds (1):
Linux 3.7-rc1
are available in the git repository at:
git://git.infradead.org/users/vkoul/slave-dma.git fixes
Barry Song (2):
dmaengine: sirf: fix a typo in dma_prep_interleaved
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Wei Yongjun (1):
dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()
drivers/dma/imx-dma.c | 4 +++-
drivers/dma/sirf-dma.c | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
--
Vinod Koul
Intel Corp.
On Fri, Oct 26, 2012 at 5:29 AM, Vinod Koul <[email protected]> wrote:
>
> git://git.infradead.org/users/vkoul/slave-dma.git fixes
git.infradead.org is sick, and is apparently not accepting connections...
Can you check whether git-daemon is actually running there? The
machine is pinging ok.
Linus
On Fri, 2012-10-26 at 13:49 -0700, Linus Torvalds wrote:
> On Fri, Oct 26, 2012 at 5:29 AM, Vinod Koul <[email protected]>
> wrote:
> >
> > git://git.infradead.org/users/vkoul/slave-dma.git fixes
>
> git.infradead.org is sick, and is apparently not accepting
> connections...
>
> Can you check whether git-daemon is actually running there? The
> machine is pinging ok.
Mea culpa; I've just finished upgrading it, and for some reason xinetd
got disabled in the upgrade. Should work now.
--
dwmw2