public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removes unused platform device for osk5912
@ 2008-12-05  5:53 arunks
  2008-12-08 19:12 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: arunks @ 2008-12-05  5:53 UTC (permalink / raw)
  To: linux-omap; +Cc: dbrownell, tony, dirk.behme, Arun KS

From: Arun KS <arunks@mistralsolutions.com>

This patch removes platform device used my ALSA driver, which
is now replaced with ASoC driver.

Signed-off-by: Arun KS <arunks@mistralsolutions.com>
---
 arch/arm/mach-omap1/board-osk.c |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c
index 41e40d6..d2dfff5 100644
--- a/arch/arm/mach-omap1/board-osk.c
+++ b/arch/arm/mach-omap1/board-osk.c
@@ -141,47 +141,10 @@ static struct platform_device osk5912_cf_device = {
 	.resource	= osk5912_cf_resources,
 };
 
-#define DEFAULT_BITPERSAMPLE 16
-
-static struct omap_mcbsp_reg_cfg mcbsp_regs = {
-	.spcr2 = FREE | FRST | GRST | XRST | XINTM(3),
-	.spcr1 = RINTM(3) | RRST,
-	.rcr2 = RPHASE | RFRLEN2(OMAP_MCBSP_WORD_8) |
-	    RWDLEN2(OMAP_MCBSP_WORD_16) | RDATDLY(0),
-	.rcr1 = RFRLEN1(OMAP_MCBSP_WORD_8) | RWDLEN1(OMAP_MCBSP_WORD_16),
-	.xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) |
-	    XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG,
-	.xcr1 = XFRLEN1(OMAP_MCBSP_WORD_8) | XWDLEN1(OMAP_MCBSP_WORD_16),
-	.srgr1 = FWID(DEFAULT_BITPERSAMPLE - 1),
-	.srgr2 = GSYNC | CLKSP | FSGM | FPER(DEFAULT_BITPERSAMPLE * 2 - 1),
-	/*.pcr0 = FSXM | FSRM | CLKXM | CLKRM | CLKXP | CLKRP,*/ /* mcbsp: master */
-	.pcr0 = CLKXP | CLKRP,  /* mcbsp: slave */
-};
-
-static struct omap_alsa_codec_config alsa_config = {
-	.name			= "OSK AIC23",
-	.mcbsp_regs_alsa	= &mcbsp_regs,
-	.codec_configure_dev	= NULL, /* aic23_configure, */
-	.codec_set_samplerate	= NULL, /* aic23_set_samplerate, */
-	.codec_clock_setup	= NULL, /* aic23_clock_setup, */
-	.codec_clock_on		= NULL, /* aic23_clock_on, */
-	.codec_clock_off	= NULL, /* aic23_clock_off, */
-	.get_default_samplerate	= NULL, /* aic23_get_default_samplerate, */
-};
-
-static struct platform_device osk5912_mcbsp1_device = {
-	.name	= "omap_alsa_mcbsp",
-	.id	= 1,
-	.dev = {
-		.platform_data	= &alsa_config,
-	},
-};
-
 static struct platform_device *osk5912_devices[] __initdata = {
 	&osk5912_flash_device,
 	&osk5912_smc91x_device,
 	&osk5912_cf_device,
-	&osk5912_mcbsp1_device,
 };
 
 static struct gpio_led tps_leds[] = {
-- 
1.5.6.3


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

* Re: [PATCH] Removes unused platform device for osk5912
  2008-12-05  5:53 [PATCH] Removes unused platform device for osk5912 arunks
@ 2008-12-08 19:12 ` Tony Lindgren
  2008-12-08 19:35   ` David Brownell
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2008-12-08 19:12 UTC (permalink / raw)
  To: arunks; +Cc: linux-omap, dbrownell, dirk.behme

* arunks@mistralsolutions.com <arunks@mistralsolutions.com> [081204 21:53]:
> From: Arun KS <arunks@mistralsolutions.com>
> 
> This patch removes platform device used my ALSA driver, which
> is now replaced with ASoC driver.

Thanks, I'll apply this to linux-omap tree. Will also expand it to
delete similar code from other board files for the mainline queue.
Some of the includes can disappear with this patch, BTW.

Tony

> Signed-off-by: Arun KS <arunks@mistralsolutions.com>
> ---
>  arch/arm/mach-omap1/board-osk.c |   37 -------------------------------------
>  1 files changed, 0 insertions(+), 37 deletions(-)
> 
> diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c
> index 41e40d6..d2dfff5 100644
> --- a/arch/arm/mach-omap1/board-osk.c
> +++ b/arch/arm/mach-omap1/board-osk.c
> @@ -141,47 +141,10 @@ static struct platform_device osk5912_cf_device = {
>  	.resource	= osk5912_cf_resources,
>  };
>  
> -#define DEFAULT_BITPERSAMPLE 16
> -
> -static struct omap_mcbsp_reg_cfg mcbsp_regs = {
> -	.spcr2 = FREE | FRST | GRST | XRST | XINTM(3),
> -	.spcr1 = RINTM(3) | RRST,
> -	.rcr2 = RPHASE | RFRLEN2(OMAP_MCBSP_WORD_8) |
> -	    RWDLEN2(OMAP_MCBSP_WORD_16) | RDATDLY(0),
> -	.rcr1 = RFRLEN1(OMAP_MCBSP_WORD_8) | RWDLEN1(OMAP_MCBSP_WORD_16),
> -	.xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) |
> -	    XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG,
> -	.xcr1 = XFRLEN1(OMAP_MCBSP_WORD_8) | XWDLEN1(OMAP_MCBSP_WORD_16),
> -	.srgr1 = FWID(DEFAULT_BITPERSAMPLE - 1),
> -	.srgr2 = GSYNC | CLKSP | FSGM | FPER(DEFAULT_BITPERSAMPLE * 2 - 1),
> -	/*.pcr0 = FSXM | FSRM | CLKXM | CLKRM | CLKXP | CLKRP,*/ /* mcbsp: master */
> -	.pcr0 = CLKXP | CLKRP,  /* mcbsp: slave */
> -};
> -
> -static struct omap_alsa_codec_config alsa_config = {
> -	.name			= "OSK AIC23",
> -	.mcbsp_regs_alsa	= &mcbsp_regs,
> -	.codec_configure_dev	= NULL, /* aic23_configure, */
> -	.codec_set_samplerate	= NULL, /* aic23_set_samplerate, */
> -	.codec_clock_setup	= NULL, /* aic23_clock_setup, */
> -	.codec_clock_on		= NULL, /* aic23_clock_on, */
> -	.codec_clock_off	= NULL, /* aic23_clock_off, */
> -	.get_default_samplerate	= NULL, /* aic23_get_default_samplerate, */
> -};
> -
> -static struct platform_device osk5912_mcbsp1_device = {
> -	.name	= "omap_alsa_mcbsp",
> -	.id	= 1,
> -	.dev = {
> -		.platform_data	= &alsa_config,
> -	},
> -};
> -
>  static struct platform_device *osk5912_devices[] __initdata = {
>  	&osk5912_flash_device,
>  	&osk5912_smc91x_device,
>  	&osk5912_cf_device,
> -	&osk5912_mcbsp1_device,
>  };
>  
>  static struct gpio_led tps_leds[] = {
> -- 
> 1.5.6.3
> 

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

* Re: [PATCH] Removes unused platform device for osk5912
  2008-12-08 19:12 ` Tony Lindgren
@ 2008-12-08 19:35   ` David Brownell
  2008-12-08 20:03     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: David Brownell @ 2008-12-08 19:35 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: arunks, linux-omap, dirk.behme

On Monday 08 December 2008, Tony Lindgren wrote:
> 
> > This patch removes platform device used my ALSA driver, which
> > is now replaced with ASoC driver.
> 
> Thanks, I'll apply this to linux-omap tree. Will also expand it to
> delete similar code from other board files for the mainline queue.
> Some of the includes can disappear with this patch, BTW.

Maybe drivers/i2c/chips/tlv320aic23.c should be removed too.
I think that's a remnant of now-removed OSS infrastructure;

- Dave


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

* Re: [PATCH] Removes unused platform device for osk5912
  2008-12-08 19:35   ` David Brownell
@ 2008-12-08 20:03     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2008-12-08 20:03 UTC (permalink / raw)
  To: David Brownell; +Cc: arunks, linux-omap, dirk.behme

* David Brownell <david-b@pacbell.net> [081208 11:36]:
> On Monday 08 December 2008, Tony Lindgren wrote:
> > 
> > > This patch removes platform device used my ALSA driver, which
> > > is now replaced with ASoC driver.
> > 
> > Thanks, I'll apply this to linux-omap tree. Will also expand it to
> > delete similar code from other board files for the mainline queue.
> > Some of the includes can disappear with this patch, BTW.
> 
> Maybe drivers/i2c/chips/tlv320aic23.c should be removed too.
> I think that's a remnant of now-removed OSS infrastructure;

Great, done!

Tony

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

end of thread, other threads:[~2008-12-08 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05  5:53 [PATCH] Removes unused platform device for osk5912 arunks
2008-12-08 19:12 ` Tony Lindgren
2008-12-08 19:35   ` David Brownell
2008-12-08 20:03     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox