Re: 2.6.21-rc3-mm1

2007-03-08 Thread John W. Linville
/linville/kernels/fc7/ http://people.redhat.com/linville/kernels/fc6/ http://people.redhat.com/linville/kernels/rhel5/ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: 2.6.21-rc3-mm1

2007-03-08 Thread John W. Linville
. Not sure what I borked up. FWIW, I have had best results w/ that driver by manually selecting the freq and ap as well as essid. Hth! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: 2.6.21-rc2-mm2: drivers/net/wireless/libertas/debugfs.c addr bogosity

2007-03-09 Thread John W. Linville
/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [ipw3945-devel] [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG

2007-02-10 Thread John W. Linville
On Sat, Feb 10, 2007 at 12:53:51PM -0500, Pavel Roskin wrote: Quoting John W. Linville [EMAIL PROTECTED]: Very cool! Is it likely that d80211 and iwlwifi will be pushed into mainline in time for 2.6.21? Hmmm...I think we need to spend a cycle or so in -mm. 2.6.22 seems more likely

Re: 2.6.21-rc4-mm1

2007-03-21 Thread John W. Linville
://bu3sch.de/gitweb?p=wireless-dev.git;a=commitdiff;h=b87f743f3643ea162892dce0bbc91e6f026a49bf Pull request was sent to John. That's ssb-ohci: Completely disable the driver on non-embedded systems, also in wireless-dev as of yesterday. Thanks, John -- John W. Linville [EMAIL PROTECTED

Re: 2.6.21-rc4-mm1

2007-03-21 Thread John W. Linville
as of yesterday. Presumably it should be in the next -mm. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

[PATCH] dma-mapping-broken.h: flesh-out DMA API stubs

2007-02-22 Thread John W. Linville
This allows some drivers compile on arches that don't support DMA (e.g. s390). Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Is there any reason why this header should not cover the whole DMA API? Compile-tested only... include/asm-generic/dma-mapping-broken.h | 134

Re: [PATCH] dma-mapping-broken.h: flesh-out DMA API stubs

2007-02-23 Thread John W. Linville
dma_supported). But, I guess dma_supported is intended as a platform-level check? If the DMA availability is at the arch level then such a driver could use (albeit ugly) compile flags to cover that situation...? Well, either way is fine with me. John -- John W. Linville [EMAIL PROTECTED

Re: [PATCH wireless/arlan] Replace logical- by bit-and

2008-01-10 Thread John W. Linville
is changing to |)? John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] iwlwifi: Remove unnecessary code in iwl3945 and iwl4965 drivers

2007-11-15 Thread John W. Linville
PROTECTED] ACK. Or you can do u32 uninitialized_var(final_mode);. Both are OK with me. I think I like this alternative better... -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

[PATCH] iwlwifi: remove redundant initialization of final_mode

2007-11-15 Thread John W. Linville
Problem identified by Miguel Botón [EMAIL PROTECTED], alternate solution suggested by Zhu Yi [EMAIL PROTECTED], patch by me. :-) Cc: Miguel Botón [EMAIL PROTECTED] Cc: Zhu Yi [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/wireless/iwlwifi/iwl3945-base.c

Re: [PATCH v3 7/8] debugfs: allow access to signed values

2007-12-19 Thread John W. Linville
. Thanks, John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v5 7/8] debugfs: allow access to signed values

2007-12-20 Thread John W. Linville
Stefano is going to cooperate w/ hch on this, so I'm dropping this from wireless-2.6 for now...FYI John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Please pull 'fixes-jgarzik' branch of wireless-2.6

2007-12-20 Thread John W. Linville
)}, {} }; -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/2] mac80211: add power management support -v2

