]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 4 Dec 2012 18:43:03 +0000 (13:43 -0500)
commitf0a79c4aa46af47327d7f069010bd701cbc537bf
tree9ff2e797999d53dffe157d0f00c91a1e9ebaa914
parente2519dc495907ec041986d0b0556d6c034f86f8b
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