From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 01/14] ARM: OMAP3+: SmartReflex: Layer Cleanup [V4] Date: Tue, 28 Feb 2012 14:37:04 -0800 Message-ID: <87ipiqk2jz.fsf@ti.com> References: <1328723039-15952-1-git-send-email-j-pihet@ti.com> <1328723039-15952-2-git-send-email-j-pihet@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]:58201 "EHLO na3sys009aog126.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756205Ab2B1WhJ (ORCPT ); Tue, 28 Feb 2012 17:37:09 -0500 Received: by mail-pw0-f53.google.com with SMTP id jt11so1386458pbb.40 for ; Tue, 28 Feb 2012 14:37:08 -0800 (PST) In-Reply-To: <1328723039-15952-2-git-send-email-j-pihet@ti.com> (Jean Pihet's message of "Wed, 8 Feb 2012 18:43:46 +0100") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jean Pihet Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com, nm@ti.com, Shweta Gulati , Benoit Cousson , Paul Walmsley , Jean Pihet Jean Pihet writes: > From: Shweta Gulati > > To set sr ntarget values for all volt_domain, > volt_table is retrieved by doing a look_up of 'vdd_name' > field from omap_hwmod but voltage domain pointer does not > belong to omap_hwmod and is not used anywhere else. > As a part of voltage layer and SR Layer clean up volt > pointer is removed from omap_hwmod and added in dev > attributes of SR. > > Tested on OMAP3630 SDP and OMAP4430 SDP Board > > [nm@ti.com: minor modifications in sequence and GPU support] > Signed-off-by: Nishanth Menon > Signed-off-by: Shweta Gulati > Acked by: Nishanth Menon > Cc: Benoit Cousson > Cc: Paul Walmsley > Signed-off-by: Jean Pihet Patch contents look fine, but his one needs a better subject. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Tue, 28 Feb 2012 14:37:04 -0800 Subject: [PATCH 01/14] ARM: OMAP3+: SmartReflex: Layer Cleanup [V4] In-Reply-To: <1328723039-15952-2-git-send-email-j-pihet@ti.com> (Jean Pihet's message of "Wed, 8 Feb 2012 18:43:46 +0100") References: <1328723039-15952-1-git-send-email-j-pihet@ti.com> <1328723039-15952-2-git-send-email-j-pihet@ti.com> Message-ID: <87ipiqk2jz.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Jean Pihet writes: > From: Shweta Gulati > > To set sr ntarget values for all volt_domain, > volt_table is retrieved by doing a look_up of 'vdd_name' > field from omap_hwmod but voltage domain pointer does not > belong to omap_hwmod and is not used anywhere else. > As a part of voltage layer and SR Layer clean up volt > pointer is removed from omap_hwmod and added in dev > attributes of SR. > > Tested on OMAP3630 SDP and OMAP4430 SDP Board > > [nm at ti.com: minor modifications in sequence and GPU support] > Signed-off-by: Nishanth Menon > Signed-off-by: Shweta Gulati > Acked by: Nishanth Menon > Cc: Benoit Cousson > Cc: Paul Walmsley > Signed-off-by: Jean Pihet Patch contents look fine, but his one needs a better subject. Kevin