bus.c (bf61c8840efe60fd8f91446860b63338fb424158) bus.c (45f0a85c8258741d11bda25c0a5669c06267204a)
1/*
2 * linux/arch/arm/common/amba.c
3 *
4 * Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 270 unchanged lines hidden (view full) ---

279 .resume = amba_pm_resume,
280 .freeze = amba_pm_freeze,
281 .thaw = amba_pm_thaw,
282 .poweroff = amba_pm_poweroff,
283 .restore = amba_pm_restore,
284 SET_RUNTIME_PM_OPS(
285 amba_pm_runtime_suspend,
286 amba_pm_runtime_resume,
1/*
2 * linux/arch/arm/common/amba.c
3 *
4 * Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 270 unchanged lines hidden (view full) ---

279 .resume = amba_pm_resume,
280 .freeze = amba_pm_freeze,
281 .thaw = amba_pm_thaw,
282 .poweroff = amba_pm_poweroff,
283 .restore = amba_pm_restore,
284 SET_RUNTIME_PM_OPS(
285 amba_pm_runtime_suspend,
286 amba_pm_runtime_resume,
287 pm_generic_runtime_idle
287 NULL
288 )
289};
290
291#define AMBA_PM (&amba_pm)
292
293#else /* !CONFIG_PM */
294
295#define AMBA_PM NULL

--- 504 unchanged lines hidden ---
288 )
289};
290
291#define AMBA_PM (&amba_pm)
292
293#else /* !CONFIG_PM */
294
295#define AMBA_PM NULL

--- 504 unchanged lines hidden ---