2007-11-30 Thread John W. Linville
antenna_sel_rx; + + u8 power_management_enable; /* flag to enable/disable power management */ }; /** I'm not overly happy with this. What about folding this into the flags variable? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem semaphore to mutex

2007-12-13 Thread John W. Linville
functionality has been replaced by the + mac80211-based b43 and b43legacy drivers. +Who: John W. Linville [EMAIL PROTECTED] + +--- Hth! John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem semaphore to mutex

2007-12-14 Thread John W. Linville
removal. In the meantime hopefully every distribution will have or obtain a working udev configuration. If things don't work out as planned then we will re-evaluate. Let's stop this now please. John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send the line

Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem semaphore to mutex

2007-12-15 Thread John W. Linville
and forth between them. Given a functioning udev configuration, the persistent naming even works so that your device stays as 'eth1' when switching to and fro bcm43xx. I really think everyone is overstating the problem. John -- John W. Linville [EMAIL PROTECTED] -- To unsubscribe from this list: send

Re: [PATCH] Remove pointless casts from void pointers,

2007-10-26 Thread John W. Linville
/if_cs.c |2 +- ACK -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] mac80211: fix format '%d' expects type 'int', but argument 7 has type 'long unsigned int' warning

2007-10-24 Thread John W. Linville
, reassoc ? Rea : A, print_mac(mac, mgmt-sa), capab_info, status_code, aid ~(BIT(15) | BIT(14))); -- Miguel Botón -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: Announce: Linux-next (Or Andrew's dream :-))

2008-02-12 Thread John W. Linville
net-2.6.26-maybeupdates that might not make it to the next release Of course, managing what goes moves-up from -maybe is probably a big headache, and just sucks-up more of Dave's time. And, of course, virtually no one will run the -maybe tree... Just my $0.02... John -- John W

Re: Announce: Linux-next (Or Andrew's dream :-))

2008-02-13 Thread John W. Linville
... :-) Do you find that people are happy with that process? Forgive me for not knowing, but how many developers are actively (or occasionaly) involved in ocfs2 and configfs? How many 'normal' users pull your tree looking for 'latest and greatest' code? John -- John W. Linville [EMAIL PROTECTED

pull request: wireless 2012-10-31

2012-10-31 Thread John W. Linville
(struct ieee80211s_hdr, eaddr1), -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. pgpnmVNzCdVHL.pgp Description: PGP signature

pull request: wireless 2012-09-22

2012-09-22 Thread John W. Linville
): Bluetooth: Fix freeing uninitialized delayed works Andrzej Kaczmarek (2): Bluetooth: mgmt: Fix enabling SSP while powered off Bluetooth: mgmt: Fix enabling LE while powered off Emmanuel Grumbach (1): iwlwifi: don't double free the interrupt in failure path John W. Linville (1

Re: pull request: bluetooth-next 2012-09-18

2012-09-24 Thread John W. Linville
Yes, this patch is wrongly marked as stable, it is not even going to 3.5. I'm just removing the tag from it and resending the pull request to John. Hmmm...well, I already pulled it, and I just pushed it out. Can we live with it? John -- John W. LinvilleSomeday the world

pull request: wireless 2012-10-19

2012-10-19 Thread John W. Linville
Hedberg (1): Bluetooth: SMP: Fix setting unknown auth_req bits Johannes Berg (3): Merge remote-tracking branch 'wireless/master' into mac80211 iwlwifi: fix 6000 series channel switch command mac80211: connect with HT20 if HT40 is not permitted John W. Linville (3): Merge

pull request: wireless 2012-10-09

2012-10-09 Thread John W. Linville
)) { - kfree_skb(skb); + ieee80211_free_txskb(local-hw, skb); continue; } -- John W. LinvilleSomeday the world will need a hero, and you linvi...@tuxdriver.com might be all we have

pull request: wireless 2012-10-26

2012-10-26 Thread John W. Linville
: return -EBUSY if specific scan request cannot be honored mwifiex: clean up scan state on error Christian Lamparter (1): rtlwifi: pass rx setup error code to caller Felix Fietkau (1): Revert ath9k_hw: Updated AR9003 tx gain table for 5GHz John W. Linville (1): Merge branch

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread John W. Linville
PCMCIA EXPERIMENTAL default y config SSB_PCMCIAHOST bool Support for SSB on PCMCIA-bus host (EXPERIMENTAL) depends on SSB_PCMCIAHOST_POSSIBLE help What tree are you using? -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: 2.6.23-rc6 : crash with RTL8187 USB

2007-09-22 Thread John W. Linville
-in http://article.gmane.org/gmane.linux.network/71326/match=patch+cfg80211+initialisation This is not present in 2.6.23-rc7 ! :((( I asked Dave M. to pull it a week ago, and I sent a reminder today. Hopefully that will take care of it. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from

Re: iwl4965 and driver merging policy

2007-09-27 Thread John W. Linville
you... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: iwl4965 and driver merging policy

2007-09-28 Thread John W. Linville
On Fri, Sep 28, 2007 at 01:15:23PM +1000, Benjamin Herrenschmidt wrote: On Thu, 2007-09-27 at 22:30 -0400, John W. Linville wrote: I'm sure there are still some wireless developers that are less than happy about merging it now. Out of curiosity, what's the main source of opposition ? Since

Re: 2.6.23-rc8-git4: Known regressions from 2.6.22

2007-09-30 Thread John W. Linville
-$(CONFIG_LIBERTAS_USB) += libertas/ +obj-$(CONFIG_LIBERTAS) += libertas/ rtl8187-objs := rtl8187_dev.o rtl8187_rtl8225.o obj-$(CONFIG_RTL8187) += rtl8187.o -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] Merge the Sonics Silicon Backplane subsystem

2007-07-27 Thread John W. Linville
, I'll state that this code has been carried in wireless-dev for months and thereby also spent a lot of time in -mm as well as Fedora (rawhide and F-7). The code has proven to be reasonably stable and reliable. Acked-by: John W. Linville [EMAIL PROTECTED] -- John W. Linville [EMAIL PROTECTED

Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure

2007-08-22 Thread John W. Linville
will be better. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: 2.6.23-rc3-mm1: fix b43 compilation

2007-08-22 Thread John W. Linville
. in the hopes of avoiding conflicts. Dependencies are another matter... :-) John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [RFC 1/1] Net: add ath5k wireless driver

2007-08-23 Thread John W. Linville
On Sun, Aug 12, 2007 at 05:33:16PM +0200, Jiri Slaby wrote: add ath5k wireless driver Signed-off-by: Jiri Slaby [EMAIL PROTECTED] Review still pending, but I went ahead and added this on the 'ath5k' branch of wireless-dev. It is available on 'everything' as well. Thanks, John -- John W

Re: [PATCH 3/5] Net: ath5k, use int as retval

2007-08-30 Thread John W. Linville
be happy to apply. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 5/5] Net: ath5k, kconfig changes

2007-08-30 Thread John W. Linville
the number of ifdef blocks further? If so, we might consider a version of this patch that depends on EMBEDDED or somesuch...? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread John W. Linville
of data to MAINTAINERS all for a tool that I'll wager few people would ever use. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-14 Thread John W. Linville
list, is this the kind of thing that sed is perfect to handle? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: rtl8187: Invalid hwaddr! Using randomly generated MAC address

2007-08-17 Thread John W. Linville
correctly on the Other OS. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- John W. Linville [EMAIL

Re: [PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memset

2007-08-06 Thread John W. Linville
); memcpy(extra, keys, tocopy); out: return rc; - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- John W. Linville [EMAIL PROTECTED] - To unsubscribe

Re: [PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memset

2007-08-08 Thread John W. Linville
On Wed, Aug 08, 2007 at 07:58:21AM +0200, Mariusz Kozlowski wrote: Please send wireless patches to [EMAIL PROTECTED], and CC me. Ok. Did you pick the patch up? Yes, I have it. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux

Re: 2.6.23-rc2-mm2

2007-08-10 Thread John W. Linville
there should specifically avoid these merge conflicts. Hth! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH] ssb: Fix regression in 2.6.23-git3 due to change in calling add_uevent_var

2007-10-16 Thread John W. Linville
. Sorry, Al Viro got a patch merged before I got to yours! Thanks anyway! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 1/5] Use mutex instead of semaphore in the Host AP driver

2007-07-30 Thread John W. Linville
-by: Satyam Sharma [EMAIL PROTECTED] Is that the same as Acked-by? Or do you disagree with the patch? Just checkin'... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] prevent SSB compilation on s390 part 2

2007-08-01 Thread John W. Linville
somewhere else. So add an explicit depends on HAS_IOMEM to the Broadcom driver to prevent selection on s390. Cc: John W. Linville [EMAIL PROTECTED] Cc: Michael Buesch [EMAIL PROTECTED] Cc: Martin Schwidefsky [EMAIL PROTECTED] Signed-off-by: Heiko Carstens [EMAIL PROTECTED] Note to reviewers

Re: Light Scribe Technology

2005-04-06 Thread John W. Linville
. Are the specs on the hardware open? -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch 2.6.12-rc2 4/10] tg3: use TG3_FLG2_5705_PLUS instead of multi-way if's

2005-04-13 Thread John W. Linville
Replace a number of three-way if statements checking for 5705, 5750, and 5752 to reference the equivalent TG3_FLG2_5705_PLUS flag instead. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c | 16 1 files changed, 4 insertions(+), 12 deletions

[patch 2.6.12-rc2 9/10] tg3: check TG3_FLG2_5750_PLUS flag to set TG3_FLG2_5705_PLUS flag

2005-04-13 Thread John W. Linville
Use check of TG3_FLG2_5750_PLUS in tg3_get_invariants to set TG3_FLG2_5705_PLUS flag. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) --- bcm5752-support/drivers/net/tg3.c.orig 2005-04-08 18:13

[patch 2.6.12-rc2 0/10] add bcm5752 support plus some cleanup to tg3

2005-04-13 Thread John W. Linville
Add support to tg3 for bcm5752 hardware. Also clean-up a lot of multi-way if statements and replace them with checks of flags representing classes of tg3 hardware. Patches to follow... - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

[patch 2.6.12-rc2 2/10] tg3: add bcm5752 to tg3_pci_tbl

2005-04-13 Thread John W. Linville
Add hard-coded definition of bcm5752 PCI ID to tg3_pci_tbl. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Next patch will change entry to use pci_ids.h-based definition. drivers/net/tg3.c |2 ++ 1 files changed, 2 insertions(+) --- bcm5752-support/drivers/net/tg3.c.orig 2005

[patch 2.6.12-rc2 5/10] tg3: define TG3_FLG2_5750_PLUS flag

2005-04-13 Thread John W. Linville
Define TG3_FLG2_5750_PLUS flag and set it in tg3_get_invariants for ASIC_REV_5750 or ASIC_REV_5752. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c |4 drivers/net/tg3.h |1 + 2 files changed, 5 insertions(+) --- bcm5752-support/drivers/net/tg3.c.orig

[patch 2.6.12-rc2 10/10] tg3: add support for bcm5752 rev a1

2005-04-13 Thread John W. Linville
Replace existing ASIC_REV_5752 definition with ASIC_REV_5752_A0, and add definition for ASIC_REV_5752_A1. Then, add ASIC_REV_5752_A1 to check for setting TG3_FLG2_5750_PLUS in tg3_get_invariants. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c |3 ++- drivers/net/tg3

[patch 2.6.12-rc2 3/10] tg3: add bcm5752 entry to pci_ids.h

2005-04-13 Thread John W. Linville
Add proper entry for bcm5752 PCI ID to pci_ids.h, and use it in tg3. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- I did this separately in case patches like this (i.e. new PCI IDs) need to come from more official sources. drivers/net/tg3.c |2 +- include/linux/pci_ids.h

[patch 2.6.12-rc2 8/10] tg3: use TG3_FLG2_57{05,50}_PLUS flags in tg3_get_invariants

2005-04-13 Thread John W. Linville
Rewrite checks in tg3_get_invariants to use TG3_FLG2_5705_PLUS and TG3_FLG2_5750_PLUS flags. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) --- bcm5752-support/drivers/net/tg3.c.orig 2005-04-08 18:11

[patch 2.6.12-rc2 7/10] tg3: more use of TG3_FLG2_5705_PLUS flag

2005-04-13 Thread John W. Linville
Rewrite of a couple of troublesome multi-way if statements to use TG3_FLG2_5705_PLUS flag. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) --- bcm5752-support/drivers/net/tg3.c.orig 2005-04-08 18

[patch 2.6.12-rc2 1/10] tg3: add basic bcm5752 support

2005-04-13 Thread John W. Linville
Track-down all references to ASIC_REV_5750 and mirror them with references to the newly defined ASIC_REV_5752. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c | 63 -- 1 files changed, 42 insertions(+), 21 deletions

[patch 2.6.12-rc2 6/10] tg3: use new TG3_FLG2_5750_PLUS flag

2005-04-13 Thread John W. Linville
Replace a number of two-way if statements checking for 5750, and/or 5752 to reference the newly-defined TG3_FLG2_5750_PLUS flag instead. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c | 38 +- 1 files changed, 13 insertions(+), 25

[patch libata-dev-2.6 1/1] libata: sync SMART ioctls with ATA pass thru spec (T10/04-262r7)

2005-02-02 Thread John W. Linville
Update libata's SMART-related ioctl handlers to match the current ATA command pass-through specification (T10/04-262r7). Also change related SCSI op-code definition to match current spec. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Contact w/ spec author (Curtis Stevens @ Western

Re: [patch libata-dev-2.6 1/1] libata: sync SMART ioctls with ATA pass thru spec (T10/04-262r7)

2005-02-02 Thread John W. Linville
On Wed, Feb 02, 2005 at 07:51:22PM +0100, Jens Axboe wrote: On Wed, Feb 02 2005, John W. Linville wrote: -/* Temporary values for T10/04-262 until official values are allocated */ -#defineATA_160x85 /* 16-byte pass-thru [0x85 == unused]*/ -#defineATA_12

