off debug input key printk and sdmmc debug

This commit is contained in:
lhh
2010-12-15 17:21:07 +08:00
parent f5be538f39
commit 0ac1d90519
4 changed files with 3 additions and 5 deletions

View File

@@ -990,7 +990,7 @@ CONFIG_SND_SOC_WM8900=y
# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
CONFIG_MMC_EMBEDDED_SDIO=y
# CONFIG_MMC_PARANOID_SD_INIT is not set

View File

@@ -308,9 +308,6 @@ struct platform_device rk29_device_uart0 = {
.id = 0,
.num_resources = ARRAY_SIZE(resources_uart0),
.resource = resources_uart0,
.dev = {
.platform_data = &rk2818_serial0_platdata,
},
};
#endif
#ifdef CONFIG_UART1_RK29

View File

@@ -32,7 +32,7 @@
#define INVALID_ADVALUE 10
#if 1
#if 0
#define key_dbg(bdata, format, arg...) \
dev_printk(KERN_INFO , &bdata->input->dev , format , ## arg)
#else

View File

@@ -733,6 +733,7 @@ static void rk29_sdmmc_request_end(struct rk29_sdmmc *host, struct mmc_request *
/* wait till resets clear */
while (rk29_sdmmc_read(host->regs, SDMMC_CTRL) & ( SDMMC_CTRL_FIFO_RESET));
local_irq_restore(flags);
time_out2--;
if(!time_out2)
break;
}