From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757011AbcK2KPI (ORCPT ); Tue, 29 Nov 2016 05:15:08 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34362 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757178AbcK2KOu (ORCPT ); Tue, 29 Nov 2016 05:14:50 -0500 Date: Tue, 29 Nov 2016 11:14:45 +0100 From: Richard Cochran To: Grygorii Strashko Cc: "David S. Miller" , netdev@vger.kernel.org, Mugunthan V N , Sekhar Nori , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Murali Karicheri , Wingman Kwok Subject: Re: [PATCH v2 10/13] net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regs Message-ID: <20161129101444.GI3110@localhost.localdomain> References: <20161128230337.6731-1-grygorii.strashko@ti.com> <20161128230337.6731-11-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161128230337.6731-11-grygorii.strashko@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2016 at 05:03:34PM -0600, Grygorii Strashko wrote: > CPTS module and IRQs are always enabled when CPTS is registered, > before starting overflow check work, and disabled during > deregistration, when overflow check work has been canceled already. > So, It doesn't require to (re)enable CPTS module and IRQs in > cpts_overflow_check(). > > Signed-off-by: Grygorii Strashko Acked-by: Richard Cochran