From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754237AbdCNA4h (ORCPT ); Mon, 13 Mar 2017 20:56:37 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34611 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630AbdCNA4f (ORCPT ); Mon, 13 Mar 2017 20:56:35 -0400 Subject: Re: [PATCH net-next 06/12] net: bcmgenet: remove handling of wol interrupts from isr0 To: Doug Berger References: <20170314004142.4746-1-opendmb@gmail.com> <20170314004142.4746-7-opendmb@gmail.com> Cc: robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, rafal@milecki.pl, xow@google.com, joel@jms.id.au, jon.mason@broadcom.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pgynther@google.com, jaedon.shin@gmail.com From: Florian Fainelli Message-ID: <07d68e5d-e06f-a110-e887-45b696b7b0fb@gmail.com> Date: Mon, 13 Mar 2017 17:56:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170314004142.4746-7-opendmb@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/13/2017 05:41 PM, Doug Berger wrote: > The bcmgenet_wol_isr() handler performs the necessary processing for > waking from a GENET event. There is no necessary functionality behind > servicing the UMAC_IRQ_MPD_R event in the handling of isr0. Therefore > the code that unmasks and masks this interrupt and that gets invoked > in response to it is removed by this commit. > > Signed-off-by: Doug Berger Reviewed-by: Florian Fainelli -- Florian