From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Various DT fixes related to ux500 ASoC driver
Date: Thu, 30 May 2013 15:53:23 +0100 [thread overview]
Message-ID: <20130530145323.GB1915@gmail.com> (raw)
In-Reply-To: <1369920465-13905-1-git-send-email-fabio.baltieri@linaro.org>
On Thu, 30 May 2013, Fabio Baltieri wrote:
> Hi Linus, Lee,
>
> these are various fixes I found while testing the ux500 ASoC driver on HREF
> with device-tree.
>
> First two patches are typos in DT files, while the others are
> specifically to support ux500 ASoC driver with DT enabled.
>
> The last patch can go in the mfd tree, while the others may safely go
> through arm-soc, as there are no build dependencies or regression issues
> in general.
>
> Thanks,
> Fabio
>
>
> Fabio Baltieri (5):
> ARM: ux500: Fix trivial typo in v-anamic1 comment
> ARM: ux500: Correct anamic2 typo in DT files
> ARM: ux500: Add DT regulators for ab8500-codec
> ARM: ux500: Provide auxdata to ux500 ASoC driver
> mfd: ab8500-core: Add of_compatible property for ab8500-codec
>
> arch/arm/boot/dts/dbx5x0.dtsi | 11 ++++++++---
> arch/arm/boot/dts/href.dtsi | 2 +-
> arch/arm/boot/dts/hrefv60plus.dts | 2 +-
> arch/arm/boot/dts/snowball.dts | 2 +-
> arch/arm/mach-ux500/cpu-db8500.c | 2 ++
> drivers/mfd/ab8500-core.c | 1 +
> drivers/regulator/ab8500.c | 8 ++++----
> 7 files changed, 18 insertions(+), 10 deletions(-)
All look good to me.
For patches 1-4:
Acked-by: Lee Jones <lee.jones@linaro.org>
For patch 5:
Applied thanks.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Fabio Baltieri <fabio.baltieri@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>,
Ola Lilja <ola.o.lilja@stericsson.com>,
Mark Brown <broonie@kernel.org>,
Samuel Ortiz <sameo@linux.intel.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/5] Various DT fixes related to ux500 ASoC driver
Date: Thu, 30 May 2013 15:53:23 +0100 [thread overview]
Message-ID: <20130530145323.GB1915@gmail.com> (raw)
In-Reply-To: <1369920465-13905-1-git-send-email-fabio.baltieri@linaro.org>
On Thu, 30 May 2013, Fabio Baltieri wrote:
> Hi Linus, Lee,
>
> these are various fixes I found while testing the ux500 ASoC driver on HREF
> with device-tree.
>
> First two patches are typos in DT files, while the others are
> specifically to support ux500 ASoC driver with DT enabled.
>
> The last patch can go in the mfd tree, while the others may safely go
> through arm-soc, as there are no build dependencies or regression issues
> in general.
>
> Thanks,
> Fabio
>
>
> Fabio Baltieri (5):
> ARM: ux500: Fix trivial typo in v-anamic1 comment
> ARM: ux500: Correct anamic2 typo in DT files
> ARM: ux500: Add DT regulators for ab8500-codec
> ARM: ux500: Provide auxdata to ux500 ASoC driver
> mfd: ab8500-core: Add of_compatible property for ab8500-codec
>
> arch/arm/boot/dts/dbx5x0.dtsi | 11 ++++++++---
> arch/arm/boot/dts/href.dtsi | 2 +-
> arch/arm/boot/dts/hrefv60plus.dts | 2 +-
> arch/arm/boot/dts/snowball.dts | 2 +-
> arch/arm/mach-ux500/cpu-db8500.c | 2 ++
> drivers/mfd/ab8500-core.c | 1 +
> drivers/regulator/ab8500.c | 8 ++++----
> 7 files changed, 18 insertions(+), 10 deletions(-)
All look good to me.
For patches 1-4:
Acked-by: Lee Jones <lee.jones@linaro.org>
For patch 5:
Applied thanks.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2013-05-30 14:53 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-30 13:27 [PATCH 0/5] Various DT fixes related to ux500 ASoC driver Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-05-30 13:27 ` [PATCH 1/5] ARM: ux500: Fix trivial typo in v-anamic1 comment Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-06-04 8:59 ` Linus Walleij
2013-06-04 8:59 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 2/5] ARM: ux500: Correct anamic2 typo in DT files Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-06-04 9:00 ` Linus Walleij
2013-06-04 9:00 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 3/5] ARM: ux500: Add DT regulators for ab8500-codec Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-06-04 9:01 ` Linus Walleij
2013-06-04 9:01 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-06-04 9:03 ` Linus Walleij
2013-06-04 9:03 ` Linus Walleij
2013-06-04 9:56 ` Fabio Baltieri
2013-06-04 9:56 ` Fabio Baltieri
2013-06-04 10:59 ` Linus Walleij
2013-06-04 10:59 ` Linus Walleij
2013-05-30 13:27 ` [PATCH 5/5] mfd: ab8500-core: Add of_compatible property for ab8500-codec Fabio Baltieri
2013-05-30 13:27 ` Fabio Baltieri
2013-06-04 9:05 ` Linus Walleij
2013-06-04 9:05 ` Linus Walleij
2013-05-30 14:53 ` Lee Jones [this message]
2013-05-30 14:53 ` [PATCH 0/5] Various DT fixes related to ux500 ASoC driver Lee Jones
2013-06-04 9:06 ` Linus Walleij
2013-06-04 9:06 ` Linus Walleij
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=20130530145323.GB1915@gmail.com \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.