alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v3.14
@ 2014-03-10 18:23 Mark Brown
  2014-03-11  6:53 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2014-03-10 18:23 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 1697 bytes --]

The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:

  Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc6

for you to fetch changes up to 7f35afd44b14a39307757629ebc0a199aade52d9:

  Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus (2014-03-10 11:30:56 +0000)

----------------------------------------------------------------

ASoC: Fixes for v3.14

A few things here:
 - Avoid memory leaks in error cases with DPCM, this code has never been
   that well tested in mainline due to the lack of mainline drivers but
   we now have one queued for the merge window!
 - Fix the N810 audio driver to load when booted with DT since the
   platform was converted to DT during the merge window.
 - Fixes for initialisation of some MFD drivers that are probably unused
   in mainline

----------------------------------------------------------------
Aaro Koskinen (1):
      ASoC: n810: fix init with DT boot

Lars-Peter Clausen (2):
      ASoC: si476x: Fix IO setup
      ASoC: 88pm860: Fix IO setup

Mark Brown (2):
      Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus

Patrick Lai (1):
      ASoC: pcm: free path list before exiting from error conditions

 sound/soc/codecs/88pm860x-codec.c | 3 +++
 sound/soc/codecs/si476x.c         | 2 +-
 sound/soc/omap/n810.c             | 4 +++-
 sound/soc/soc-pcm.c               | 3 +++
 4 files changed, 10 insertions(+), 2 deletions(-)

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ASoC fixes for v3.14
  2014-03-10 18:23 [GIT PULL] ASoC fixes for v3.14 Mark Brown
@ 2014-03-11  6:53 ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2014-03-11  6:53 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 10 Mar 2014 18:23:09 +0000,
Mark Brown wrote:
> 
> The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:
> 
>   Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc6
> 
> for you to fetch changes up to 7f35afd44b14a39307757629ebc0a199aade52d9:
> 
>   Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus (2014-03-10 11:30:56 +0000)
> 
> ----------------------------------------------------------------
> 
> ASoC: Fixes for v3.14
> 
> A few things here:
>  - Avoid memory leaks in error cases with DPCM, this code has never been
>    that well tested in mainline due to the lack of mainline drivers but
>    we now have one queued for the merge window!
>  - Fix the N810 audio driver to load when booted with DT since the
>    platform was converted to DT during the merge window.
>  - Fixes for initialisation of some MFD drivers that are probably unused
>    in mainline

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Aaro Koskinen (1):
>       ASoC: n810: fix init with DT boot
> 
> Lars-Peter Clausen (2):
>       ASoC: si476x: Fix IO setup
>       ASoC: 88pm860: Fix IO setup
> 
> Mark Brown (2):
>       Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus
> 
> Patrick Lai (1):
>       ASoC: pcm: free path list before exiting from error conditions
> 
>  sound/soc/codecs/88pm860x-codec.c | 3 +++
>  sound/soc/codecs/si476x.c         | 2 +-
>  sound/soc/omap/n810.c             | 4 +++-
>  sound/soc/soc-pcm.c               | 3 +++
>  4 files changed, 10 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] ASoC fixes for v3.14
@ 2014-02-27  1:07 Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2014-02-27  1:07 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 2828 bytes --]

The following changes since commit 895be5b31e5175bef575008aadb4f0a27b850daa:

  Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus (2014-02-19 13:13:58 +0900)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc4

for you to fetch changes up to 57374bb491facf716c172126b7e9b99c9e3f8b45:

  Merge remote-tracking branches 'asoc/fix/sta32x', 'asoc/fix/wm8400', 'asoc/fix/wm8770', 'asoc/fix/wm8900' and 'asoc/fix/wm8994' into asoc-linus (2014-02-23 12:20:34 +0900)

Getting a bit large but they're all actual bug fixes unfortunately.

----------------------------------------------------------------

ASoC: Fixes for v3.14

A somewhat large set of fixes here due to the identification of some
systematic problems with hard to use APIs in the subsystem.  Takashi did
a lot of work to address the enumeration API which uncovered a number of
off by one bugs caused by confusing APIs while Charles addressed issues
in the locking around DAPM.

----------------------------------------------------------------
Charles Keepax (3):
      ASoC: dapm: Correct regulator bypass error messages
      Input - arizona-haptics: Fix double lock of dapm_mutex
      ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions

Lars-Peter Clausen (1):
      ASoC: sta32x: Fix cache sync

