Re: [RFC/PATCH] mmc: core: Kill block requests if card is removed

2011-10-12 Thread Pavan Kondeti
Hello Sujit, On 10/12/2011 1:06 PM, Sujit Reddy Thumma wrote: > Kill block requests when the host knows that the card is > removed from the slot and is sure that it can no longer > accept any requests. > > Kill this silently so that the block layer don't output > error messages unnecessarily. >

Re: [PATCH v4] mmc: davinci: add support for SDIO irq handling

2011-01-02 Thread Pavan Kondeti
On 1/3/2011 10:42 AM, Sekhar Nori wrote: > From: Alagu Sankar > > This patch adds support for handing SDIO interrupt on > DaVinci MMC/SD controller. Typo. %s/handing/handling -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the

Re: [PATCH 4/4] mmc: add sdhci-tegra driver for Tegra SoCs

2010-12-15 Thread Pavan Kondeti
On 12/15/2010 10:19 AM, Olof Johansson wrote: > + > + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); > + if (res == NULL) > + return -ENODEV; > + > + ioaddr = ioremap(res->start, res->end - res->start); > + Return value is not checked. > + sdhci = sdhci_alloc_ho