[patch libata-dev-2.6 1/5] libata: fix command queue leak when xlat_func fails

2005-02-18 Thread John W. Linville
ata_scsi_translate allocates from the libata command queue by calling ata_scsi_qc_new. If xlat_func returns non-zero, control jumps to err_out which fails to free the allocated command. Fix is to add a new API to free unused commands. Signed-off-by: John W. Linville [EMAIL PROTECTED

[patch libata-dev-2.6 2/5] libata: sync SMART ioctls with ATA pass thru spec (T10/04-262r7)

2005-02-18 Thread John W. Linville
Minor modifications to the SMART-related ioctls in libata, in compliance with the latest ATA pass thru spec (T10/04-262r7). Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/scsi/libata-scsi.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) --- sata-smart-2.6

[patch libata-dev-2.6 3/5] libata: filter SET_FEATURES - XFER MODE from ATA pass thru

2005-02-18 Thread John W. Linville
Filter-out attempts to issue a SET_FEATURES - XFER MODE command via the ATA pass thru mechanism. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/scsi/libata-scsi.c | 11 +++ 1 files changed, 11 insertions(+) --- sata-smart-2.6/drivers/scsi/libata-scsi.c.filter2005

[patch libata-dev-2.6 4/5] libata: minor style changes in ata_scsi_pass_thru

