All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: "Manjunathappa, Prakash" <prakash.pm@ti.com>
Cc: davinci-linux-open-source@linux.davincidsp.com,
	Samuel Ortiz <sameo@linux.intel.com>,
	broonie@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org,
	stable@kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] MFD: DaVinci: Fix voice codec device name
Date: Thu, 27 Jan 2011 20:41:56 +0000	[thread overview]
Message-ID: <1296160916.3376.55.camel@odin> (raw)
In-Reply-To: <1296134916-25742-1-git-send-email-prakash.pm@ti.com>

On Thu, 2011-01-27 at 18:58 +0530, Manjunathappa, Prakash wrote:
> Fix the device name in DaVinci Voice Codec MFD driver to load
> davinci-vcif and cq93vc codec client drivers.
> 
> Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
> ---
> This patch applies to Linus's tree at [1].
> 
> [1] http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> ---
>  drivers/mfd/davinci_voicecodec.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c
> index 33c923d..fdd8a1b 100644
> --- a/drivers/mfd/davinci_voicecodec.c
> +++ b/drivers/mfd/davinci_voicecodec.c
> @@ -118,12 +118,12 @@ static int __init davinci_vc_probe(struct platform_device *pdev)
>  
>  	/* Voice codec interface client */
>  	cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL];
> -	cell->name = "davinci_vcif";
> +	cell->name = "davinci-vcif";
>  	cell->driver_data = davinci_vc;
>  
>  	/* Voice codec CQ93VC client */
>  	cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL];
> -	cell->name = "cq93vc";
> +	cell->name = "cq93vc-codec";
>  	cell->driver_data = davinci_vc;
>  
>  	ret = mfd_add_devices(&pdev->dev, pdev->id, davinci_vc->cells,

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

WARNING: multiple messages have this Message-ID (diff)
From: lrg@slimlogic.co.uk (Liam Girdwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] MFD: DaVinci: Fix voice codec device name
Date: Thu, 27 Jan 2011 20:41:56 +0000	[thread overview]
Message-ID: <1296160916.3376.55.camel@odin> (raw)
In-Reply-To: <1296134916-25742-1-git-send-email-prakash.pm@ti.com>

On Thu, 2011-01-27 at 18:58 +0530, Manjunathappa, Prakash wrote:
> Fix the device name in DaVinci Voice Codec MFD driver to load
> davinci-vcif and cq93vc codec client drivers.
> 
> Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
> ---
> This patch applies to Linus's tree at [1].
> 
> [1] http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> ---
>  drivers/mfd/davinci_voicecodec.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c
> index 33c923d..fdd8a1b 100644
> --- a/drivers/mfd/davinci_voicecodec.c
> +++ b/drivers/mfd/davinci_voicecodec.c
> @@ -118,12 +118,12 @@ static int __init davinci_vc_probe(struct platform_device *pdev)
>  
>  	/* Voice codec interface client */
>  	cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL];
> -	cell->name = "davinci_vcif";
> +	cell->name = "davinci-vcif";
>  	cell->driver_data = davinci_vc;
>  
>  	/* Voice codec CQ93VC client */
>  	cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL];
> -	cell->name = "cq93vc";
> +	cell->name = "cq93vc-codec";
>  	cell->driver_data = davinci_vc;
>  
>  	ret = mfd_add_devices(&pdev->dev, pdev->id, davinci_vc->cells,

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

  reply	other threads:[~2011-01-27 20:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-27 13:28 [PATCH] MFD: DaVinci: Fix voice codec device name Manjunathappa, Prakash
2011-01-27 13:28 ` Manjunathappa, Prakash
2011-01-27 20:41 ` Liam Girdwood [this message]
2011-01-27 20:41   ` Liam Girdwood
     [not found] ` <1296134916-25742-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org>
2011-01-31 11:04   ` Samuel Ortiz
2011-01-31 11:04     ` Samuel Ortiz

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=1296160916.3376.55.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=prakash.pm@ti.com \
    --cc=sameo@linux.intel.com \
    --cc=stable@kernel.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.