From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932941AbcFJOS0 (ORCPT ); Fri, 10 Jun 2016 10:18:26 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:34522 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932214AbcFJOSS (ORCPT ); Fri, 10 Jun 2016 10:18:18 -0400 MIME-Version: 1.0 In-Reply-To: <20160610093359.GQ22406@atomide.com> References: <1464096940-27145-1-git-send-email-nm@ti.com> <20160610093359.GQ22406@atomide.com> From: Nishanth Menon Date: Fri, 10 Jun 2016 09:18:16 -0500 X-Google-Sender-Auth: RFFYn8e22MVo-XgqG36KvVMUzmc Message-ID: Subject: Re: [PATCH 0/3] ARM: OMAP: DRA7: Update to latest TRM and cleanup To: Tony Lindgren Cc: lkml , "linux-arm-kernel@lists.infradead.org" , linux-omap Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 10, 2016 at 4:34 AM, Tony Lindgren wrote: > Hi, > > * Nishanth Menon [160524 06:37]: >> Hi, >> >> Here are the final(hopefully) pending patches for DRA7 based on recent >> TRM updates. Updates include removing retention support on L3init and >> L4per as per latest SoC updates. >> >> Test Log: X15 (no modules): http://pastebin.ubuntu.com/16655027/ >> >> Latest TRM (rev F): http://www.ti.com/lit/pdf/spruhz6 (public on May 18) >> >> Nishanth Menon (3): >> ARM: OMAP: DRA7: powerdomain data: Set L3init and L4per to ON >> ARM: OMAP: DRA7: powerdomain data: Remove unused pwrsts_logic_ret >> ARM: OMAP: DRA7: powerdomain data: Remove unused pwrsts_mem_ret >> >> arch/arm/mach-omap2/powerdomains7xx_data.c | 76 +----------------------------- >> 1 file changed, 2 insertions(+), 74 deletions(-) > > Can these wait until v4.8 merge window, are this needed as fixes to > avoid hardware problems? Yes - at least patch #1 is a h/w "limitation" and can result in non functional SoC after a duration of operation. the patches #2/3 are code shrinkage to remove unused data. -- --- Regards, Nishanth Menon