2005-02-18 Thread John W. Linville
Remove some curlies around single-line if statements. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/scsi/libata-scsi.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) --- sata-smart-2.6/drivers/scsi/libata-scsi.c.style 2005-02-17 16:50:03.907040725 -0500

[patch libata-dev-2.6 5/5] libata: update ATA pass thru opcodes

2005-02-18 Thread John W. Linville
Update ATA pass thru opcodes to match what is specified in the current ATA pass thru spec (T10/04-262r7). Signed-off-by: John W. Linville [EMAIL PROTECTED] --- This part was controversial before, because these opcodes seemed to overlap with some existing opcodes. So I contacted the author

Re: [patch 2.6.13-rc2] pci: restore BAR values from pci_set_power_state for D3hot-D0

2005-07-13 Thread John W. Linville
On Mon, Jul 11, 2005 at 10:28:55PM -0400, Adam Belay wrote: On Fri, Jul 08, 2005 at 02:34:56PM -0400, John W. Linville wrote: Some firmware leaves devices in D3hot after a (re)boot. Most drivers call pci_enable_device very early, so devices left in D3hot that lose configuration during

Re: [06/11] tpm breaks 8139cp

2005-07-13 Thread John W. Linville
...this looks very similar to a patch I got from Kylene for fixing this same issue when it showed-up in FC4. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [2.6 patch] schedule obsolete OSS drivers for removal

