From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH v2 0/2] cpts fixes for v3.8-rc2 Date: Wed, 26 Dec 2012 09:42:28 +0530 Message-ID: <50DA792C.1070603@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:53374 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753145Ab2LZEPI (ORCPT ); Tue, 25 Dec 2012 23:15:08 -0500 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Richard Cochran Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, David Miller , Cyril Chemparathy , Sergei Shtylyov On 12/24/2012 12:49 PM, Richard Cochran wrote: > Changed in v2: > Use clk_prepare_enable instead of clk_prepare + clk_enable. > > The new cpts driver has two small issues, but it otherwise seems to be > working in -rc1. > > Thanks, > Richard > > Richard Cochran (2): > cpts: fix build error by removing useless code. > cpts: fix a run time warn_on. > > drivers/net/ethernet/ti/cpts.c | 3 +-- > drivers/net/ethernet/ti/cpts.h | 1 - > 2 files changed, 1 insertions(+), 3 deletions(-) > Looks good to me. Acked-by : Mugunthan V N From mboxrd@z Thu Jan 1 00:00:00 1970 From: mugunthanvnm@ti.com (Mugunthan V N) Date: Wed, 26 Dec 2012 09:42:28 +0530 Subject: [PATCH v2 0/2] cpts fixes for v3.8-rc2 In-Reply-To: References: Message-ID: <50DA792C.1070603@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/24/2012 12:49 PM, Richard Cochran wrote: > Changed in v2: > Use clk_prepare_enable instead of clk_prepare + clk_enable. > > The new cpts driver has two small issues, but it otherwise seems to be > working in -rc1. > > Thanks, > Richard > > Richard Cochran (2): > cpts: fix build error by removing useless code. > cpts: fix a run time warn_on. > > drivers/net/ethernet/ti/cpts.c | 3 +-- > drivers/net/ethernet/ti/cpts.h | 1 - > 2 files changed, 1 insertions(+), 3 deletions(-) > Looks good to me. Acked-by : Mugunthan V N From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH v2 0/2] cpts fixes for v3.8-rc2 Date: Wed, 26 Dec 2012 09:42:28 +0530 Message-ID: <50DA792C.1070603@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , David Miller , Cyril Chemparathy , Sergei Shtylyov To: Richard Cochran Return-path: In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 12/24/2012 12:49 PM, Richard Cochran wrote: > Changed in v2: > Use clk_prepare_enable instead of clk_prepare + clk_enable. > > The new cpts driver has two small issues, but it otherwise seems to be > working in -rc1. > > Thanks, > Richard > > Richard Cochran (2): > cpts: fix build error by removing useless code. > cpts: fix a run time warn_on. > > drivers/net/ethernet/ti/cpts.c | 3 +-- > drivers/net/ethernet/ti/cpts.h | 1 - > 2 files changed, 1 insertions(+), 3 deletions(-) > Looks good to me. Acked-by : Mugunthan V N