Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754530AbbBLCrE (ORCPT ); Wed, 11 Feb 2015 21:47:04 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:40604 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753946AbbBLCrB (ORCPT ); Wed, 11 Feb 2015 21:47:01 -0500 From: Wenyou Yang To: , , CC: , , , , , , , , Subject: [PATCH 0/6] AT91 pm improvement for 3.21 Date: Thu, 12 Feb 2015 10:45:23 +0800 Message-ID: <1423709123-8033-1-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1403 Lines: 35 Hi, The patch series purpose is to improve the AT91 pm code. Create a special procedure to handle the sdram self-fresh mode. The standby mode uses the same sram function as the memory mode, Wenyou Yang (6): pm: at91: pm_slowclock: create the procedure to handle the sdram self-refresh pm: at91: move the copying the sram function to the sram initializationi phase pm: at91: standby mode uses the same sram function as suspend to memory mode pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S pm: at91: rename function name: at91_slow_clock()-->at91_pm_suspend_sram_fn pm: at91: remove the at91_xxx_standby() function definitions arch/arm/mach-at91/Makefile | 2 +- arch/arm/mach-at91/pm.c | 151 +++++++++--------- arch/arm/mach-at91/pm.h | 99 +----------- arch/arm/mach-at91/pm_slowclock.S | 263 ------------------------------ arch/arm/mach-at91/pm_suspend.S | 317 +++++++++++++++++++++++++++++++++++++ 5 files changed, 396 insertions(+), 436 deletions(-) delete mode 100644 arch/arm/mach-at91/pm_slowclock.S create mode 100644 arch/arm/mach-at91/pm_suspend.S -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/