2005-07-26 Thread John W. Linville
in addition to snd-intel8x0. Hmmm...I don't think that would work. If there are IDs listed in both i810_audio and snd-hda-intel, it is probably a mistake. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [patch 2.6.13-rc2] pci: restore BAR values from pci_set_power_state for D3hot-D0

2005-07-26 Thread John W. Linville
On Tue, Jul 26, 2005 at 04:49:34PM -0700, Greg KH wrote: On Fri, Jul 08, 2005 at 02:34:56PM -0400, John W. Linville wrote: @@ -301,6 +335,16 @@ pci_set_power_state(struct pci_dev *dev, udelay(200); dev-current_state = state; + /* According to section 5.4.1 of the PCI

Re: [patch 2.6.13-rc2] pci: restore BAR values from pci_set_power_state for D3hot-D0

2005-07-27 Thread John W. Linville
On Tue, Jul 26, 2005 at 09:36:02PM -0400, John W. Linville wrote: On Tue, Jul 26, 2005 at 04:49:34PM -0700, Greg KH wrote: This code doesn't even build, as need_restore isn't a global variable. Hmmm...you must be missing this hunk from the patch posted on July 8? Care to redo this patch

[patch 2.6.13-rc3] pci: restore BAR values after D3hot-D0 for devices that need it

2005-07-27 Thread John W. Linville
it. The patch also adds pci_restore_bars as a new global symbol, and adds a correpsonding EXPORT_SYMBOL_GPL for that. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Some firmware (e.g. Thinkpad T21) leaves devices in D3hot after a (re)boot. Most drivers call pci_enable_device very early, so devices

Re: [2.6 patch] schedule obsolete OSS drivers for removal

2005-07-27 Thread John W. Linville
On Wed, Jul 27, 2005 at 08:24:28PM +0200, Adrian Bunk wrote: I've grep'ed a second time for every single PCI ID in the OSS i810_audio, and I still haven't found WTF you are talking about. I looked as well, and I found nothing either. Jeff, can you enlighten us? John -- John W. Linville

Re: [PATCH] New include file for marking old style api files

2005-07-28 Thread John W. Linville
that people could indicate which old APIs are in use? Just a thought... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: kernel guide to space (updated)

2005-07-28 Thread John W. Linville
not... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] 8139cp - redetect link after suspend

2005-07-05 Thread John W. Linville
. Other than that, the patch looks acceptable to me, fwiw... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [patch 2.6.12 (repost w/ corrected subject)] pci: restore BAR values in pci_enable_device_bars

2005-07-05 Thread John W. Linville
On Sat, Jul 02, 2005 at 01:29:54AM -0600, Grant Grundler wrote: On Thu, Jun 30, 2005 at 10:26:37PM -0400, John W. Linville wrote: + /* Some devices lose PCI config header data during D3hot-D0 Can you name some of those devices here? I just want to know what sort of devices need

Re: [patch 2.6.12 (repost w/ corrected subject)] pci: restore BAR values in pci_enable_device_bars

2005-07-07 Thread John W. Linville
the new patch for comment. If we can resolve the pci_update_resource issue, I'll post another (either alternative or additional) patch to cover that. Patch to follow... Thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

[patch 2.6.13-rc2] pci: restore BAR values in pci_set_power_state for D3hot-D0

2005-07-07 Thread John W. Linville
PCI_PM_CTRL_NO_SOFT_RESET 0x0004 /* No reset for D3hot-D0 */ #define PCI_PM_CTRL_PME_ENABLE0x0100 /* PME pin enable */ #define PCI_PM_CTRL_DATA_SEL_MASK 0x1e00 /* Data select (??) */ #define PCI_PM_CTRL_DATA_SCALE_MASK 0x6000 /* Data scale (??) */ -- John W. Linville [EMAIL

Re: [linux-pm] [patch 2.6.13-rc2] pci: restore BAR values in pci_set_power_state for D3hot-D0

2005-07-08 Thread John W. Linville
of some oddball device. A few simple steps taken when this situation is recognized can allow drivers to remain unaware of this detail of PCI PM. That seems worthwhile to me. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

[patch 2.6.13-rc2] pci: restore BAR values from pci_set_power_state for D3hot-D0

2005-07-08 Thread John W. Linville
(struct pci_dev *dev, struct resource *res, int resno); int pci_assign_resource(struct pci_dev *dev, int i); /* ROM control related routines */ -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [patch 2.6.13-rc2] pci: restore BAR values from pci_set_power_state for D3hot-D0

2005-07-11 Thread John W. Linville
On Mon, Jul 11, 2005 at 02:48:44PM +0200, Lennert Buytenhek wrote: On Fri, Jul 08, 2005 at 02:34:56PM -0400, John W. Linville wrote: Some PCI devices lose all configuration (including BARs) when transitioning from D3hot-D0. This leaves such a device in an inaccessible state. The patch

[patch 2.6.13-rc2] PCI: Add symbol exports for pci_restore_bars

2005-07-11 Thread John W. Linville
Globalize and add EXPORT_SYMBOL for pci_restore_bars. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Some have expressed interest in making general use of the the pci_restore_bars function. drivers/pci/pci.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [patch 2.6.13-rc2] PCI: Add symbol exports for pci_restore_bars

2005-07-11 Thread John W. Linville
On Mon, Jul 11, 2005 at 10:18:30AM -0700, Greg KH wrote: On Mon, Jul 11, 2005 at 09:19:03AM -0400, John W. Linville wrote: Globalize and add EXPORT_SYMBOL for pci_restore_bars. EXPORT_SYMBOL_GPL() perhaps as this is a new function? Sure...that will please Arjan as well... :-) Patch