Mark Brown (4):
      Merge tag 'asoc-v3.14-rc3' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/ad1980' and 'asoc/fix/isabelle' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/sta32x', 'asoc/fix/wm8400', 'asoc/fix/wm8770', 'asoc/fix/wm8900' and 'asoc/fix/wm8994' into asoc-linus

Takashi Iwai (7):
      ASoC: sta32x: Fix array access overflow
      ASoC: wm8770: Fix wrong number of enum items
      ASoC: wm8900: Fix the wrong number of enum items
      ASoC: wm8994: Fix the wrong number of enum items
      ASoC: ad1980: Fix wrong number of items for capture source
      ASoC: isabelle: Fix the wrong number of items in enum ctls
      ASoC: wm8400: Fix the wrong number of enum items

 drivers/extcon/extcon-arizona.c      |  12 ---
 drivers/input/misc/arizona-haptics.c |  19 -----
 include/sound/soc-dapm.h             |   8 ++
 sound/soc/codecs/ad1980.c            |   4 +-
 sound/soc/codecs/isabelle.c          |  52 +++++++------
 sound/soc/codecs/sta32x.c            |  74 +++++++++----------
 sound/soc/codecs/wm8400.c            |  34 +++++----
 sound/soc/codecs/wm8770.c            |   4 +-
 sound/soc/codecs/wm8900.c            |  44 +++++------
 sound/soc/codecs/wm8994.c            | 135 ++++++++++++++++++----------------
 sound/soc/soc-dapm.c                 | 139 +++++++++++++++++++++++++++++++----
 11 files changed, 317 insertions(+), 208 deletions(-)

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ASoC fixes for v3.14
  2014-02-20  1:31 Mark Brown
@ 2014-02-20  6:55 ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2014-02-20  6:55 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 20 Feb 2014 10:31:12 +0900,
Mark Brown wrote:
> 
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> 
>   Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc3
> 
> for you to fetch changes up to 895be5b31e5175bef575008aadb4f0a27b850daa:
> 
>   Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus (2014-02-19 13:13:58 +0900)
> 
> ----------------------------------------------------------------
> 
> ASoC: Fixes for v3.14
> 
> A few fixes, all driver speccific ones.  The DaVinci ones aren't as
> clear as they should be from the subject lines on the commits but they
> fix issues which will prevent correct operation in some use cases and
> only affect that particular driver so are reasonably safe.

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Adam Thomson (1):
>       ASoC: da9055: Fix device registration of PMIC and CODEC devices
> 
> Alexander Shiyan (1):
>       ASoC: txx9aclc_ac97: Fix kernel crash on probe
> 
> Dylan Reid (1):
>       ASoC: max98090: sync regcache on entering STANDBY
> 
> Jarkko Nikula (1):
>       ASoC: rt5640: Add ACPI ID for Intel Baytrail
> 
> Lars-Peter Clausen (1):
>       ASoC: blackfin: Fix machine driver Kconfig dependencies
> 
> Mark Brown (2):
>       Merge remote-tracking branches 'asoc/fix/blackfin', 'asoc/fix/da9055', 'asoc/fix/davinci', 'asoc/fix/fsl', 'asoc/fix/fsl-esai', 'asoc/fix/max98090', 'asoc/fix/rt5640', 'asoc/fix/samsung' and 'asoc/fix/txx9aclc-ac97' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus
> 
> Peter Ujfalusi (4):
>       ASoC: davinci-mcasp: Harmonize the sub hw_params function names
>       ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronously
>       ASoC: davinci-mcasp: Consolidate pm_runtime_get/put() use in the driver
>       ASoC: davinci-evm: Add pm callbacks to platform driver
> 
> Sachin Kamat (2):
>       ASoC: samsung: Remove invalid dependencies
>       ASoC: samsung: Fix trivial typo
> 
> Shawn Guo (1):
>       ASoC: fsl: fix pm support of machine drivers
> 
> Stephen Warren (1):
>       ASoC: max98090: make REVISION_ID readable
> 
> Wei Yongjun (1):
>       ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data
> 
> Xiubo Li (1):
>       ASoC: fsl-esai: fix ESAI TDM slot setting
> 
>  drivers/mfd/da9055-i2c.c          | 12 +++++-
>  sound/soc/blackfin/Kconfig        | 11 +++---
>  sound/soc/codecs/da9055.c         | 11 +++++-
>  sound/soc/codecs/max98090.c       | 21 +++++-----
>  sound/soc/codecs/rt5640.c         |  1 +
>  sound/soc/codecs/wm8993.c         |  1 -
>  sound/soc/davinci/davinci-evm.c   |  1 +
>  sound/soc/davinci/davinci-mcasp.c | 83 ++++++++++++++++++---------------------
>  sound/soc/fsl/fsl_esai.c          |  4 +-
>  sound/soc/fsl/fsl_esai.h          |  2 +-
>  sound/soc/fsl/imx-mc13783.c       |  1 -
>  sound/soc/fsl/imx-sgtl5000.c      | 10 +++--
>  sound/soc/fsl/imx-wm8962.c        | 11 ++++--
>  sound/soc/samsung/Kconfig         |  6 +--
>  sound/soc/txx9/txx9aclc-ac97.c    |  8 ++--
>  15 files changed, 99 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] ASoC fixes for v3.14
@ 2014-02-20  1:31 Mark Brown
  2014-02-20  6:55 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2014-02-20  1:31 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 3031 bytes --]

