remove pm.c rk3188/clock_data.c pirntk
authorxxx <xxx@rock-chips.com>
Tue, 7 May 2013 06:58:05 +0000 (14:58 +0800)
committerxxx <xxx@rock-chips.com>
Tue, 7 May 2013 06:58:05 +0000 (14:58 +0800)
arch/arm/mach-rk30/pm.c [changed mode: 0644->0755]
arch/arm/mach-rk3188/clock_data.c

old mode 100644 (file)
new mode 100755 (executable)
index 6fc7d28..6664273
@@ -459,10 +459,6 @@ static void rk30_pm_set_power_domain(u32 pmu_pwrdn_st, bool state)
 }
 static void __sramfunc rk_pm_soc_sram_volt_suspend(void)
 {
-       sram_printch('s');
-       sram_printch('v');
-       sram_printch('\n');
-
        rk30_suspend_voltage_set(1000000);
        rk30_pwm_logic_suspend_voltage();
 #ifdef CONFIG_ACT8846_SUPPORT_RESET
index 905862112554b299a9e2d4ca2593ac8d6ab434d0..99c1e1d939e266cf35bffa468fd19459df7f4c69 100755 (executable)
@@ -3425,8 +3425,6 @@ void rk30_clock_common_uart_init(struct clk *cpll_clk,struct clk *gpll_clk)
                }       
                rate=50*MHZ;
        }
-       printk("rk30_clock_common_uart_init\n");
-       printk("%s rate%lu,gpll_clk->rate=%lu\n",__FUNCTION__,rate,gpll_clk->rate);
        clk_set_parent_nolock(&clk_uart_pll, p_clk);
        clk_set_rate_nolock(&clk_uart0_div,rate);
        clk_set_rate_nolock(&clk_uart1_div,rate);