public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h] (take #2)
@ 2008-04-18  8:00 Eduardo Valentin
  2008-04-18  8:00 ` [PATCH 01/19] Update audio driver for H2 board Eduardo Valentin
  2008-04-23 23:57 ` [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h] (take #2) Tony Lindgren
  0 siblings, 2 replies; 22+ messages in thread
From: Eduardo Valentin @ 2008-04-18  8:00 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi, Ragner Magalhaes, Eduardo Valentin

From: Eduardo Valentin <eduardo.valentin@indt.org.br>

Hi all,

This patch series cleans up most of the errors and warnings reported
by checkpatch.pl on sound/arm/omap/omap-alsa*[c,h]. Some checks reported
by checkpatch.pl were ignored, such as removing #if 0 codes. Not all were
eligible for remotion.

There is also one patch that updates the alsa driver for H2.
Since tsc2101 i2c driver was updated, this alsa driver stop
working.

Cheers,

---
Eduardo Valentin

Eduardo Valentin (19):
  Update audio driver for H2 board
  Code clean-up for include/asm-arm/arch-omap/omap-alsa.h
  Code clean-up for sound/arm/omap/omap-alsa-aic23.c
  Code clean-up for sound/arm/omap/omap-alsa-aic23.h
  Code clean-up for sound/arm/omap/omap-alsa-aic23-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-dma.c
  Code clean-up for sound/arm/omap/omap-alsa-dma.h
  Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h
  Code clean-up for sound/arm/omap/omap-alsa-sx1.c
  Code clean-up for sound/arm/omap/omap-alsa-sx1.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102.h
  Code clean-up for sound/arm/omap/omap-alsa.c

 arch/arm/mach-omap1/board-h2.c           |   71 ++--
 include/asm-arm/arch-omap/omap-alsa.h    |   29 +-
 sound/arm/omap/omap-alsa-aic23-mixer.c   |  144 ++++---
 sound/arm/omap/omap-alsa-aic23.c         |   59 ++--
 sound/arm/omap/omap-alsa-aic23.h         |   12 +-
 sound/arm/omap/omap-alsa-dma.c           |  171 ++++-----
 sound/arm/omap/omap-alsa-dma.h           |   22 +-
 sound/arm/omap/omap-alsa-sx1-mixer.c     |   22 +-
 sound/arm/omap/omap-alsa-sx1-mixer.h     |    6 +-
 sound/arm/omap/omap-alsa-sx1.c           |   72 +++-
 sound/arm/omap/omap-alsa-sx1.h           |    3 +-
 sound/arm/omap/omap-alsa-tsc2101-mixer.c |  631 ++++++++++++++++--------------
 sound/arm/omap/omap-alsa-tsc2101-mixer.h |   31 +-
 sound/arm/omap/omap-alsa-tsc2101.c       |  320 ++++++++++-----
 sound/arm/omap/omap-alsa-tsc2101.h       |   11 +-
 sound/arm/omap/omap-alsa-tsc2102-mixer.c |   14 +-
 sound/arm/omap/omap-alsa-tsc2102.c       |   70 ++--
 sound/arm/omap/omap-alsa-tsc2102.h       |    2 +-
 sound/arm/omap/omap-alsa.c               |  163 ++++----
 19 files changed, 1056 insertions(+), 797 deletions(-)


^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h]
@ 2008-04-15 14:02 Eduardo Valentin
  2008-04-15 14:02 ` [PATCH 01/19] Update audio driver for H2 board Eduardo Valentin
  0 siblings, 1 reply; 22+ messages in thread
From: Eduardo Valentin @ 2008-04-15 14:02 UTC (permalink / raw)
  To: linux-omap; +Cc: Eduardo Valentin

From: Eduardo Valentin <eduardo.valentin@indt.org.br>

Hi all,

This patch series cleans up most of the errors and warnings reported
by checkpatch.pl on sound/arm/omap/omap-alsa*[c,h]. Some checks reported
by checkpatch.pl were ignored, such as removing #if 0 codes. Not all were
eligible for remotion.

There is also one patch that updates the alsa driver for H2.
Since tsc2101 i2c driver was updated, this alsa driver stop
working.

As Carlos already sent a patch to remove old #includes into these files [1],
this series does not include this fix.

Cheers,

---
Eduardo Valentin

[1] - http://marc.info/?l=linux-omap&m=120813065101654&w=2

Eduardo Valentin (19):
  Update audio driver for H2 board
  Code clean-up for sound/arm/omap/omap-alsa.h
  Code clean-up for sound/arm/omap/omap-alsa-aic23.c
  Code clean-up for sound/arm/omap/omap-alsa-aic23.h
  Code clean-up for sound/arm/omap/omap-alsa-aic23-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-dma.c
  Code clean-up for sound/arm/omap/omap-alsa-dma.h
  Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h
  Code clean-up for sound/arm/omap/omap-alsa-sx1.c
  Code clean-up for sound/arm/omap/omap-alsa-sx1.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2101.h
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102-mixer.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102.c
  Code clean-up for sound/arm/omap/omap-alsa-tsc2102.h
  Code clean-up for sound/arm/omap/omap-alsa.c

 arch/arm/mach-omap1/board-h2.c           |   72 ++--
 include/asm-arm/arch-omap/omap-alsa.h    |   14 +-
 sound/arm/omap/omap-alsa-aic23-mixer.c   |  138 ++++---
 sound/arm/omap/omap-alsa-aic23.c         |   59 ++--
 sound/arm/omap/omap-alsa-aic23.h         |   12 +-
 sound/arm/omap/omap-alsa-dma.c           |  171 ++++-----
 sound/arm/omap/omap-alsa-dma.h           |   22 +-
 sound/arm/omap/omap-alsa-sx1-mixer.c     |   22 +-
 sound/arm/omap/omap-alsa-sx1-mixer.h     |    6 +-
 sound/arm/omap/omap-alsa-sx1.c           |   72 +++-
 sound/arm/omap/omap-alsa-sx1.h           |    3 +-
 sound/arm/omap/omap-alsa-tsc2101-mixer.c |  631 ++++++++++++++++--------------
 sound/arm/omap/omap-alsa-tsc2101-mixer.h |   31 +-
 sound/arm/omap/omap-alsa-tsc2101.c       |  320 ++++++++++-----
 sound/arm/omap/omap-alsa-tsc2101.h       |   11 +-
 sound/arm/omap/omap-alsa-tsc2102-mixer.c |   14 +-
 sound/arm/omap/omap-alsa-tsc2102.c       |   70 ++--
 sound/arm/omap/omap-alsa-tsc2102.h       |    2 +-
 sound/arm/omap/omap-alsa.c               |  163 ++++----
 19 files changed, 1045 insertions(+), 788 deletions(-)


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

end of thread, other threads:[~2008-04-23 23:57 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18  8:00 [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h] (take #2) Eduardo Valentin
2008-04-18  8:00 ` [PATCH 01/19] Update audio driver for H2 board Eduardo Valentin
2008-04-18  8:00   ` [PATCH 02/19] Code clean-up for include/asm-arm/arch-omap/omap-alsa.h Eduardo Valentin
2008-04-18  8:00     ` [PATCH 03/19] Code clean-up for sound/arm/omap/omap-alsa-aic23.c Eduardo Valentin
2008-04-18  8:00       ` [PATCH 04/19] Code clean-up for sound/arm/omap/omap-alsa-aic23.h Eduardo Valentin
2008-04-18  8:00         ` [PATCH 05/19] Code clean-up for sound/arm/omap/omap-alsa-aic23-mixer.c Eduardo Valentin
2008-04-18  8:00           ` [PATCH 06/19] Code clean-up for sound/arm/omap/omap-alsa-dma.c Eduardo Valentin
2008-04-18  8:00             ` [PATCH 07/19] Code clean-up for sound/arm/omap/omap-alsa-dma.h Eduardo Valentin
2008-04-18  8:00               ` [PATCH 08/19] Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.c Eduardo Valentin
2008-04-18  8:00                 ` [PATCH 09/19] Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h Eduardo Valentin
2008-04-18  8:00                   ` [PATCH 10/19] Code clean-up for sound/arm/omap/omap-alsa-sx1.c Eduardo Valentin
2008-04-18  8:00                     ` [PATCH 11/19] Code clean-up for sound/arm/omap/omap-alsa-sx1.h Eduardo Valentin
2008-04-18  8:00                       ` [PATCH 12/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.c Eduardo Valentin
2008-04-18  8:01                         ` [PATCH 13/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.h Eduardo Valentin
2008-04-18  8:01                           ` [PATCH 14/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101.c Eduardo Valentin
2008-04-18  8:01                             ` [PATCH 15/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101.h Eduardo Valentin
2008-04-18  8:01                               ` [PATCH 16/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2102-mixer.c Eduardo Valentin
2008-04-18  8:01                                 ` [PATCH 17/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2102.c Eduardo Valentin
2008-04-18  8:01                                   ` [PATCH 18/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2102.h Eduardo Valentin
2008-04-18  8:01                                     ` [PATCH 19/19] Code clean-up for sound/arm/omap/omap-alsa.c Eduardo Valentin
2008-04-23 23:57 ` [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h] (take #2) Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2008-04-15 14:02 [PATCH 00/19] Update and clean up on sound/arm/omap/omap-alsa*[c,h] Eduardo Valentin
2008-04-15 14:02 ` [PATCH 01/19] Update audio driver for H2 board Eduardo Valentin
2008-04-15 14:02   ` [PATCH 02/19] Code clean-up for sound/arm/omap/omap-alsa.h Eduardo Valentin
2008-04-15 14:02     ` [PATCH 03/19] Code clean-up for sound/arm/omap/omap-alsa-aic23.c Eduardo Valentin
2008-04-15 14:02       ` [PATCH 04/19] Code clean-up for sound/arm/omap/omap-alsa-aic23.h Eduardo Valentin
2008-04-15 14:02         ` [PATCH 05/19] Code clean-up for sound/arm/omap/omap-alsa-aic23-mixer.c Eduardo Valentin
2008-04-15 14:02           ` [PATCH 06/19] Code clean-up for sound/arm/omap/omap-alsa-dma.c Eduardo Valentin
2008-04-15 14:02             ` [PATCH 07/19] Code clean-up for sound/arm/omap/omap-alsa-dma.h Eduardo Valentin
2008-04-15 14:02               ` [PATCH 08/19] Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.c Eduardo Valentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox