|
@@ -403,7 +403,7 @@ static void gpmc_cs_bool_timings(int cs, const struct gpmc_bool_timings *p)
|
|
p->cycle2cyclediffcsen);
|
|
p->cycle2cyclediffcsen);
|
|
}
|
|
}
|
|
|
|
|
|
-#ifdef DEBUG
|
|
|
|
|
|
+#ifdef CONFIG_OMAP_GPMC_DEBUG
|
|
/**
|
|
/**
|
|
* get_gpmc_timing_reg - read a timing parameter and print DTS settings for it.
|
|
* get_gpmc_timing_reg - read a timing parameter and print DTS settings for it.
|
|
* @cs: Chip Select Region
|
|
* @cs: Chip Select Region
|
|
@@ -612,7 +612,7 @@ static int set_gpmc_timing_reg(int cs, int reg, int st_bit, int end_bit, int max
|
|
}
|
|
}
|
|
|
|
|
|
l = gpmc_cs_read_reg(cs, reg);
|
|
l = gpmc_cs_read_reg(cs, reg);
|
|
-#ifdef DEBUG
|
|
|
|
|
|
+#ifdef CONFIG_OMAP_GPMC_DEBUG
|
|
pr_info(
|
|
pr_info(
|
|
"GPMC CS%d: %-17s: %3d ticks, %3lu ns (was %3i ticks) %3d ns\n",
|
|
"GPMC CS%d: %-17s: %3d ticks, %3lu ns (was %3i ticks) %3d ns\n",
|
|
cs, name, ticks, gpmc_get_clk_period(cs, cd) * ticks / 1000,
|
|
cs, name, ticks, gpmc_get_clk_period(cs, cd) * ticks / 1000,
|
|
@@ -767,7 +767,7 @@ int gpmc_cs_set_timings(int cs, const struct gpmc_timings *t,
|
|
GPMC_CONFIG1_CLKACTIVATIONTIME_MAX,
|
|
GPMC_CONFIG1_CLKACTIVATIONTIME_MAX,
|
|
clk_activation, GPMC_CD_FCLK);
|
|
clk_activation, GPMC_CD_FCLK);
|
|
|
|
|
|
-#ifdef DEBUG
|
|
|
|
|
|
+#ifdef CONFIG_OMAP_GPMC_DEBUG
|
|
pr_info("GPMC CS%d CLK period is %lu ns (div %d)\n",
|
|
pr_info("GPMC CS%d CLK period is %lu ns (div %d)\n",
|
|
cs, (div * gpmc_get_fclk_period()) / 1000, div);
|
|
cs, (div * gpmc_get_fclk_period()) / 1000, div);
|
|
#endif
|
|
#endif
|