The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:

  Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc3

for you to fetch changes up to 895be5b31e5175bef575008aadb4f0a27b850daa:

  Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus (2014-02-19 13:13:58 +0900)

----------------------------------------------------------------

ASoC: Fixes for v3.14

A few fixes, all driver speccific ones.  The DaVinci ones aren't as
clear as they should be from the subject lines on the commits but they
fix issues which will prevent correct operation in some use cases and
only affect that particular driver so are reasonably safe.

----------------------------------------------------------------
Adam Thomson (1):
      ASoC: da9055: Fix device registration of PMIC and CODEC devices

Alexander Shiyan (1):
      ASoC: txx9aclc_ac97: Fix kernel crash on probe

Dylan Reid (1):
      ASoC: max98090: sync regcache on entering STANDBY

Jarkko Nikula (1):
      ASoC: rt5640: Add ACPI ID for Intel Baytrail

Lars-Peter Clausen (1):
      ASoC: blackfin: Fix machine driver Kconfig dependencies

Mark Brown (2):
      Merge remote-tracking branches 'asoc/fix/blackfin', 'asoc/fix/da9055', 'asoc/fix/davinci', 'asoc/fix/fsl', 'asoc/fix/fsl-esai', 'asoc/fix/max98090', 'asoc/fix/rt5640', 'asoc/fix/samsung' and 'asoc/fix/txx9aclc-ac97' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus

Peter Ujfalusi (4):
      ASoC: davinci-mcasp: Harmonize the sub hw_params function names
      ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronously
      ASoC: davinci-mcasp: Consolidate pm_runtime_get/put() use in the driver
      ASoC: davinci-evm: Add pm callbacks to platform driver

Sachin Kamat (2):
      ASoC: samsung: Remove invalid dependencies
      ASoC: samsung: Fix trivial typo

Shawn Guo (1):
      ASoC: fsl: fix pm support of machine drivers

Stephen Warren (1):
      ASoC: max98090: make REVISION_ID readable

Wei Yongjun (1):
      ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data

Xiubo Li (1):
      ASoC: fsl-esai: fix ESAI TDM slot setting

 drivers/mfd/da9055-i2c.c          | 12 +++++-
 sound/soc/blackfin/Kconfig        | 11 +++---
 sound/soc/codecs/da9055.c         | 11 +++++-
 sound/soc/codecs/max98090.c       | 21 +++++-----
 sound/soc/codecs/rt5640.c         |  1 +
 sound/soc/codecs/wm8993.c         |  1 -
 sound/soc/davinci/davinci-evm.c   |  1 +
 sound/soc/davinci/davinci-mcasp.c | 83 ++++++++++++++++++---------------------
 sound/soc/fsl/fsl_esai.c          |  4 +-
 sound/soc/fsl/fsl_esai.h          |  2 +-
 sound/soc/fsl/imx-mc13783.c       |  1 -
 sound/soc/fsl/imx-sgtl5000.c      | 10 +++--
 sound/soc/fsl/imx-wm8962.c        | 11 ++++--
 sound/soc/samsung/Kconfig         |  6 +--
 sound/soc/txx9/txx9aclc-ac97.c    |  8 ++--
 15 files changed, 99 insertions(+), 84 deletions(-)

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-11  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-10 18:23 [GIT PULL] ASoC fixes for v3.14 Mark Brown
2014-03-11  6:53 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2014-02-27  1:07 Mark Brown
2014-02-20  1:31 Mark Brown
2014-02-20  6:55 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).