Re: [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common

From: Sergei Shtylyov
Date: Sat Feb 02 2013 - 12:28:15 EST


Hello.

On 02-02-2013 16:45, Russell King - ARM Linux wrote:

Now, CPPI is brand new code to arch/arm - always has been. It post-dates
the DMA engine API. And it's been said many times about moving it to
drivers/dma. The problem is Sergei doesn't want to do it - he's anti the

I *can't* do it, and I have denied all further responibility for it.

DMA engine API for whatever reasons he can dream up. He professes no

I'm not dreaming anything up. Please understand that CPPI 4.1 is not just a normal DMA controller -- it's a complex of several devices with DMA controller being only one of them, and one that can't work autonomously but only thru the proxy of the queue manager. That queue manager stuff I found hard to fit into drivers/dma/ infrastructure. Myabe it was a honest mistake, of course.

knowledge of my dislike for having it in arch/arm, yet there's emails
from years back showing that he knew about it. TI knows about it; Ajay
about it. Yet... well... history speaks volumes about this.

Some details have slipped rom my memory after that many years. Im sorry for that.

Now, there may be a new problem with CPPI. That being we're now requiring
DT support. _Had_ this been done prior to the push for DT, then it would
not have been a concern, because then the problem becomes one for DT.
But now that OMAP is being converted to DT, and DT is The Way To Go now,
that's an additional problem that needs to be grappled with - or it may
make things easier.

DaVinci is also being converted to device tree. However, that support remains optional for now. Not sure it will make things easier, as we still have two distinct devices to declare in the device tree: DMA controller and queue manager, and we'll have to describe the interconnect between them too (as a props of DMA controller I guess)...

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/