Re: RFC: support for MV_CESA with TDMA

2012-06-12 Thread Herbert Xu
On Tue, Jun 12, 2012 at 12:24:52PM +0200, Phil Sutter wrote: > > It does break mv_cesa on Orion-based devices (precisely those with IDMA > instead of TDMA). I am currently working on a version which supports > IDMA, too. Since all CESA-equipped hardware comes with either TDMA or > IDMA, that versi

Re: RFC: support for MV_CESA with TDMA

2012-06-12 Thread Phil Sutter
On Tue, Jun 12, 2012 at 06:04:37PM +0800, Herbert Xu wrote: > On Fri, May 25, 2012 at 06:08:26PM +0200, Phil Sutter wrote: > > > > The point for this being RFC is backwards-compatibility: earlier > > hardware (Orion) ships a (slightly) different DMA engine (IDMA) along > > with the same crypto engi

Re: RFC: support for MV_CESA with TDMA

2012-06-12 Thread Herbert Xu
On Fri, May 25, 2012 at 06:08:26PM +0200, Phil Sutter wrote: > > The point for this being RFC is backwards-compatibility: earlier > hardware (Orion) ships a (slightly) different DMA engine (IDMA) along > with the same crypto engine, so in fact mv_cesa.c is in use on these > platforms, too. But sinc

Re: RFC: support for MV_CESA with TDMA

2012-05-29 Thread Phil Sutter
Hi, On Sun, May 27, 2012 at 10:03:07PM +0800, cloudy.linux wrote: > Could the source code from the manufacturers of hardwares using kirkwood > be helpful? > I saw the source code of ls-wvl from buffalo contains driver for CESA. > And it deals with both IDMA and TDMA. If you need, I can send you

Re: RFC: support for MV_CESA with TDMA

2012-05-27 Thread cloudy.linux
On 2012-5-26 0:08, Phil Sutter wrote: Hi, The following patch series adds support for the TDMA engine built into Marvell's Kirkwood-based SoCs, and enhances mv_cesa.c in order to use it for speeding up crypto operations. Kirkwood hardware contains a security accelerator, which can control DMA as

RFC: support for MV_CESA with TDMA

2012-05-25 Thread Phil Sutter
Hi, The following patch series adds support for the TDMA engine built into Marvell's Kirkwood-based SoCs, and enhances mv_cesa.c in order to use it for speeding up crypto operations. Kirkwood hardware contains a security accelerator, which can control DMA as well as crypto engines. It allows for o