From: Johannes Berg <johannes@sipsolutions.net>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH 04/11] ath9k: introduce bus specific cleanup routine
Date: Wed, 07 Jan 2009 11:27:22 +0100 [thread overview]
Message-ID: <1231324042.3545.24.camel@johannes> (raw)
In-Reply-To: <1231322972-24094-5-git-send-email-juhosg@openwrt.org> (sfid-20090107_111132_955895_E4ACE8AD)
On Wed, 2009-01-07 at 11:09 +0100, Gabor Juhos wrote:
> + ath_detach(sc);
> + if (pdev->irq)
> + free_irq(pdev->irq, sc);
the irq stuff also need not be bus specific, if the bus specific code
tells the generic code which irq to use
johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20090107/2d8ad972/attachment.pgp
WARNING: multiple messages have this Message-ID (diff)
From: Johannes Berg <johannes@sipsolutions.net>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: "John W. Linville" <linville@tuxdriver.com>,
"Luis R. Rodriguez" <lrodriguez@atheros.com>,
Jouni Malinen <jmalinen@atheros.com>,
"ath9k-devel@lists.ath9k.org" <ath9k-devel@venema.h4ckr.net>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
Felix Fietkau <nbd@openwrt.org>,
Christoph Hellwig <hch@infradead.org>,
Sujith Manoharan <Sujith.Manoharan@atheros.com>,
Imre Kaloz <kaloz@openwrt.org>
Subject: Re: [PATCH 04/11] ath9k: introduce bus specific cleanup routine
Date: Wed, 07 Jan 2009 11:27:22 +0100 [thread overview]
Message-ID: <1231324042.3545.24.camel@johannes> (raw)
In-Reply-To: <1231322972-24094-5-git-send-email-juhosg@openwrt.org> (sfid-20090107_111132_955895_E4ACE8AD)
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
On Wed, 2009-01-07 at 11:09 +0100, Gabor Juhos wrote:
> + ath_detach(sc);
> + if (pdev->irq)
> + free_irq(pdev->irq, sc);
the irq stuff also need not be bus specific, if the bus specific code
tells the generic code which irq to use
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2009-01-07 10:27 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-07 10:09 [ath9k-devel] [PATCH 00/11] ath9k: add preliminary support for the AR913x SoCs Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 01/11] ath9k: convert to struct device Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 02/11] ath9k: convert to use bus-agnostic DMA routines Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 03/11] ath9k: introduce bus specific cache size routine Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 04/11] ath9k: introduce bus specific cleanup routine Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:24 ` [ath9k-devel] " Johannes Berg
2009-01-07 10:24 ` Johannes Berg
2009-01-07 17:34 ` [ath9k-devel] " Gabor Juhos
2009-01-07 17:34 ` Gabor Juhos
2009-01-07 10:27 ` Johannes Berg [this message]
2009-01-07 10:27 ` Johannes Berg
2009-01-07 10:09 ` [ath9k-devel] [PATCH 05/11] ath9k: move PCI code into separate file Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 06/11] ath9k: introduce platform driver for AHB bus support Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 07/11] ath9k: get EEPROM contents from platform data on AHB bus Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 08/11] ath9k: enable support for AR9100 Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:29 ` [ath9k-devel] " Johannes Berg
2009-01-07 10:29 ` Johannes Berg
2009-01-07 14:37 ` [ath9k-devel] " Gabor Juhos
2009-01-07 14:37 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 09/11] ath9k: remove (u16) casts from rtc register access Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 10/11] ath9k: fix ar5416Addac_9100 values Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
2009-01-07 10:09 ` [ath9k-devel] [PATCH 11/11] ath9k: fix null pointer dereference in ani monitor code Gabor Juhos
2009-01-07 10:09 ` Gabor Juhos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231324042.3545.24.camel@johannes \
--to=johannes@sipsolutions.net \
--cc=ath9k-devel@lists.ath9k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.