~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-s3c24xx/clock-s3c2443.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        &clk_hsmmc,
180
180
};
181
181
 
 
182
static struct clk_lookup s3c2443_clk_lookup[] = {
 
183
        CLKDEV_INIT("s3c-sdhci.1", "mmc_busclk.2", &clk_hsmmc),
 
184
        CLKDEV_INIT("s3c64xx-spi.0", "spi_busclk2", &clk_hsspi.clk),
 
185
};
 
186
 
182
187
void __init s3c2443_init_clocks(int xtal)
183
188
{
184
189
        unsigned long epllcon = __raw_readl(S3C2443_EPLLCON);
210
215
 
211
216
        s3c_register_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off));
212
217
        s3c_disable_clocks(init_clocks_off, ARRAY_SIZE(init_clocks_off));
 
218
        clkdev_add_table(s3c2443_clk_lookup, ARRAY_SIZE(s3c2443_clk_lookup));
213
219
 
214
220
        s3c_pwmclk_init();
215
221
}