* [GIT PULL] MOP500 Audio patches due for ASoC
@ 2012-09-20 11:37 Lee Jones
2012-09-20 11:57 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Lee Jones @ 2012-09-20 11:37 UTC (permalink / raw)
To: broonie; +Cc: ola.o.lilja, linus.walleij, alsa-devel, arnd
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
are available in the git repository at:
git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
for you to fetch changes up to b4cad7af6665743647f28119b689e1552326d4da:
Documentation: Define the MSP Driver Device Tree bindings (2012-09-20 09:10:59 +0200)
----------------------------------------------------------------
Lee Jones (7):
ASoC: Ux500: Move MSP pinctrl setup into the MSP driver
ASoC: Ux500: Enable MOP500 driver for Device Tree
ASoC: Ux500: Enable ux500 MSP driver for Device Tree
ASoC: codecs: Enable AB8500 CODEC for Device Tree
ASoC: Ux500: Minor coding layout changes
Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings
Documentation: Define the MSP Driver Device Tree bindings
.../devicetree/bindings/sound/ux500-mop500.txt | 39 +++++++++
.../devicetree/bindings/sound/ux500-msp.txt | 43 ++++++++++
arch/arm/mach-ux500/board-mop500-msp.c | 79 +----------------
arch/arm/mach-ux500/include/mach/msp.h | 2 -
include/linux/mfd/abx500/ab8500-codec.h | 6 +-
sound/soc/codecs/ab8500-codec.c | 81 ++++++++++++++++++
sound/soc/ux500/mop500.c | 47 +++++++++--
sound/soc/ux500/ux500_msp_dai.c | 6 ++
sound/soc/ux500/ux500_msp_i2s.c | 89 +++++++++++++++-----
sound/soc/ux500/ux500_msp_i2s.h | 8 +-
10 files changed, 292 insertions(+), 108 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/ux500-mop500.txt
create mode 100644 Documentation/devicetree/bindings/sound/ux500-msp.txt
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-20 11:37 [GIT PULL] MOP500 Audio patches due for ASoC Lee Jones
@ 2012-09-20 11:57 ` Mark Brown
2012-09-20 12:02 ` Lee Jones
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2012-09-20 11:57 UTC (permalink / raw)
To: Lee Jones; +Cc: ola.o.lilja, linus.walleij, alsa-devel, arnd
On Thu, Sep 20, 2012 at 01:37:15PM +0200, Lee Jones wrote:
> The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
>
> Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
>
> for you to fetch changes up to b4cad7af6665743647f28119b689e1552326d4da:
>
> Documentation: Define the MSP Driver Device Tree bindings (2012-09-20 09:10:59 +0200)
Please post the actual patches for review as well. The normal thing is
to post the patches as a followup to the pull request making the pull
request a cover letter for the series, and obviously if they are from
your previous serieses it's been some considerable time since that
happend.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-20 11:57 ` Mark Brown
@ 2012-09-20 12:02 ` Lee Jones
0 siblings, 0 replies; 9+ messages in thread
From: Lee Jones @ 2012-09-20 12:02 UTC (permalink / raw)
To: Mark Brown; +Cc: ola.o.lilja, linus.walleij, alsa-devel, arnd
On Thu, 20 Sep 2012, Mark Brown wrote:
> On Thu, Sep 20, 2012 at 01:37:15PM +0200, Lee Jones wrote:
> > The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
> >
> > Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
> >
> > for you to fetch changes up to b4cad7af6665743647f28119b689e1552326d4da:
> >
> > Documentation: Define the MSP Driver Device Tree bindings (2012-09-20 09:10:59 +0200)
>
> Please post the actual patches for review as well. The normal thing is
> to post the patches as a followup to the pull request making the pull
> request a cover letter for the series, and obviously if they are from
> your previous serieses it's been some considerable time since that
> happend.
Sure. Let me start again.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] MOP500 Audio patches due for ASoC
@ 2012-09-20 12:09 Lee Jones
2012-09-20 12:56 ` Mark Brown
0 siblings, 1 reply; 9+ messages in thread
From: Lee Jones @ 2012-09-20 12:09 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel, broonie
Cc: STEricsson_nomadik_linux, ola.o.lilja, alsa-devel, linus.walleij,
arnd
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
are available in the git repository at:
git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
for you to fetch changes up to b4cad7af6665743647f28119b689e1552326d4da:
Documentation: Define the MSP Driver Device Tree bindings (2012-09-20 09:10:59 +0200)
----------------------------------------------------------------
Lee Jones (7):
ASoC: Ux500: Move MSP pinctrl setup into the MSP driver
ASoC: Ux500: Enable MOP500 driver for Device Tree
ASoC: Ux500: Enable ux500 MSP driver for Device Tree
ASoC: codecs: Enable AB8500 CODEC for Device Tree
ASoC: Ux500: Minor coding layout changes
Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings
Documentation: Define the MSP Driver Device Tree bindings
.../devicetree/bindings/sound/ux500-mop500.txt | 39 +++++++++
.../devicetree/bindings/sound/ux500-msp.txt | 43 ++++++++++
arch/arm/mach-ux500/board-mop500-msp.c | 79 +----------------
arch/arm/mach-ux500/include/mach/msp.h | 2 -
include/linux/mfd/abx500/ab8500-codec.h | 6 +-
sound/soc/codecs/ab8500-codec.c | 81 ++++++++++++++++++
sound/soc/ux500/mop500.c | 47 +++++++++--
sound/soc/ux500/ux500_msp_dai.c | 6 ++
sound/soc/ux500/ux500_msp_i2s.c | 89 +++++++++++++++-----
sound/soc/ux500/ux500_msp_i2s.h | 8 +-
10 files changed, 292 insertions(+), 108 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/ux500-mop500.txt
create mode 100644 Documentation/devicetree/bindings/sound/ux500-msp.txt
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-20 12:09 Lee Jones
@ 2012-09-20 12:56 ` Mark Brown
2012-09-20 13:06 ` Lee Jones
2012-09-27 15:01 ` Lee Jones
0 siblings, 2 replies; 9+ messages in thread
From: Mark Brown @ 2012-09-20 12:56 UTC (permalink / raw)
To: Lee Jones
Cc: ola.o.lilja, alsa-devel, linus.walleij, arnd, linux-kernel,
STEricsson_nomadik_linux, linux-arm-kernel
On Thu, Sep 20, 2012 at 02:09:09PM +0200, Lee Jones wrote:
> The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
>
> Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
Pulled, thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-20 12:56 ` Mark Brown
@ 2012-09-20 13:06 ` Lee Jones
2012-09-27 15:01 ` Lee Jones
1 sibling, 0 replies; 9+ messages in thread
From: Lee Jones @ 2012-09-20 13:06 UTC (permalink / raw)
To: Mark Brown
Cc: ola.o.lilja, alsa-devel, linus.walleij, arnd, linux-kernel,
STEricsson_nomadik_linux, linux-arm-kernel
On Thu, 20 Sep 2012, Mark Brown wrote:
> On Thu, Sep 20, 2012 at 02:09:09PM +0200, Lee Jones wrote:
> > The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
> >
> > Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
>
> Pulled, thanks.
Nice! Thanks Mark.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-20 12:56 ` Mark Brown
2012-09-20 13:06 ` Lee Jones
@ 2012-09-27 15:01 ` Lee Jones
2012-09-28 12:37 ` Mark Brown
1 sibling, 1 reply; 9+ messages in thread
From: Lee Jones @ 2012-09-27 15:01 UTC (permalink / raw)
To: Mark Brown
Cc: ola.o.lilja, alsa-devel, linus.walleij, arnd, linux-kernel,
STEricsson_nomadik_linux, linux-arm-kernel
On Thu, 20 Sep 2012, Mark Brown wrote:
> On Thu, Sep 20, 2012 at 02:09:09PM +0200, Lee Jones wrote:
> > The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
> >
> > Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-asoc-next
>
> Pulled, thanks.
Hi Mark,
Is there any reason why the following patches didn't make it into -next?
ASoC: codecs: Enable AB8500 CODEC for Device Tree
ASoC: Ux500: Enable ux500 MSP driver for Device Tree
Kind regards,
Lee
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-27 15:01 ` Lee Jones
@ 2012-09-28 12:37 ` Mark Brown
2012-09-28 14:59 ` Lee Jones
0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2012-09-28 12:37 UTC (permalink / raw)
To: Lee Jones
Cc: ola.o.lilja, alsa-devel, linus.walleij, arnd, linux-kernel,
STEricsson_nomadik_linux, linux-arm-kernel
On Thu, Sep 27, 2012 at 04:01:19PM +0100, Lee Jones wrote:
> Is there any reason why the following patches didn't make it into -next?
> ASoC: codecs: Enable AB8500 CODEC for Device Tree
> ASoC: Ux500: Enable ux500 MSP driver for Device Tree
They appear to be there, there's certainly no reason why they'd be any
different to the rest of the series.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] MOP500 Audio patches due for ASoC
2012-09-28 12:37 ` Mark Brown
@ 2012-09-28 14:59 ` Lee Jones
0 siblings, 0 replies; 9+ messages in thread
From: Lee Jones @ 2012-09-28 14:59 UTC (permalink / raw)
To: Mark Brown
Cc: ola.o.lilja, alsa-devel, linus.walleij, arnd, linux-kernel,
STEricsson_nomadik_linux, linux-arm-kernel
On Fri, 28 Sep 2012, Mark Brown wrote:
> On Thu, Sep 27, 2012 at 04:01:19PM +0100, Lee Jones wrote:
>
> > Is there any reason why the following patches didn't make it into -next?
>
> > ASoC: codecs: Enable AB8500 CODEC for Device Tree
> > ASoC: Ux500: Enable ux500 MSP driver for Device Tree
>
> They appear to be there, there's certainly no reason why they'd be any
> different to the rest of the series.
Okay, I see what's happened. When I rebased the patches I had in my local
delta git just reapplied the commits instead of throwing them out. I can
confirm that the patches above have been applied to -next after all.
Thanks again,
Lee
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-09-28 14:59 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 11:37 [GIT PULL] MOP500 Audio patches due for ASoC Lee Jones
2012-09-20 11:57 ` Mark Brown
2012-09-20 12:02 ` Lee Jones
-- strict thread matches above, loose matches on Subject: below --
2012-09-20 12:09 Lee Jones
2012-09-20 12:56 ` Mark Brown
2012-09-20 13:06 ` Lee Jones
2012-09-27 15:01 ` Lee Jones
2012-09-28 12:37 ` Mark Brown
2012-09-28 14:59 ` Lee Jones
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).