serial: sccnxp: Replace pdata.init/exit with regulator API
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 13 Apr 2013 04:46:58 +0000 (08:46 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Apr 2013 18:04:07 +0000 (11:04 -0700)
Typical usage of pdata.init/exit is enable/disable power and/or toggle
reset for the target chip.
This patch replaces these callbacks with regulator API.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found