31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    licensed under the gpl 2

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 135 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Richard Fontana
    Reviewed-by: Alexios Zavras
    Reviewed-by: Steve Winslow
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190528170026.071193225@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

21 May, 2019

1 commit


12 Mar, 2019

1 commit


06 Jan, 2015

1 commit


20 Oct, 2014

1 commit


15 Jan, 2014

1 commit

  • The pl330 driver properly reports that it does not have residue reporting
    support, which means the PCM dmanegine driver is able to figure this out on its
    own. So there is no need to set the flag manually. Removing the flag has the
    advantage that once the pl330 driver gains support for residue reporting it will
    automatically be used by the generic dmaengine PCM driver.

    Signed-off-by: Lars-Peter Clausen
    Signed-off-by: Mark Brown

    Lars-Peter Clausen
     

17 Dec, 2013

2 commits


10 Dec, 2013

2 commits

  • This patch adds a ASoC driver for the AXI-SPDIF softcore. The core implements a
    simple SPDIF transmitter and is used on some Analog Devices' reference designs
    for various FPGA platforms. For now the driver only support the PL330 as the the
    DMA controller.

    The driver uses the generic PCM dmaengine driver for its PCM. The only
    restriction is that we need to set the SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag as
    the dmaengine driver for the DMA core (PL330) that is used with this core has no
    residue reporting capabilities yet. This will be fixed in the future though.

    Signed-off-by: Lars-Peter Clausen
    Signed-off-by: Mark Brown

    Lars-Peter Clausen
     
  • This patch adds support for the AXI-I2S softcore. The core implements a simple
    bidirectional I2S transceiver and is used by Analog Devices in some of their
    reference designs for various FPGA platforms.

    The driver uses the generic PCM dmaengine driver for its PCM. The only
    restriction is that we need to set the SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag as
    the dmaengine driver for the DMA core (PL330) that is used with this core has no
    residue reporting capabilities yet. This will be fixed in the future though.

    Signed-off-by: Lars-Peter Clausen
    Signed-off-by: Mark Brown

    Lars-Peter Clausen