PD#97170: update ap6354 driver
authorAoker.Chen <longyong.chen@amlogic.com>
Tue, 9 Dec 2014 10:36:08 +0000 (18:36 +0800)
committerLarson Jiang <larson.jiang@amlogic.com>
Wed, 10 Dec 2014 09:06:59 +0000 (17:06 +0800)
any question, pls ask junqiang.tang@amlogic.com

Change-Id: I19380edc37d17d99c7f6b827873964b28909d53a

broadcm_4354/bcmsdh_sdmmc.c
broadcm_4354/dhd_sdio.c

index 2187675c6586084451a8443548fffc47669abf25..6ae2be33bd1af96d5fd3ca7847ca667bf8891cb2 100755 (executable)
@@ -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;
index 0ab459767b7eadbc2f79dacee6e7d012cbdef6ae..b12f002c3c83cc00f5b900e83daf4fcee9c5a480 100755 (executable)
@@ -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")));