linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device
@ 2011-04-12 20:51 Lars-Peter Clausen
  2011-04-13  7:43 ` [alsa-devel] " Liam Girdwood
  2011-04-13 17:37 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Lars-Peter Clausen @ 2011-04-12 20:51 UTC (permalink / raw)
  To: linux-arm-kernel

Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
module.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>
---
 arch/arm/mach-s3c2440/mach-gta02.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 0db2411..7166620 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -409,6 +409,10 @@ struct platform_device s3c24xx_pwm_device = {
 	.num_resources	= 0,
 };
 
+static struct platform_device gta02_dfbmcs320_device = {
+	.name = "dfbmcs320",
+};
+
 static struct i2c_board_info gta02_i2c_devs[] __initdata = {
 	{
 		I2C_BOARD_INFO("pcf50633", 0x73),
@@ -523,6 +527,7 @@ static struct platform_device *gta02_devices[] __initdata = {
 	&s3c_device_iis,
 	&samsung_asoc_dma,
 	&s3c_device_i2c0,
+	&gta02_dfbmcs320_device,
 	&gta02_buttons_device,
 	&s3c_device_adc,
 	&s3c_device_ts,
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [alsa-devel] [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device
  2011-04-12 20:51 [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device Lars-Peter Clausen
@ 2011-04-13  7:43 ` Liam Girdwood
  2011-04-13 17:37 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Liam Girdwood @ 2011-04-13  7:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 2011-04-12 at 22:51 +0200, Lars-Peter Clausen wrote:
> Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
> module.
> 
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> ---
>  arch/arm/mach-s3c2440/mach-gta02.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 

Acked-by: Liam Girdwood <lrg@ti.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device
  2011-04-12 20:51 [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device Lars-Peter Clausen
  2011-04-13  7:43 ` [alsa-devel] " Liam Girdwood
@ 2011-04-13 17:37 ` Mark Brown
  2011-04-13 22:26   ` Kukjin Kim
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2011-04-13 17:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 12, 2011 at 10:51:04PM +0200, Lars-Peter Clausen wrote:
> Register the dfbmcs320 device which provides the PCM DAI for the bluetooth
> module.

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device
  2011-04-13 17:37 ` Mark Brown
@ 2011-04-13 22:26   ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2011-04-13 22:26 UTC (permalink / raw)
  To: linux-arm-kernel

Mark Brown worte:
> 
> On Tue, Apr 12, 2011 at 10:51:04PM +0200, Lars-Peter Clausen wrote:
> > Register the dfbmcs320 device which provides the PCM DAI for the
bluetooth
> > module.
> 
> Applied, thanks.

Mark,

If possible, please add following :)

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-13 22:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 20:51 [PATCH] ARM: s3c2440: gta02; Register dfbmcs320 device Lars-Peter Clausen
2011-04-13  7:43 ` [alsa-devel] " Liam Girdwood
2011-04-13 17:37 ` Mark Brown
2011-04-13 22:26   ` Kukjin Kim

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).