Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270798
b: refs/heads/master
c: 23524eb
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Mark Brown committed Oct 6, 2011
1 parent 414a1a0 commit 4e00762
Show file tree
Hide file tree
Showing 215 changed files with 3,228 additions and 20,359 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac60155f7afa3fd819befa35c2740a7a0d2f1a39
refs/heads/master: 23524eb16ace864c18a57ca035c76793a3c3eb65

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8510.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/sound/wm8523.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/sound/wm8580.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8711.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8728.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8731.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8737.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8741.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8750.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8753.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/sound/wm8770.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8776.txt

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/Documentation/devicetree/bindings/sound/wm8804.txt

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-ep93xx/edb93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@ static void __init edb93xx_register_spi(void)
/*************************************************************************
* EDB93xx I2S
*************************************************************************/
static struct platform_device edb93xx_audio_device = {
.name = "edb93xx-audio",
.id = -1,
};

static int __init edb93xx_has_audio(void)
{
return (machine_is_edb9301() || machine_is_edb9302() ||
Expand All @@ -175,7 +170,6 @@ static void __init edb93xx_register_i2s(void)
{
if (edb93xx_has_audio()) {
ep93xx_register_i2s();
platform_device_register(&edb93xx_audio_device);
}
}

Expand Down
13 changes: 1 addition & 12 deletions trunk/arch/arm/mach-ep93xx/simone.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ static struct i2c_board_info __initdata simone_i2c_board_info[] = {
},
};

static struct platform_device simone_audio_device = {
.name = "simone-audio",
.id = -1,
};

static void __init simone_register_audio(void)
{
ep93xx_register_ac97();
platform_device_register(&simone_audio_device);
}

static void __init simone_init_machine(void)
{
ep93xx_init_devices();
Expand All @@ -72,7 +61,7 @@ static void __init simone_init_machine(void)
ep93xx_register_fb(&simone_fb_info);
ep93xx_register_i2c(&simone_i2c_gpio_data, simone_i2c_board_info,
ARRAY_SIZE(simone_i2c_board_info));
simone_register_audio();
ep93xx_register_ac97();
}

MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board")
Expand Down
13 changes: 1 addition & 12 deletions trunk/arch/arm/mach-ep93xx/snappercl15.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,14 @@ static struct ep93xxfb_mach_info __initdata snappercl15_fb_info = {
.bpp = 16,
};

static struct platform_device snappercl15_audio_device = {
.name = "snappercl15-audio",
.id = -1,
};

static void __init snappercl15_register_audio(void)
{
ep93xx_register_i2s();
platform_device_register(&snappercl15_audio_device);
}

static void __init snappercl15_init_machine(void)
{
ep93xx_init_devices();
ep93xx_register_eth(&snappercl15_eth_data, 1);
ep93xx_register_i2c(&snappercl15_i2c_gpio_data, snappercl15_i2c_data,
ARRAY_SIZE(snappercl15_i2c_data));
ep93xx_register_fb(&snappercl15_fb_info);
snappercl15_register_audio();
ep93xx_register_i2s();
platform_device_register(&snappercl15_nand_device);
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ static struct twl4030_platform_data rx51_twldata __initdata = {
};

static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
.id = TPA6130A2,
.power_gpio = 98,
};

Expand Down
33 changes: 0 additions & 33 deletions trunk/arch/arm/mach-omap2/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,38 +330,6 @@ static void omap_init_audio(void)
static inline void omap_init_audio(void) {}
#endif

#if defined(CONFIG_SND_OMAP_SOC_MCPDM) || \
defined(CONFIG_SND_OMAP_SOC_MCPDM_MODULE)

static struct omap_device_pm_latency omap_mcpdm_latency[] = {
{
.deactivate_func = omap_device_idle_hwmods,
.activate_func = omap_device_enable_hwmods,
.flags = OMAP_DEVICE_LATENCY_AUTO_ADJUST,
},
};

static void omap_init_mcpdm(void)
{
struct omap_hwmod *oh;
struct omap_device *od;

oh = omap_hwmod_lookup("mcpdm");
if (!oh) {
printk(KERN_ERR "Could not look up mcpdm hw_mod\n");
return;
}

od = omap_device_build("omap-mcpdm", -1, oh, NULL, 0,
omap_mcpdm_latency,
ARRAY_SIZE(omap_mcpdm_latency), 0);
if (IS_ERR(od))
printk(KERN_ERR "Could not build omap_device for omap-mcpdm-dai\n");
}
#else
static inline void omap_init_mcpdm(void) {}
#endif

#if defined(CONFIG_SPI_OMAP24XX) || defined(CONFIG_SPI_OMAP24XX_MODULE)

#include <plat/mcspi.h>
Expand Down Expand Up @@ -715,7 +683,6 @@ static int __init omap2_init_devices(void)
* in alphabetical order so they're easier to sort through.
*/
omap_init_audio();
omap_init_mcpdm();
omap_init_camera();
omap_init_mbox();
omap_init_mcspi();
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -5430,7 +5430,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
&omap44xx_mcbsp4_hwmod,

/* mcpdm class */
&omap44xx_mcpdm_hwmod,
/* &omap44xx_mcpdm_hwmod, */

/* mcspi class */
&omap44xx_mcspi1_hwmod,
Expand Down
Loading

0 comments on commit 4e00762

Please sign in to comment.