All of lore.kernel.org
 help / color / mirror / Atom feed
From: fabio.baltieri@linaro.org (Fabio Baltieri)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver
Date: Tue, 4 Jun 2013 11:56:57 +0200	[thread overview]
Message-ID: <20130604095657.GA9581@balto.lan> (raw)
In-Reply-To: <CACRpkda8h_zewd2M7QzvoLn15iDEUv8XYCGqro62chiCcYaM8Q@mail.gmail.com>

On Tue, Jun 04, 2013 at 11:03:41AM +0200, Linus Walleij wrote:
> On Thu, May 30, 2013 at 3:27 PM, Fabio Baltieri
> <fabio.baltieri@linaro.org> wrote:
> 
> > Ux500 ASoC driver is expected to have a specific device name to get
> > clock resources correctly.  This patch provides the necessary
> > OF_DEV_AUXDATA to match the name in DT and non-DT cases.
> >
> > Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> 
> Patch applied to my ux500-devicetree branch after some rebasing.

Thanks!  I saw that a lot patches are stacking up in the tree, do you
plan to send an intermediate pull request to get these on
arm-soc/for-next (and linux-next)?

Thanks,
Fabio

> 
> Yours,
> Linus Walleij
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Fabio Baltieri

WARNING: multiple messages have this Message-ID (diff)
From: Fabio Baltieri <fabio.baltieri@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Lee Jones <lee.jones@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-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver
Date: Tue, 4 Jun 2013 11:56:57 +0200	[thread overview]
Message-ID: <20130604095657.GA9581@balto.lan> (raw)
In-Reply-To: <CACRpkda8h_zewd2M7QzvoLn15iDEUv8XYCGqro62chiCcYaM8Q@mail.gmail.com>

On Tue, Jun 04, 2013 at 11:03:41AM +0200, Linus Walleij wrote:
> On Thu, May 30, 2013 at 3:27 PM, Fabio Baltieri
> <fabio.baltieri@linaro.org> wrote:
> 
> > Ux500 ASoC driver is expected to have a specific device name to get
> > clock resources correctly.  This patch provides the necessary
> > OF_DEV_AUXDATA to match the name in DT and non-DT cases.
> >
> > Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
> 
> Patch applied to my ux500-devicetree branch after some rebasing.

Thanks!  I saw that a lot patches are stacking up in the tree, do you
plan to send an intermediate pull request to get these on
arm-soc/for-next (and linux-next)?

Thanks,
Fabio

> 
> Yours,
> Linus Walleij
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Fabio Baltieri

  reply	other threads:[~2013-06-04  9:56 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 [this message]
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 ` [PATCH 0/5] Various DT fixes related to ux500 ASoC driver Lee Jones
2013-05-30 14:53   ` 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=20130604095657.GA9581@balto.lan \
    --to=fabio.baltieri@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.