* [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
@ 2009-10-29 18:52 Anuj Aggarwal
2009-10-29 22:29 ` [alsa-devel] " Mark Brown
0 siblings, 1 reply; 6+ messages in thread
From: Anuj Aggarwal @ 2009-10-29 18:52 UTC (permalink / raw)
To: alsa-devel, linux-omap; +Cc: broonie, tony, Anuj Aggarwal
This patch series add support for OMAP3517 / AM3517 EVM in ASOC.
It also enables the required drivers - I2C and McBSP, along with
Alsa SoC subsystem, in the default configuration for the EVM.
Anuj Aggarwal (4):
Audio: Adding OMAP3517 / AM3517 EVM support in ASOC
Audio: Modifying Kconfig/Makefile for AM3517 EVM
Audio: Modifying board-evm file for audio codec
Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM
arch/arm/configs/am3517_evm_defconfig | 78 ++++++++++++-
arch/arm/mach-omap2/board-am3517evm.c | 21 ++++
sound/soc/omap/Kconfig | 9 ++
sound/soc/omap/Makefile | 2 +
sound/soc/omap/am3517evm.c | 202 +++++++++++++++++++++++++++++++++
5 files changed, 309 insertions(+), 3 deletions(-)
create mode 100644 sound/soc/omap/am3517evm.c
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
2009-10-29 18:52 [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC Anuj Aggarwal
@ 2009-10-29 22:29 ` Mark Brown
2010-01-29 8:16 ` Aggarwal, Anuj
0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2009-10-29 22:29 UTC (permalink / raw)
To: Anuj Aggarwal; +Cc: alsa-devel, linux-omap, tony
On Fri, Oct 30, 2009 at 12:22:17AM +0530, Anuj Aggarwal wrote:
> This patch series add support for OMAP3517 / AM3517 EVM in ASOC.
> It also enables the required drivers - I2C and McBSP, along with
> Alsa SoC subsystem, in the default configuration for the EVM.
>
> Anuj Aggarwal (4):
> Audio: Adding OMAP3517 / AM3517 EVM support in ASOC
> Audio: Modifying Kconfig/Makefile for AM3517 EVM
> Audio: Modifying board-evm file for audio codec
> Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM
These all look good - I've applied patches 1 and 2 to ASoC, patches 3
and 4 should go via OMAP and are
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
if it helps (or even if it doesn't!). Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
2009-10-29 22:29 ` [alsa-devel] " Mark Brown
@ 2010-01-29 8:16 ` Aggarwal, Anuj
2010-02-04 1:51 ` [alsa-devel] " Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Aggarwal, Anuj @ 2010-01-29 8:16 UTC (permalink / raw)
To: tony@atomide.com
Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org,
Mark Brown
> -----Original Message-----
> From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com]
> Sent: Friday, October 30, 2009 4:00 AM
> To: Aggarwal, Anuj
> Cc: alsa-devel@alsa-project.org; linux-omap@vger.kernel.org;
> tony@atomide.com
> Subject: Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
>
> On Fri, Oct 30, 2009 at 12:22:17AM +0530, Anuj Aggarwal wrote:
> > This patch series add support for OMAP3517 / AM3517 EVM in ASOC.
> > It also enables the required drivers - I2C and McBSP, along with
> > Alsa SoC subsystem, in the default configuration for the EVM.
> >
> > Anuj Aggarwal (4):
> > Audio: Adding OMAP3517 / AM3517 EVM support in ASOC
> > Audio: Modifying Kconfig/Makefile for AM3517 EVM
> > Audio: Modifying board-evm file for audio codec
> > Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM
>
> These all look good - I've applied patches 1 and 2 to ASoC, patches 3
> and 4 should go via OMAP and are
Tony,
I could not find patches 3 & 4 on l-o master. Am I looking at the right
branch?
>
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>
> if it helps (or even if it doesn't!). Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
2010-01-29 8:16 ` Aggarwal, Anuj
@ 2010-02-04 1:51 ` Tony Lindgren
2010-02-04 8:11 ` Aggarwal, Anuj
2010-02-05 0:04 ` Tony Lindgren
0 siblings, 2 replies; 6+ messages in thread
From: Tony Lindgren @ 2010-02-04 1:51 UTC (permalink / raw)
To: Aggarwal, Anuj
Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org,
Mark Brown
* Aggarwal, Anuj <anuj.aggarwal@ti.com> [100129 00:13]:
> > -----Original Message-----
> > From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com]
> > Sent: Friday, October 30, 2009 4:00 AM
> > To: Aggarwal, Anuj
> > Cc: alsa-devel@alsa-project.org; linux-omap@vger.kernel.org;
> > tony@atomide.com
> > Subject: Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
> >
> > On Fri, Oct 30, 2009 at 12:22:17AM +0530, Anuj Aggarwal wrote:
> > > This patch series add support for OMAP3517 / AM3517 EVM in ASOC.
> > > It also enables the required drivers - I2C and McBSP, along with
> > > Alsa SoC subsystem, in the default configuration for the EVM.
> > >
> > > Anuj Aggarwal (4):
> > > Audio: Adding OMAP3517 / AM3517 EVM support in ASOC
> > > Audio: Modifying Kconfig/Makefile for AM3517 EVM
> > > Audio: Modifying board-evm file for audio codec
> > > Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM
> >
> > These all look good - I've applied patches 1 and 2 to ASoC, patches 3
> > and 4 should go via OMAP and are
> Tony,
>
> I could not find patches 3 & 4 on l-o master. Am I looking at the right
> branch?
Hmm, well I still have about 70 patches pending and have
not yet gotten into looking at the board-*.c files that much..
But looks like I had marked these as "awaiting upstream".
I've marked them "new" again and will queue into omap for-next
when I get to dealing with the board-*.c files.
BTW, I assume these two patches are the missing ones:
http://patchwork.kernel.org/patch/56501/
http://patchwork.kernel.org/patch/56502/
Regards,
Tony
> >
> > Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> >
> > if it helps (or even if it doesn't!). Thanks.
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
2010-02-04 1:51 ` [alsa-devel] " Tony Lindgren
@ 2010-02-04 8:11 ` Aggarwal, Anuj
2010-02-05 0:04 ` Tony Lindgren
1 sibling, 0 replies; 6+ messages in thread
From: Aggarwal, Anuj @ 2010-02-04 8:11 UTC (permalink / raw)
To: Tony Lindgren
Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org,
Mark Brown
> Hmm, well I still have about 70 patches pending and have
> not yet gotten into looking at the board-*.c files that much..
>
> But looks like I had marked these as "awaiting upstream".
> I've marked them "new" again and will queue into omap for-next
> when I get to dealing with the board-*.c files.
>
> BTW, I assume these two patches are the missing ones:
>
> http://patchwork.kernel.org/patch/56501/
> http://patchwork.kernel.org/patch/56502/
[Aggarwal, Anuj] Yes, you are right Tony.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
2010-02-04 1:51 ` [alsa-devel] " Tony Lindgren
2010-02-04 8:11 ` Aggarwal, Anuj
@ 2010-02-05 0:04 ` Tony Lindgren
1 sibling, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2010-02-05 0:04 UTC (permalink / raw)
To: Aggarwal, Anuj
Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org,
Mark Brown
* Tony Lindgren <tony@atomide.com> [100203 17:48]:
> * Aggarwal, Anuj <anuj.aggarwal@ti.com> [100129 00:13]:
> > > -----Original Message-----
> > > From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com]
> > > Sent: Friday, October 30, 2009 4:00 AM
> > > To: Aggarwal, Anuj
> > > Cc: alsa-devel@alsa-project.org; linux-omap@vger.kernel.org;
> > > tony@atomide.com
> > > Subject: Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC
> > >
> > > On Fri, Oct 30, 2009 at 12:22:17AM +0530, Anuj Aggarwal wrote:
> > > > This patch series add support for OMAP3517 / AM3517 EVM in ASOC.
> > > > It also enables the required drivers - I2C and McBSP, along with
> > > > Alsa SoC subsystem, in the default configuration for the EVM.
> > > >
> > > > Anuj Aggarwal (4):
> > > > Audio: Adding OMAP3517 / AM3517 EVM support in ASOC
> > > > Audio: Modifying Kconfig/Makefile for AM3517 EVM
> > > > Audio: Modifying board-evm file for audio codec
> > > > Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM
> > >
> > > These all look good - I've applied patches 1 and 2 to ASoC, patches 3
> > > and 4 should go via OMAP and are
> > Tony,
> >
> > I could not find patches 3 & 4 on l-o master. Am I looking at the right
> > branch?
>
> Hmm, well I still have about 70 patches pending and have
> not yet gotten into looking at the board-*.c files that much..
>
> But looks like I had marked these as "awaiting upstream".
> I've marked them "new" again and will queue into omap for-next
> when I get to dealing with the board-*.c files.
>
> BTW, I assume these two patches are the missing ones:
>
> http://patchwork.kernel.org/patch/56501/
> http://patchwork.kernel.org/patch/56502/
Looks like these need to be refreshed to apply, can you please
repost? Please rebase against v2.6.26-rc6 and make sure they
also apply on omap-for-linus branch in linux-omap tree.
Please also add the ack from Mark Brown below to the patches
while at it.
Regards,
Tony
> > >
> > > Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > >
> > > if it helps (or even if it doesn't!). Thanks.
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-02-05 0:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 18:52 [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC Anuj Aggarwal
2009-10-29 22:29 ` [alsa-devel] " Mark Brown
2010-01-29 8:16 ` Aggarwal, Anuj
2010-02-04 1:51 ` [alsa-devel] " Tony Lindgren
2010-02-04 8:11 ` Aggarwal, Anuj
2010-02-05 0:04 ` Tony Lindgren
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).