Re: Fwd: mmc card probe not getting called

2013-02-19 Thread chetan cr123
at 9:25 PM, anish kumar wrote: > On Tue, 2013-02-19 at 12:16 +0530, chetan cr123 wrote: >> HI All, >> >> I am working on Sd Card/Block driver >> >> I am registering it as both >> >> 1. register_blkdev()- BLOCK Regsiter >> 2. mmc_reg

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread chetan cr123
at 9:25 PM, anish kumar anish198519851...@gmail.com wrote: On Tue, 2013-02-19 at 12:16 +0530, chetan cr123 wrote: HI All, I am working on Sd Card/Block driver I am registering it as both 1. register_blkdev()- BLOCK Regsiter 2. mmc_register_driver -- MMC regsiter

Fwd: mmc card probe not getting called

2013-02-18 Thread chetan cr123
HI All, I am working on Sd Card/Block driver I am registering it as both 1. register_blkdev()- BLOCK Regsiter 2. mmc_register_driver -- MMC regsiter and filling the mmc_driver structure. I am not able to see the probe of MMC, But i see the return value of mmc_register

Fwd: mmc card probe not getting called

2013-02-18 Thread chetan cr123
HI All, I am working on Sd Card/Block driver I am registering it as both 1. register_blkdev()- BLOCK Regsiter 2. mmc_register_driver -- MMC regsiter and filling the mmc_driver structure. I am not able to see the probe of MMC, But i see the return value of mmc_register