commit | 99e626f50477e3b14c9be43892c33ab75b2e5bf9 | [log] [tgz] |
---|---|---|
author | Qipan Li <Qipan.Li@csr.com> | Fri Jan 03 15:44:06 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 07 17:09:04 2014 -0800 |
tree | 14bcec51b6a05177561c7edf02a7200b60b3db82 | |
parent | 093a9e2a20ebc414f8ca0d31709dab1040fa2886 [diff] |
serial: sirf: use PM macro initialize PM functions use SET_SYSTEM_SLEEP_PM_OPS to initialize suspend/resume functions instead of legacy suspend and resume entries of platform_driver. this will add hibernation support automatically as suspend to disk entries are also set. Signed-off-by: Qipan Li <Qipan.Li@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>