All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: Mark Brown <broonie@kernel.org>, Liam Girdwood <lgirdwood@gmail.com>
Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen <lars@metafoo.de>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Sangbeom Kim <sbkim73@samsung.com>,
	Peter Ujfalusi <peter.ujfalusi@ti.com>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Lee Jones <lee.jones@linaro.org>
Subject: [PATCH 0/6] Fix `sparse` warnings
Date: Sun, 17 Aug 2014 16:18:16 +0200	[thread overview]
Message-ID: <1408285102-24538-1-git-send-email-lars@metafoo.de> (raw)

This patch series contains a set of fixes for warnings generated by the sparse
tool when building the ASoC tree. None of them are critical and the generated
code before and after the patch is the same in all cases. The reason for still
fixing them is that it makes it easier to recognize new and potentially serious
warnings/errors.

With this series applied at least on x86 and ARM a allyesconfig on the ASoC tree
builds almost without errors or warnings from sparse. The only remaining
warnings are the following two:
	sound/soc/soc-core.c:108:25: warning: Variable length array is used.
	sound/soc/soc-core.c:109:29: warning: Variable length array is used.

These are part of the legacy ASoC IO code that is deprecated and schedulded for
removal in the near future so there is not too much motivation for fixing them.

- Lars

Lars-Peter Clausen (6):
  ASoC: edma-pcm: Include edma-pcm.h
  ASoC: odrodix2_max98090: Make non exported symbols static
  ASoC: rcar: Use && instead of & for boolean expressions
  ASoC: sh: Fix dma direction type
  ASoC: samsung idma: Add proper annotation for casting iomem pointers
  ASoC: ab8500-codec: Drop bank prefix from AB8500_GPIO_DIR4_REG
    register define

 sound/soc/codecs/ab8500-codec.c       | 11 +++++------
 sound/soc/davinci/edma-pcm.c          |  2 ++
 sound/soc/samsung/idma.c              |  4 ++--
 sound/soc/samsung/odroidx2_max98090.c |  4 ++--
 sound/soc/sh/fsi.c                    |  7 ++++++-
 sound/soc/sh/rcar/gen.c               |  2 +-
 6 files changed, 18 insertions(+), 12 deletions(-)

-- 
1.8.0

             reply	other threads:[~2014-08-17 14:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17 14:18 Lars-Peter Clausen [this message]
2014-08-17 14:18 ` [PATCH 1/6] ASoC: edma-pcm: Include edma-pcm.h Lars-Peter Clausen
2014-08-17 14:31   ` Mark Brown
2014-08-17 14:18 ` [PATCH 2/6] ASoC: odrodix2_max98090: Make non exported symbols static Lars-Peter Clausen
2014-08-17 14:32   ` Mark Brown
2014-08-17 14:18 ` [PATCH 3/6] ASoC: rcar: Use && instead of & for boolean expressions Lars-Peter Clausen
2014-08-17 14:33   ` Mark Brown
2014-08-17 14:18 ` [PATCH 4/6] ASoC: sh: Fix dma direction type Lars-Peter Clausen
2014-08-17 14:34   ` Mark Brown
2014-08-17 14:18 ` [PATCH 5/6] ASoC: samsung idma: Add proper annotation for casting iomem pointers Lars-Peter Clausen
2014-08-17 14:35   ` Mark Brown
2014-08-17 14:18 ` [PATCH 6/6] ASoC: ab8500-codec: Drop bank prefix from AB8500_GPIO_DIR4_REG register define Lars-Peter Clausen
2014-08-17 14:36   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408285102-24538-1-git-send-email-lars@metafoo.de \
    --to=lars@metafoo.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=s.nawrocki@samsung.com \
    --cc=sbkim73@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.