mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register
authorVenkatraman S <svenkatr@ti.com>
Mon, 19 Nov 2012 16:30:01 +0000 (22:00 +0530)
committerChris Ball <cjb@laptop.org>
Thu, 6 Dec 2012 18:54:58 +0000 (13:54 -0500)
commita7e968799bbc1e7d6e56a77abd62c714509040c4
treea239fc30c38fdf24051ca075b45a1b14a919f52d
parentb1e056ae4bfaa12dda5c24bd9b9cf902c5c62033
mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register

Define the most frequently used bitmasks of the Interrupt Enable /
Interrupt Status register with consistent naming ( with _EN suffix).

Use meaningful concatenation of bitfields for INT_EN_MASK, which shows
which interrupts are enabled by default.  No functional changes.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c