From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753574AbcDDFr6 (ORCPT ); Mon, 4 Apr 2016 01:47:58 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:41836 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752774AbcDDFrz (ORCPT ); Mon, 4 Apr 2016 01:47:55 -0400 Subject: Re: [PATCH 0/3] ARM: OMAP2: Make suspend work again. To: Nishanth Menon , Tony Lindgren References: <1459551187-5992-1-git-send-email-nm@ti.com> CC: , , From: Keerthy Message-ID: <5701FFEC.5020008@ti.com> Date: Mon, 4 Apr 2016 11:17:24 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote: > Hi, > series of patches for fixing up attempt to suspend on X15 > > Test: http://pastebin.ubuntu.com/15582436/ > > Based on v4.6-rc1 > > Also needs https://patchwork.kernel.org/patch/8724791/ if kernel > modules are installed Thanks for the series Nishanth. I tested suspend/resume and used no_console_suspend and woke up using uart on DRA7-EVM. Tested-by: Keerthy > > Nishanth Menon (3): > ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen > ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap > ARM: OMAP: Catch callers of revision information prior to it being > populated > > arch/arm/mach-omap1/id.c | 1 + > arch/arm/mach-omap2/id.c | 1 + > arch/arm/mach-omap2/io.c | 3 ++- > arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++ > 4 files changed, 11 insertions(+), 1 deletion(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Subject: Re: [PATCH 0/3] ARM: OMAP2: Make suspend work again. Date: Mon, 4 Apr 2016 11:17:24 +0530 Message-ID: <5701FFEC.5020008@ti.com> References: <1459551187-5992-1-git-send-email-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Nishanth Menon , Tony Lindgren Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote: > Hi, > series of patches for fixing up attempt to suspend on X15 > > Test: http://pastebin.ubuntu.com/15582436/ > > Based on v4.6-rc1 > > Also needs https://patchwork.kernel.org/patch/8724791/ if kernel > modules are installed Thanks for the series Nishanth. I tested suspend/resume and used no_console_suspend and woke up using uart on DRA7-EVM. Tested-by: Keerthy > > Nishanth Menon (3): > ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen > ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap > ARM: OMAP: Catch callers of revision information prior to it being > populated > > arch/arm/mach-omap1/id.c | 1 + > arch/arm/mach-omap2/id.c | 1 + > arch/arm/mach-omap2/io.c | 3 ++- > arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++ > 4 files changed, 11 insertions(+), 1 deletion(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: a0393675@ti.com (Keerthy) Date: Mon, 4 Apr 2016 11:17:24 +0530 Subject: [PATCH 0/3] ARM: OMAP2: Make suspend work again. In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com> References: <1459551187-5992-1-git-send-email-nm@ti.com> Message-ID: <5701FFEC.5020008@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote: > Hi, > series of patches for fixing up attempt to suspend on X15 > > Test: http://pastebin.ubuntu.com/15582436/ > > Based on v4.6-rc1 > > Also needs https://patchwork.kernel.org/patch/8724791/ if kernel > modules are installed Thanks for the series Nishanth. I tested suspend/resume and used no_console_suspend and woke up using uart on DRA7-EVM. Tested-by: Keerthy > > Nishanth Menon (3): > ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen > ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap > ARM: OMAP: Catch callers of revision information prior to it being > populated > > arch/arm/mach-omap1/id.c | 1 + > arch/arm/mach-omap2/id.c | 1 + > arch/arm/mach-omap2/io.c | 3 ++- > arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++ > 4 files changed, 11 insertions(+), 1 deletion(-) >