From 8ad3b1352693972b737607c7b9c89b56d45fea9b Mon Sep 17 00:00:00 2001 From: Jingchang Lu Date: Tue, 11 Nov 2014 15:09:05 +0800 Subject: [PATCH] serial: of-serial: add PM suspend/resume support This adds suspend/resume support for the of-serial driver to provide power management support on devices attatched. The handling may vary since not every of_serial device is an 8250 port. Currently only 8250 port handling is added in the suspend/resume function based on the type switch. Signed-off-by: Jingchang Lu Acked-by: Arnd Bergmann Tested-by: Joseph Lo Reviewed-by: Peter Hurley Tested-by: Florina Fainelli Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed