]> bbs.cooldavid.org Git - net-next-2.6.git/commit
omap_hsmmc: card detect irq bugfix
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 4 Feb 2009 22:42:03 +0000 (14:42 -0800)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 18 Feb 2009 20:27:30 +0000 (21:27 +0100)
commit249d0fa9d59b6165ecc224720d9ce9b7267cf1b8
tree7e7f7fdd6aec17f9b4c6aa4428e68ee129dca403
parent5dbace0c9ba110c1a3810a89fa6bf12b7574b5a3
omap_hsmmc: card detect irq bugfix

Work around lockdep issue when card detect IRQ handlers run in
thread context ... it forces IRQF_DISABLED, which prevents all
access to twl4030 card detect signals.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/omap_hsmmc.c