[patch 2.6.13-rc2] PCI: Add GPL symbol export for pci_restore_bars

2005-07-11 Thread John W. Linville
Globalize and add EXPORT_SYMBOL_GPL for pci_restore_bars. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Some have expressed interest in making general use of the the pci_restore_bars function. Revised to use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL. drivers/pci/pci.c |3 ++- 1

Re: OSS Audio borked between 2.6.6 and 2.6.10

2005-03-14 Thread John W. Linville
this to be causing a problem with Wolfenstein: Enemy Territory. The patch to reverse this change appears to have been merged into 2.6.11. I suggest you try that one. :-) Good luck! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: OSS Audio borked between 2.6.6 and 2.6.10

2005-03-14 Thread John W. Linville
fixed without any reports?) (Presuming that the Quake3 problem is the same as the Wolfenstein: ET problem...) It was reported as a problem with RHEL3. When I discovered the fix, I pushed it to the OSS drivers in 2.6.x as well. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from

[patch 2.6.11] b44: allocate tx bounce bufs as needed

2005-03-14 Thread John W. Linville
Allocate tx bounce buffers one at a time as needed, rather than in a single allocation. This limits usage of the GFP_DMA memory pool. Acked-by: Pekka Pietikäinen [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- The b44 hardware has a DMA mask that only covers 1GB. On x86

[patch 2.6.11] e1000: avoid sleeping in watchdog timer context

2005-03-14 Thread John W. Linville
Move bulk of e1000_watchdog to a workqueue to make it safe to call functions which can sleep. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- The e1000 driver uses a timer to invoke e1000_watchdog(). e1000_watchdog() calls e1000_check_for_link() which can call

[patch 2.6.11] bonding: avoid tx balance for IGMP (alb/tlb mode)

2005-03-15 Thread John W. Linville
Add special case to bond_alb_xmit() to avoid tx balance for IGMP. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Some switches (e.g. the Cisco Catalyst 3750) use IGMP snooping to determine which hosts belong to which multicast groups. Typically such switches use a timeout to determine

Re: [patch 2.6.11] bonding: avoid tx balance for IGMP (alb/tlb mode)

2005-03-16 Thread John W. Linville
are tricking the switch into behaving the way we desire. Since the switch is unaware of our bonded behaviour, I think it makes sense to accomodate this quirk related to IGMP snooping. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] DM9000 network driver

