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)
commit6c31b2150ff96755d24e0ab6d6fea08a7bf5c44c
tree0548b0c8674b0cffdec2aa933a4af567ca164140
parent8986d31bf5bd3c2c06c1fe0dc18f8ea50e9f2a50
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