omap4: mmc driver support on OMAP4
Add basic support for all 5 MMC controllers on OMAP4. This patch doesn't include mmc-regulator support Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com> Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com> Acked-by: Madhusudhan Chikkature <madhu.cr@ti.com> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Tony Lindgren <tony@atomide.com> Cc: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Cc: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com> Cc: <linux-mmc@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
c99436fb75
commit
82cf818d54
@@ -503,6 +503,7 @@
|
||||
#define INT_44XX_FPKA_READY_IRQ (50 + IRQ_GIC_START)
|
||||
#define INT_44XX_SHA1MD51_IRQ (51 + IRQ_GIC_START)
|
||||
#define INT_44XX_RNG_IRQ (52 + IRQ_GIC_START)
|
||||
#define INT_44XX_MMC5_IRQ (59 + IRQ_GIC_START)
|
||||
#define INT_44XX_I2C3_IRQ (61 + IRQ_GIC_START)
|
||||
#define INT_44XX_FPKA_ERROR_IRQ (64 + IRQ_GIC_START)
|
||||
#define INT_44XX_PBIAS_IRQ (75 + IRQ_GIC_START)
|
||||
@@ -511,6 +512,7 @@
|
||||
#define INT_44XX_TLL_IRQ (78 + IRQ_GIC_START)
|
||||
#define INT_44XX_PARTHASH_IRQ (79 + IRQ_GIC_START)
|
||||
#define INT_44XX_MMC3_IRQ (94 + IRQ_GIC_START)
|
||||
#define INT_44XX_MMC4_IRQ (96 + IRQ_GIC_START)
|
||||
|
||||
|
||||
/* Max. 128 level 2 IRQs (OMAP1610), 192 GPIOs (OMAP730/850) and
|
||||
|
Reference in New Issue
Block a user