Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1420650

Re: [PATCH] dma: remove bad_dma_ops to fix build fail

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] dma: remove bad_dma_ops to fix build fail
Date 2016-06-13 11:30 +0200
Message-ID <rJwlY-4ho-17@gated-at.bofh.it> (permalink)
References <rJkb7-4NV-3@gated-at.bofh.it> <rJlqx-5ve-1@gated-at.bofh.it> <rJuNc-3cZ-41@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Mon, Jun 13, 2016 at 08:41:12AM +0100, Sudip Mukherjee wrote:
> On Sun, Jun 12, 2016 at 02:32:24PM -0700, Jerry Snitselaar wrote:

> > config SND_SOC_CYGNUS
> > 	tristate "SoC platform audio for Broadcom Cygnus chips"
> > 	depends on ARCH_BCM_CYGNUS || COMPILE_TEST
> > +	depends on HAS_DMA
> > 	help
> > 	  Say Y if you want to add support for ASoC audio on Broadcom
> > 	  Cygnus chips (bcm958300, bcm958305, bcm911360)

> well, I have been doing the exact same thing for all the drivers that was
> failing to build but in my last patch Mark suggested to have stub
> implementation in the arch [1]. So while looking for that I noticed
> bad_dma_ops is not defined by anyone. So what will you suggest?

Right, we've got a couple of obscure architectures with no DMA support
which are leading to a constant stream of patches like this that are
being triggered by compile coverage stuff.  In situations like this we
very often provide stubs rather than having to handle this in lots of
different places in the code.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] dma: remove bad_dma_ops to fix build fail Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-06-12 22:30 +0200
  Re: [PATCH] dma: remove bad_dma_ops to fix build fail Jerry Snitselaar <dev@snitselaar.org> - 2016-06-12 23:50 +0200
    Re: [PATCH] dma: remove bad_dma_ops to fix build fail Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-06-13 09:50 +0200
      Re: [PATCH] dma: remove bad_dma_ops to fix build fail Mark Brown <broonie@kernel.org> - 2016-06-13 11:30 +0200
        Re: [PATCH] dma: remove bad_dma_ops to fix build fail Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-06-13 13:00 +0200
          Re: [PATCH] dma: remove bad_dma_ops to fix build fail Mark Brown <broonie@kernel.org> - 2016-06-13 14:00 +0200
            Re: [PATCH] dma: remove bad_dma_ops to fix build fail Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-06-13 14:20 +0200
    Re: [PATCH] dma: remove bad_dma_ops to fix build fail Christoph Hellwig <hch@lst.de> - 2016-06-13 10:00 +0200

csiph-web