2005-03-18 Thread John W. Linville
); Ewww! My thoughts exactly...there might be a place for something like that, but I don't think this is it... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[patch 2.6.11] e1000: flush work queues on remove

2005-03-21 Thread John W. Linville
Flush work queues in -remove() for e1000. Acked-by: Ganesh Venkatesan [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- Since e1000 is using work queues, we need to call flush_scheduled_work() before removing the driver from memory. Otherwise, we are prone to an Oops

Re: [RFQ] Rules for accepting patches into the linux-releases tree

2005-03-07 Thread John W. Linville
... John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch netdev-2.6] ixgb: Add MODULE_VERSION

2005-03-30 Thread John W. Linville
Add MODULE_VERSION entry. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- I posted one like this before, but it seems to have been lost or overwritten... drivers/net/ixgb/ixgb_main.c |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) --- netdev-2.6/drivers/net/ixgb

[patch netdev-2.6] e1000: add MODULE_VERSION

2005-03-30 Thread John W. Linville
Add MODULE_VERSION entry. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- I posted one like this before, but it seems to have been lost or overwritten... drivers/net/e1000/e1000_main.c |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) --- netdev-2.6/drivers/net/e1000

[patch 2.4.29-rc1] i810_audio: offset LVI from CIV to avoid stalled start

2005-01-17 Thread John W. Linville
Offset LVI past CIV when starting DAC/ADC in order to prevent stalled start. --- Here is the (working) patch I'm using against a later 2.4. This makes sound work fine with Enemy Territory. drivers/sound/i810_audio.c | 10 ++ 1 files changed, 10 insertions(+) ---

[rfc] i810_audio: offset LVI from CIV to avoid stalled start

2005-01-17 Thread John W. Linville
))) ) ; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [rfc] i810_audio: offset LVI from CIV to avoid stalled start

2005-01-17 Thread John W. Linville
On Tue, Jan 18, 2005 at 07:39:30AM +1100, Herbert Xu wrote: On Mon, Jan 17, 2005 at 01:37:08PM -0500, John W. Linville wrote: Some OSS applications have trouble with later versions of the i810_audio driver. Wolfenstein Enemy Territory from idSoftware is one such application. Would

  1   2   3   4   5   6   7   8   9   >