19 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

16 Jan, 2019

1 commit


29 Jun, 2018

4 commits


05 Sep, 2017

1 commit


01 Oct, 2015

1 commit

  • This patch removes the old PXA DMA API usage and switches over to
    generic functions provided by snd-soc-dmaengine-pcm.

    More cleanups may be done on top of this, and some function stubs can
    now be removed completetly. However, the intention here was to keep
    the transition as small as possible.

    This was tested on the mioa701 pxa27x board.

    Signed-off-by: Daniel Mack
    [trivial change from mmp-dma to pxa-dma]
    Signed-off-by: Robert Jarzmik
    Signed-off-by: Mark Brown

    Daniel Mack
     

20 Oct, 2014

1 commit


14 Feb, 2014

1 commit


29 Oct, 2013

1 commit


15 Aug, 2013

1 commit

  • Use snd_dmaengine_dai_dma_data for passing the dma parameters from
    clients to the pxa pcm lib. This does no functional change, it's just an
    intermedia step to migrate the pxa bits over to dmaengine.

    The calculation of dcmd is a transition hack which will be removed again
    in a later patch. It's just there to make the transition more readable.

    Signed-off-by: Daniel Mack
    Acked-by: Mark Brown
    Signed-off-by: Mark Brown

    Daniel Mack
     

23 May, 2013

1 commit


07 Dec, 2012

1 commit

  • CONFIG_HOTPLUG is going away as an option. As result the __dev*
    markings will be going away.

    Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
    and __devexit.

    Signed-off-by: Bill Pemberton
    Cc: Eric Miao
    Cc: Russell King
    Cc: Haojian Zhuang
    Cc: linux-arm-kernel@lists.infradead.org
    Signed-off-by: Takashi Iwai

    Bill Pemberton
     

09 Aug, 2012

1 commit


03 Jul, 2012

1 commit


26 Mar, 2012

1 commit

  • pxa was missed in the moving of IOMEM to a common definition, so lots of
    IOMEM redefined warnings were introduced. So remove pxa IOMEM definition
    and fix all the fallout.

    Reported-by: Paul Gortmaker
    Signed-off-by: Rob Herring
    Cc: Eric Miao
    Cc: Russell King
    Cc: Haojian Zhuang
    Cc: Alessandro Zummo
    Cc: Jaroslav Kysela
    Cc: Takashi Iwai
    Cc: rtc-linux@googlegroups.com
    Cc: alsa-devel@alsa-project.org

    Rob Herring
     

28 Nov, 2011

1 commit


16 Dec, 2009

1 commit


21 Sep, 2009

1 commit


10 Sep, 2009

1 commit


05 Sep, 2009

1 commit

  • Today's linux-next fails to build with

    sound/arm/pxa2xx-ac97.c: In function 'pxa2xx_ac97_probe':
    sound/arm/pxa2xx-ac97.c:211: error: 'pxa2xx_audio_ops_t' has no member named 'codec_data'
    make[2]: *** [sound/arm/pxa2xx-ac97.o] Error 1

    It looks like commit e2365bf313fb21b49b1e4c911033389564428d03 has
    introduced this; patch below.

    Signed-off-by: Robert Schwebel
    Signed-off-by: Mark Brown

    Robert Schwebel
     

24 Aug, 2009

1 commit


14 Aug, 2009

1 commit


29 Mar, 2009

1 commit


09 Mar, 2009

1 commit


12 Jan, 2009

1 commit


02 Dec, 2008

1 commit


12 Oct, 2008

1 commit

  • * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (236 commits)
    [ARM] 5300/1: fixup spitz reset during boot
    [ARM] 5295/1: make ZONE_DMA optional
    [ARM] 5239/1: Palm Zire 72 power management support
    [ARM] 5298/1: Drop desc_handle_irq()
    [ARM] 5297/1: [KS8695] Fix two compile-time warnings
    [ARM] 5296/1: [KS8695] Replace macro's with trailing underscores.
    [ARM] pxa: allow multi-machine PCMCIA builds
    [ARM] pxa: add preliminary CPUFREQ support for PXA3xx
    [ARM] pxa: add missing ACCR bit definitions to pxa3xx-regs.h
    [ARM] pxa: rename cpu-pxa.c to cpufreq-pxa2xx.c
    [ARM] pxa/zylonite: add support for USB OHCI
    [ARM] ohci-pxa27x: use ioremap() and offset for register access
    [ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()
    [ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resource
    [ARM] ohci-pxa27x: move OHCI controller specific registers into the driver
    [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers
    [ARM] pxa: move I2S register and bit definitions into pxa2xx-i2s.c
    [ARM] pxa: simplify DMA register definitions
    [ARM] pxa: make additional DCSR bits valid for PXA3xx
    [ARM] pxa: move i2c register and bit definitions into i2c-pxa.c
    ...

    Fixed up conflicts in
    arch/arm/mach-versatile/core.c
    sound/soc/pxa/pxa2xx-ac97.c
    sound/soc/pxa/pxa2xx-i2s.c
    manually.

    Linus Torvalds
     

08 Oct, 2008

1 commit

  • 1. DRCMRxx is no longer recommended, use DRCMR(xx) instead, and
    pass DRCMR index by "struct resource" if possible

    2. DCSRxx, DDADRxx, DSADRxx, DTADRxx, DCMDxx is never used, use
    DCSR(), DDADR(), DSADR(), DTADR(), DCMD() instead

    Signed-off-by: Eric Miao
    Acked-by: Nicolas Pitre
    Signed-off-by: Russell King

    Eric Miao
     

23 Sep, 2008

1 commit

  • ASoC and non-ASoC drivers for ACLINK on PXA share lot's of common code.
    Move all common code into separate module snd-pxa2xx-lib.

    [Fixed handing of SND_AC97_CODEC in Kconfig and some checkpatch warnings
    -- broonie]

    Signed-off-by: Dmitry Baryshkov
    Signed-off-by: Mark Brown
    Signed-off-by: Jaroslav Kysela

    Dmitry Baryshkov
     

07 Aug, 2008

2 commits


24 Apr, 2008

3 commits


19 Apr, 2008

2 commits


01 Feb, 2008

2 commits

  • This header file exists only for some hacks to adapt alsa-driver
    tree. It's useless for building in the kernel. Let's move a few
    lines in it to sound/core.h and remove it.
    With this patch, sound/driver.h isn't removed but has just a single
    compile warning to include it. This should be really killed in
    future.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     
  • Added the missing link to struct device from the card instance.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai