Re: xtensa build failures in -next due to DMA API changes

2015-08-31 Thread Chris Zankel
Hi Andrew, Linus has merged the Xtensa patches, so you should be ready to go. Thanks, -Chris On Wed, Aug 26, 2015 at 10:41 AM, Christoph Hellwig wrote: > On Wed, Aug 26, 2015 at 10:53:25AM +0300, Max Filippov wrote: >> Looks like I just need to remove now redundant function definitions from >>

Re: xtensa build failures in -next due to DMA API changes

2015-08-26 Thread Chris Zankel
I'll send the pull request as soon as possible. On Wed, Aug 26, 2015 at 12:59 AM, Andrew Morton wrote: > On Wed, 26 Aug 2015 10:53:25 +0300 Max Filippov wrote: > >> On Tue, Aug 25, 2015 at 11:24 PM, Christoph Hellwig wrote: >> > On Tue, Aug 25, 2015 at 01:21:40PM -0700, Guenter Roeck wrote: >>

Re: xtensa build failures in -next due to DMA API changes

2015-08-26 Thread Christoph Hellwig
On Wed, Aug 26, 2015 at 10:53:25AM +0300, Max Filippov wrote: > Looks like I just need to remove now redundant function definitions from > xtensa/include/asm/dma-mapping.h. A patch that removes these > functions is attached, but I'm not sure where it should go. To the Andrew's > tree? Or should the

Re: xtensa build failures in -next due to DMA API changes

2015-08-26 Thread Andrew Morton
On Wed, 26 Aug 2015 10:53:25 +0300 Max Filippov wrote: > On Tue, Aug 25, 2015 at 11:24 PM, Christoph Hellwig wrote: > > On Tue, Aug 25, 2015 at 01:21:40PM -0700, Guenter Roeck wrote: > >> I also see > >> > >> arch/xtensa/include/asm/dma-mapping.h:#include > >> > >> > >> It looks like there is

Re: xtensa build failures in -next due to DMA API changes

2015-08-26 Thread Max Filippov
On Tue, Aug 25, 2015 at 11:24 PM, Christoph Hellwig wrote: > On Tue, Aug 25, 2015 at 01:21:40PM -0700, Guenter Roeck wrote: >> I also see >> >> arch/xtensa/include/asm/dma-mapping.h:#include >> >> >> It looks like there is a conflict with "xtensa: reimplement DMA API using >> common >> helpers"

Re: xtensa build failures in -next due to DMA API changes

2015-08-25 Thread Christoph Hellwig
On Tue, Aug 25, 2015 at 01:21:40PM -0700, Guenter Roeck wrote: > I also see > > arch/xtensa/include/asm/dma-mapping.h:#include > > > It looks like there is a conflict with "xtensa: reimplement DMA API using > common > helpers" by Max Filippov, which added the include. This patch is in -next.

Re: xtensa build failures in -next due to DMA API changes

2015-08-25 Thread Andrew Morton
On Tue, 25 Aug 2015 22:15:32 +0200 Christoph Hellwig wrote: > > The problem seems to have been introduced with changes made by Christoph > > Hellwig, coming in through Andrew's tree. Copying them here for comments. > > xtensa doesn't use the generic dma map implementation, so it shouldn't > incl

Re: xtensa build failures in -next due to DMA API changes

2015-08-25 Thread Guenter Roeck
Hi Christoph, On Tue, Aug 25, 2015 at 10:15:32PM +0200, Christoph Hellwig wrote: > Hi Guenter, > > > The problem seems to have been introduced with changes made by Christoph > > Hellwig, coming in through Andrew's tree. Copying them here for comments. > > xtensa doesn't use the generic dma map i

Re: xtensa build failures in -next due to DMA API changes

2015-08-25 Thread Christoph Hellwig
Hi Guenter, > The problem seems to have been introduced with changes made by Christoph > Hellwig, coming in through Andrew's tree. Copying them here for comments. xtensa doesn't use the generic dma map implementation, so it shouldn't include dma-mapping-common.h anywhere, and in my tree it doesn'