From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: [PATCH v2 0/2] cpts fixes for v3.8-rc2 Date: Mon, 24 Dec 2012 08:19:08 +0100 Message-ID: Return-path: Received: from mail-bk0-f42.google.com ([209.85.214.42]:36563 "EHLO mail-bk0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702Ab2LXHTV (ORCPT ); Mon, 24 Dec 2012 02:19:21 -0500 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: netdev@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, David Miller , Cyril Chemparathy , Mugunthan V N , Sergei Shtylyov 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(-) -- 1.7.2.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: richardcochran@gmail.com (Richard Cochran) Date: Mon, 24 Dec 2012 08:19:08 +0100 Subject: [PATCH v2 0/2] cpts fixes for v3.8-rc2 Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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(-) -- 1.7.2.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: [PATCH v2 0/2] cpts fixes for v3.8-rc2 Date: Mon, 24 Dec 2012 08:19:08 +0100 Message-ID: Cc: , , David Miller , Cyril Chemparathy , Mugunthan V N , Sergei Shtylyov To: Return-path: Sender: linux-omap-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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(-) -- 1.7.2.5