Re: Fwd: mmc card probe not getting called

2013-02-19 Thread anish kumar
On Wed, 2013-02-20 at 11:25 +0530, chetan cr123 wrote: Avoiding top posting. > Hi Anish, > > Thanks for your reply, > > I was doing device registration for device by giving same name as > driver name, This i used to do in platform driver registration, > > But i dont know how to do for mmc

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread chetan cr123
Hi Anish, Thanks for your reply, I was doing device registration for device by giving same name as driver name, This i used to do in platform driver registration, But i dont know how to do for mmc device registration, And i also want to know which part of the code(file name) is doing the

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread anish kumar
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 > > and filling the mmc_driver structure. > > I am not

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread anish kumar
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 and filling the mmc_driver structure. I am not able to see

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread chetan cr123
Hi Anish, Thanks for your reply, I was doing device registration for device by giving same name as driver name, This i used to do in platform driver registration, But i dont know how to do for mmc device registration, And i also want to know which part of the code(file name) is doing the

Re: Fwd: mmc card probe not getting called

2013-02-19 Thread anish kumar
On Wed, 2013-02-20 at 11:25 +0530, chetan cr123 wrote: Avoiding top posting. Hi Anish, Thanks for your reply, I was doing device registration for device by giving same name as driver name, This i used to do in platform driver registration, But i dont know how to do for mmc device

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