Date:2010-06-01 00:33:59 (13 years 6 months ago)
Author:Lars C.
Commit:aabcf803ea09154118b3852bceca24857b79cc8c
Message:jz4740: clocks: Remove cim clocks.

They are unused right now and don't have a clk_ops implementation right now.
Files: arch/mips/jz4740/clock.c (2 diffs)

Change Details

arch/mips/jz4740/clock.c
571571    .ops = &jz_clk_ops_ld,
572572};
573573
574/* TODO: ops!!! */
575static struct clk jz_clk_cim_mclk = {
576    .name = "cim_mclk",
577    .parent = &jz_clk_high_speed_peripheral.clk,
578};
579
580static struct static_clk jz_clk_cim_pclk = {
581    .clk = {
582        .name = "cim_pclk",
583        .gate_bit = JZ_CLOCK_GATE_CIM,
584        .ops = &jz_clk_static_ops,
585    },
586};
587
588574static const struct clk_ops jz_clk_i2s_ops = {
589575    .set_rate = jz_clk_divided_set_rate,
590576    .get_rate = jz_clk_divided_get_rate,
...... 
844830    clk_add(&jz_clk_low_speed_peripheral.clk);
845831    clk_add(&jz_clk_ko);
846832    clk_add(&jz_clk_ld);
847    clk_add(&jz_clk_cim_mclk);
848    clk_add(&jz_clk_cim_pclk.clk);
849833    clk_add(&jz_clk_rtc.clk);
850834
851835    for (i = 0; i < ARRAY_SIZE(jz4740_clock_divided_clks); ++i)

Archive Download the corresponding diff file



interactive