From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v5 2/2] OMAP4 HSMMC: Adding card detect support for MMC1 Controller Date: Thu, 17 Jun 2010 13:15:20 -0700 Message-ID: <20100617131520.3b676052.akpm@linux-foundation.org> References: <43584.10.24.255.17.1276788439.squirrel@dbdmail.itg.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <43584.10.24.255.17.1276788439.squirrel@dbdmail.itg.ti.com> Sender: linux-mmc-owner@vger.kernel.org To: kishore kadiyala Cc: linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org, tony@atomide.com, madhu.cr@ti.com, adrian.hunter@nokia.com List-Id: linux-omap@vger.kernel.org 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-off-by: Kishore Kadiyala > --- > arch/arm/mach-omap2/board-4430sdp.c | 11 +++++-- > arch/arm/mach-omap2/hsmmc.c | 1 + > arch/arm/plat-omap/include/plat/mmc.h | 1 + > drivers/mfd/twl6030-irq.c | 23 ++++++++++++++++ > drivers/mmc/host/omap_hsmmc.c | 30 ++++++++++++++++++--- > include/linux/i2c/twl.h | 46 +++++++++++++++++++++++++++++++++ > 6 files changed, 104 insertions(+), 8 deletions(-) I assume this depends on "[PATCH v5 1/2] OMAP HSMMC: Adding a Flag to determine the type of Card detect"? It's all a bit too remote from my (ever-expanding) work area, so I'll assume that Tony or someone will look after these.