* [PATCH] MFD: DaVinci: Fix voice codec device name
@ 2011-01-27 13:28 Manjunathappa, Prakash
2011-01-27 20:41 ` Liam Girdwood
[not found] ` <1296134916-25742-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org>
0 siblings, 2 replies; 3+ messages in thread
From: Manjunathappa, Prakash @ 2011-01-27 13:28 UTC (permalink / raw)
To: Samuel Ortiz
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/,
stable-DgEjT+Ai2ygdnm+yROfE0A,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
lrg-kDsPt+C1G03kYMGBc/C6ZA
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-l0cyMroinI0@public.gmane.org>
---
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,
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MFD: DaVinci: Fix voice codec device name
2011-01-27 13:28 [PATCH] MFD: DaVinci: Fix voice codec device name Manjunathappa, Prakash
@ 2011-01-27 20:41 ` Liam Girdwood
[not found] ` <1296134916-25742-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org>
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-01-27 20:41 UTC (permalink / raw)
To: Manjunathappa, Prakash
Cc: davinci-linux-open-source, Samuel Ortiz, broonie, alsa-devel,
stable, linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MFD: DaVinci: Fix voice codec device name
[not found] ` <1296134916-25742-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org>
@ 2011-01-31 11:04 ` Samuel Ortiz
0 siblings, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2011-01-31 11:04 UTC (permalink / raw)
To: Manjunathappa, Prakash
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/,
stable-DgEjT+Ai2ygdnm+yROfE0A,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
lrg-kDsPt+C1G03kYMGBc/C6ZA
Hi Prakash,
On Thu, Jan 27, 2011 at 06:58:36PM +0530, Manjunathappa, Prakash wrote:
> Fix the device name in DaVinci Voice Codec MFD driver to load
> davinci-vcif and cq93vc codec client drivers.
Thanks, patch applied.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-31 11:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 13:28 [PATCH] MFD: DaVinci: Fix voice codec device name Manjunathappa, Prakash
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
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).