Small correction below On Wed, Mar 31, 2010 at 5:21 PM, kishore kadiyala <kishorek.kadiyala@xxxxxxxxx> wrote: > Hi, > I am trying to implement card-detect and regulator changes for HSMMC > driver on OMAP4. > > In OMAP4, hsmmc doesn't use any gpio line for card detect and instead > uses interrupt line > from TWL6030 which also provides a register for > status[Inserted/removed] of the removable Card. > > Currently all the gpio related stuff moved from board file "hsmmc.c" > to driver file "omap_hsmmc.c" > [http://marc.info/?l=linux-mmc&m=126369200005981&w=2]and since the > card-detect implementation > for twl6030 uses I2c read/write it doesn't make sense to have the card-detect implementation in driver file. Does it make sense to have the gpio and non-gpio related stuff for card detect in board file? Any suggestions appreciated. > > And the regulator changes can remain in driver file. > > Regards, > Kishore > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html