cpuidle-ux500.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | cpuidle-ux500.c (f28fd3b6f73dd908776145143a63393be3522e54) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2012 Linaro : Daniel Lezcano <daniel.lezcano@linaro.org> (IBM) 4 * 5 * Based on the work of Rickard Andersson <rickard.andersson@stericsson.com> 6 * and Jonas Aaberg <jonas.aberg@stericsson.com>. 7 */ 8 --- 103 unchanged lines hidden (view full) --- 112 prcmu_enable_wakeups(PRCMU_WAKEUP(ARM) | PRCMU_WAKEUP(RTC) | 113 PRCMU_WAKEUP(ABB)); 114 115 return cpuidle_register(&ux500_idle_driver, NULL); 116} 117 118static struct platform_driver dbx500_cpuidle_plat_driver = { 119 .driver = { | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) 2012 Linaro : Daniel Lezcano <daniel.lezcano@linaro.org> (IBM) 4 * 5 * Based on the work of Rickard Andersson <rickard.andersson@stericsson.com> 6 * and Jonas Aaberg <jonas.aberg@stericsson.com>. 7 */ 8 --- 103 unchanged lines hidden (view full) --- 112 prcmu_enable_wakeups(PRCMU_WAKEUP(ARM) | PRCMU_WAKEUP(RTC) | 113 PRCMU_WAKEUP(ABB)); 114 115 return cpuidle_register(&ux500_idle_driver, NULL); 116} 117 118static struct platform_driver dbx500_cpuidle_plat_driver = { 119 .driver = { |
120 .name = "cpuidle-dbx500", | 120 .name = "db8500-cpuidle", |
121 }, 122 .probe = dbx500_cpuidle_probe, 123}; 124builtin_platform_driver(dbx500_cpuidle_plat_driver); | 121 }, 122 .probe = dbx500_cpuidle_probe, 123}; 124builtin_platform_driver(dbx500_cpuidle_plat_driver); |