Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Tomasz Figa
On Tuesday 13 of August 2013 21:35:36 Mark Brown wrote: > On Tue, Aug 13, 2013 at 01:10:02PM -0700, Tomasz Figa wrote: > > On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: > > > On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: > > > > +#define pl330_filter pl08x_filter_id > > >

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Mark Brown
On Tue, Aug 13, 2013 at 01:10:02PM -0700, Tomasz Figa wrote: > On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: > > On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: > > > +#define pl330_filter pl08x_filter_id > > So, this is pretty fun and probably not going to play too nicely

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Tomasz Figa
On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: > On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: > > +#define pl330_filter pl08x_filter_id > > So, this is pretty fun and probably not going to play too nicely for > multiplatform kernels... Yes, this is really funny and only

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Mark Brown
On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: > +#define pl330_filter pl08x_filter_id So, this is pretty fun and probably not going to play too nicely for multiplatform kernels... signature.asc Description: Digital signature

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Mark Brown
On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: +#define pl330_filter pl08x_filter_id So, this is pretty fun and probably not going to play too nicely for multiplatform kernels... signature.asc Description: Digital signature

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Tomasz Figa
On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: +#define pl330_filter pl08x_filter_id So, this is pretty fun and probably not going to play too nicely for multiplatform kernels... Yes, this is really funny and only shows

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Mark Brown
On Tue, Aug 13, 2013 at 01:10:02PM -0700, Tomasz Figa wrote: On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: +#define pl330_filter pl08x_filter_id So, this is pretty fun and probably not going to play too nicely for

Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-13 Thread Tomasz Figa
On Tuesday 13 of August 2013 21:35:36 Mark Brown wrote: On Tue, Aug 13, 2013 at 01:10:02PM -0700, Tomasz Figa wrote: On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: +#define pl330_filter pl08x_filter_id So, this

[PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-11 Thread Tomasz Figa
This patch adds all required platform-specific data and initialization code to support the generic amba-pl08x driver on S3C64xx SoCs. Also some compatibility definitions are added to make the transition from legacy API to DMA engine easier. The biggest hack here is passing const char * pointers

[PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-08-11 Thread Tomasz Figa
This patch adds all required platform-specific data and initialization code to support the generic amba-pl08x driver on S3C64xx SoCs. Also some compatibility definitions are added to make the transition from legacy API to DMA engine easier. The biggest hack here is passing const char * pointers