Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-07-01 Thread Tony Lindgren
* Andrew Morton [100617 23:09]: > On Thu, 17 Jun 2010 20:57:19 +0530 (IST) > "kishore kadiyala" wrote: > > > Adding card detect callback function which gives the status of > > the card .For MMC1 Controller, Card detect interrupt source is > > twl6030 and card present/absent status is provided by

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-29 Thread kishore kadiyala
On Tue, Jun 29, 2010 at 1:48 PM, Adrian Hunter wrote: > kishore kadiyala wrote: >> >> On Tue, Jun 29, 2010 at 1:00 PM, Adrian Hunter >> wrote: >>> >>> ext kishore kadiyala wrote: Adrian , Sorry for the late response > > As per my email 5/5/10, I would sugges

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-29 Thread Adrian Hunter
kishore kadiyala wrote: On Tue, Jun 29, 2010 at 1:00 PM, Adrian Hunter wrote: ext kishore kadiyala wrote: Adrian , Sorry for the late response As per my email 5/5/10, I would suggest the only change to omap_hsmmc is: Agreed and followed the changes mostly but made some more changes on to

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-29 Thread kishore kadiyala
On Tue, Jun 29, 2010 at 1:00 PM, Adrian Hunter wrote: > ext kishore kadiyala wrote: >> >> Adrian , >> >> Sorry for the late response >> >> >>> >>> As per my email 5/5/10, I would suggest the only change to omap_hsmmc is: >> >> Agreed  and followed the changes mostly but made some more changes on

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-29 Thread Adrian Hunter
ext kishore kadiyala wrote: Adrian , Sorry for the late response As per my email 5/5/10, I would suggest the only change to omap_hsmmc is: Agreed and followed the changes mostly but made some more changes on top of it. And that the late init function is used to do the rest e.g. find a h

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-28 Thread kishore kadiyala
Adrian , Sorry for the late response > > As per my email 5/5/10, I would suggest the only change to omap_hsmmc is: Agreed and followed the changes mostly but made some more changes on top of it. > > And that the late init function is used to do the rest e.g. > find a home for these 3 functio

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-21 Thread Adrian Hunter
kishore kadiyala wrote: Adding card detect callback function which gives the status of the card .For MMC1 Controller, Card detect interrupt source is twl6030 and card present/absent status is provided by MMCCTRL register of twl6030. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/board

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-21 Thread kishore kadiyala
On Fri, Jun 18, 2010 at 1:57 AM, Andrew Morton wrote: > On Thu, 17 Jun 2010 20:57:19 +0530 (IST) > "kishore kadiyala" wrote: > >> Adding card detect callback function which gives the status of >> the card .For MMC1 Controller, Card detect interrupt source is >> twl6030 and card present/absent sta

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:57:19 +0530 (IST) "kishore kadiyala" wrote: > Adding card detect callback function which gives the status of > the card .For MMC1 Controller, Card detect interrupt source is > twl6030 and card present/absent status is provided by MMCCTRL > register of twl6030. > > > ... >

Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread Andrew Morton
On Thu, 17 Jun 2010 20:57:19 +0530 (IST) "kishore kadiyala" wrote: > Adding card detect callback function which gives the status of > the card .For MMC1 Controller, Card detect interrupt source is > twl6030 and card present/absent status is provided by MMCCTRL > register of twl6030. > > Signed-o

[PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller

2010-06-17 Thread kishore kadiyala
Adding card detect callback function which gives the status of the card .For MMC1 Controller, Card detect interrupt source is twl6030 and card present/absent status is provided by MMCCTRL register of twl6030. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/board-4430sdp.c | 11 +-