]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap_hsmmc: remove access to SYSCONFIG register
authorVenkatraman S <svenkatr@ti.com>
Wed, 8 Aug 2012 08:56:52 +0000 (14:26 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:23 +0000 (13:58 -0400)
commitad4e03cb80ec9cda8df2a972300358cee9e62e11
tree0548b0c8674b0cffdec2aa933a4af567ca164140
parent7a58f48368d37f14ca3f0894745547fe9721cfe9
mmc: omap_hsmmc: remove access to SYSCONFIG register

SYSCONFIG register of HSMMC IP is managed by the omap hwmod
abstraction layer. Resetting the IP and configuring the correct
SYSCONFIG mode is centrally managed by hwmod.

Remove code which manipulates IP reset and SYSCONFIG directly in
the driver.

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