From 8644f4c9c7cd4970e903a32687ada92d81718cd6 Mon Sep 17 00:00:00 2001 From: "Aoker.Chen" Date: Tue, 9 Dec 2014 18:36:08 +0800 Subject: [PATCH] PD#97170: update ap6354 driver any question, pls ask junqiang.tang@amlogic.com Change-Id: I19380edc37d17d99c7f6b827873964b28909d53a --- broadcm_4354/bcmsdh_sdmmc.c | 5 +++-- broadcm_4354/dhd_sdio.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/broadcm_4354/bcmsdh_sdmmc.c b/broadcm_4354/bcmsdh_sdmmc.c index 2187675..6ae2be3 100755 --- a/broadcm_4354/bcmsdh_sdmmc.c +++ b/broadcm_4354/bcmsdh_sdmmc.c @@ -1066,8 +1066,9 @@ sdioh_request_packet_chain(sdioh_info_t *sd, uint fix_inc, uint write, uint func addr += ttl_len; sdio_claim_host(sdio_func); - mmc_set_data_timeout(&mmc_dat, sdio_func->card); - mmc_wait_for_req(host, &mmc_req); + //mmc_set_data_timeout(&mmc_dat, sdio_func->card); + //mmc_wait_for_req(host, &mmc_req); + //tustin haha sdio_release_host(sdio_func); err_ret = mmc_cmd.error? mmc_cmd.error : mmc_dat.error; diff --git a/broadcm_4354/dhd_sdio.c b/broadcm_4354/dhd_sdio.c index 0ab4597..b12f002 100755 --- a/broadcm_4354/dhd_sdio.c +++ b/broadcm_4354/dhd_sdio.c @@ -848,7 +848,7 @@ dhdsdio_clk_kso_enab(dhd_bus_t *bus, bool on) int err = 0; int try_cnt = 0; - if (!bus->dhd->conf->kso_enable) + //if (!bus->dhd->conf->kso_enable) //add by tustin 2014/11/04 return 0; KSO_DBG(("%s> op:%s\n", __FUNCTION__, (on ? "KSO_SET" : "KSO_CLR"))); -- 2.20.1