Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OMAP: UART: don't do automatic bus-level suspend/resume
Since the omap_device for UART is currently managed inside the idle path itself, don't let the bus-level code suspend/resume the UART. To prevent this, pm_runtime_get() is used when preparing for suspend and pm_runtime_put() is used when finished with suspend. Signed-off-by: Govindraj.R <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
- Loading branch information