Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755071AbZCVQTN (ORCPT ); Sun, 22 Mar 2009 12:19:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751767AbZCVQSy (ORCPT ); Sun, 22 Mar 2009 12:18:54 -0400 Received: from buzzloop.caiaq.de ([212.112.241.133]:49744 "EHLO buzzloop.caiaq.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbZCVQSx (ORCPT ); Sun, 22 Mar 2009 12:18:53 -0400 Date: Sun, 22 Mar 2009 17:18:48 +0100 From: Daniel Mack To: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Ben Dooks , David Miller Subject: Re: [PATCH 1/2] drivers/net/ax88796.c: take IRQ flags from platform_device Message-ID: <20090322161848.GA22308@buzzloop.caiaq.de> References: <1237738361-10184-1-git-send-email-daniel@caiaq.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1237738361-10184-1-git-send-email-daniel@caiaq.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 17 On Sun, Mar 22, 2009 at 05:12:40PM +0100, Daniel Mack wrote: > This patch adds support to the ax88796 ethernet driver to take IRQ flags > given by the platform_device definition. Please note that in contrast to the version I posted here previously, this patch does not use platform_get_irq_flags() anymore. Nobody seemed interested in the patch I sent along to implement that in drivers/base/platform.c, so I gather the flags manually from this driver now, using platform_get_resource(). Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/