From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.ujfalusi@ti.com (Peter Ujfalusi) Date: Thu, 20 Sep 2012 10:29:23 +0300 Subject: [PATCH 08/29] ARM: OMAP2+: Make board-zoom.h local In-Reply-To: <20120919210554.28074.2280.stgit@muffinssi> References: <20120919205732.28074.43697.stgit@muffinssi> <20120919210554.28074.2280.stgit@muffinssi> Message-ID: <505AC5D3.1040907@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tony, On 09/20/2012 12:05 AM, Tony Lindgren wrote: > This can be local to mach-omap2 after we rip out the messed up > extmute stuff from board-zoom-peripherals.c that's all over > the place and probably does not even work because of all the > hardcoded GPIO numbers. > > I also suggest ASoC gusy remove all extmute handling from > sound/soc/codecs/twl4030.c unless it's been tested to work > and implemented in a saner way. I just wanted to note that I also have pending patch for zoom2.c as part of the twl4030 audio module DT support series: http://lkml.indiana.edu/hypermail/linux/kernel/1209.1/00711.html > > Cc: Peter Ujfalusi > Cc: Jarkko Nikula > Cc: Liam Girdwood > Cc: Mark Brown > Cc: alsa-devel at alsa-project.org > Signed-off-by: Tony Lindgren > --- > arch/arm/mach-omap2/board-3630sdp.c | 2 +- > arch/arm/mach-omap2/board-ldp.c | 2 +- > arch/arm/mach-omap2/board-zoom-debugboard.c | 2 +- > arch/arm/mach-omap2/board-zoom-display.c | 2 +- > arch/arm/mach-omap2/board-zoom-peripherals.c | 16 +--------------- > arch/arm/mach-omap2/board-zoom.c | 2 +- > arch/arm/mach-omap2/board-zoom.h | 0 > sound/soc/omap/zoom2.c | 2 +- > 8 files changed, 7 insertions(+), 21 deletions(-) > rename arch/arm/mach-omap2/{include/mach/board-zoom.h => board-zoom.h} (100%) > > diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c > index 8518b13..c7d6ea2 100644 > --- a/arch/arm/mach-omap2/board-3630sdp.c > +++ b/arch/arm/mach-omap2/board-3630sdp.c > @@ -20,7 +20,7 @@ > #include > #include > > -#include > +#include "board-zoom.h" > > #include "board-flash.h" > #include "mux.h" > diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c > index 3f3a552..d0372a6 100644 > --- a/arch/arm/mach-omap2/board-ldp.c > +++ b/arch/arm/mach-omap2/board-ldp.c > @@ -36,7 +36,7 @@ > #include > #include "common.h" > #include > -#include > +#include "board-zoom.h" > #include > #include > > diff --git a/arch/arm/mach-omap2/board-zoom-debugboard.c b/arch/arm/mach-omap2/board-zoom-debugboard.c > index 0d8d919..42c97c2 100644 > --- a/arch/arm/mach-omap2/board-zoom-debugboard.c > +++ b/arch/arm/mach-omap2/board-zoom-debugboard.c > @@ -20,7 +20,7 @@ > #include > #include > > -#include > +#include "board-zoom.h" > > #include "soc.h" > #include "common.h" > diff --git a/arch/arm/mach-omap2/board-zoom-display.c b/arch/arm/mach-omap2/board-zoom-display.c > index ea79bc2..6a162fb 100644 > --- a/arch/arm/mach-omap2/board-zoom-display.c > +++ b/arch/arm/mach-omap2/board-zoom-display.c > @@ -16,7 +16,7 @@ > #include > #include > #include