Re: NCPFS and brittle connections

2007-02-19 Thread Pierre Ossman
[EMAIL PROTECTED] I'll send it on to Linus then. Looks like a typo? requres = request ? Ooops. I'll fix that. :) Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

Re: Racy NLS behaviour in FAT (and possible other fs)

2007-02-19 Thread Pierre Ossman
. These tests was with the utf8 option. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send

Re: [-mm patch] drivers/mmc/Kconfig source drivers/mmc/card/Kconfig

2007-02-19 Thread Pierre Ossman
. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Recent and not-so problems with tifm_sd driver

2007-02-19 Thread Pierre Ossman
that device_add has exited. From -mm: http://www.kernel.org/git/?p=linux/kernel/git/drzeus/mmc.git;a=commitdiff;h=e89bac488861ebadfca3a74321af19a262dcbd08 Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
d had finished. So mmc_block is > quite involved, even > though it does not affect the problem's resolution. I agree that mmc_block's probe method will generate a whole bunch of requests. But I don't see how that can be called given the scenario you describe. Rgds -- -- Pierre Oss

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
mmc_remove_host > (and make sure that > nothing gets scheduled into it after this). > This is fixed in -mm. Making sure that nothing gets scheduled is the driver's responsibility. I've added checks to catch broken drivers though. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
s for mmcqd to exit, so there can't be any code still alive that has a request going. (I am also completely unable to reproduce this problem here). Add more printk:s do verify how the code in mmc_block executes. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://w

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
alive that has a request going. (I am also completely unable to reproduce this problem here). Add more printk:s do verify how the code in mmc_block executes. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
scheduled into it after this). This is fixed in -mm. Making sure that nothing gets scheduled is the driver's responsibility. I've added checks to catch broken drivers though. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer

Re: Recent and not-so problems with tifm_sd driver

2007-02-18 Thread Pierre Ossman
is quite involved, even though it does not affect the problem's resolution. I agree that mmc_block's probe method will generate a whole bunch of requests. But I don't see how that can be called given the scenario you describe. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer

Re: Recent and not-so problems with tifm_sd driver

2007-02-17 Thread Pierre Ossman
as you remove the card. I don't see any mmc debug messages that indicate that is trying to send more mmc requests. You could add a printk to the queue thread in mmc_queue.c. That will allow you to see exactly when it exits (which should be before mmc_remove_host() returns). Rgds -- -

Re: [mmc] incorrect behavior on resume

2007-02-17 Thread Pierre Ossman
imer does not work at this stage of the resume and interrupts may > not be delivered (if > card was removed, for example). Now this sounds incredibly broken. A child device should never be resumed before its parent. Pavel, can you comment? Rgds -- -- Pierre Ossman Linux kernel, MM

Re: Recent and not-so problems with tifm_sd driver

2007-02-17 Thread Pierre Ossman
ving. So if you can figure out what it is up to (and more exactly how it is provoked), I'll try to fix it. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://

Re: Recent and not-so problems with tifm_sd driver

2007-02-17 Thread Pierre Ossman
block layer problem. The block layer can get a bit fuzzy when you start yanking device out from under it. That said, the mmc block driver should be forgiving. So if you can figure out what it is up to (and more exactly how it is provoked), I'll try to fix it. -- -- Pierre Ossman Linux

Re: [mmc] incorrect behavior on resume

2007-02-17 Thread Pierre Ossman
at this stage of the resume and interrupts may not be delivered (if card was removed, for example). Now this sounds incredibly broken. A child device should never be resumed before its parent. Pavel, can you comment? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp

Re: Recent and not-so problems with tifm_sd driver

2007-02-17 Thread Pierre Ossman
that is trying to send more mmc requests. You could add a printk to the queue thread in mmc_queue.c. That will allow you to see exactly when it exits (which should be before mmc_remove_host() returns). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
Pierre Ossman wrote: > Eugene Ilkov wrote: >> PXAMCI: irq 0004 stat 2140 > > Hang on. PXAMCI is a MMC controller, right? Perhaps the MMC timings > aren't overlapping properly with the new stuff... I'm going to have to > recheck my diagrams. Hmm... depending on wh

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
Eugene Ilkov wrote: > PXAMCI: irq 0004 stat 2140 Hang on. PXAMCI is a MMC controller, right? Perhaps the MMC timings aren't overlapping properly with the new stuff... I'm going to have to recheck my diagrams. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerh

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
error and mmc debug > info, but i'll try if it helps I'm afraid I can't help you without a dmesg dump. This problem is most likely crappy hardware at some point, and I need details to make any guess about what it doesn't like. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
if it helps I'm afraid I can't help you without a dmesg dump. This problem is most likely crappy hardware at some point, and I need details to make any guess about what it doesn't like. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
Eugene Ilkov wrote: PXAMCI: irq 0004 stat 2140 Hang on. PXAMCI is a MMC controller, right? Perhaps the MMC timings aren't overlapping properly with the new stuff... I'm going to have to recheck my diagrams. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-15 Thread Pierre Ossman
Pierre Ossman wrote: Eugene Ilkov wrote: PXAMCI: irq 0004 stat 2140 Hang on. PXAMCI is a MMC controller, right? Perhaps the MMC timings aren't overlapping properly with the new stuff... I'm going to have to recheck my diagrams. Hmm... depending on where you look, you get different

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-14 Thread Pierre Ossman
argument is correct, so I'm guessing that your controller might be a bit flaky and not handle the new timing. Can you enable MMC_DEBUG and send over the dmesg? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://puls

Re: 2.6.20 mmc: problem with highspeed SD card

2007-02-14 Thread Pierre Ossman
that your controller might be a bit flaky and not handle the new timing. Can you enable MMC_DEBUG and send over the dmesg? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

Re: Experimental driver for Ricoh Bay1Controller SD Card readers

2007-02-12 Thread Pierre Ossman
lways be sent against the current version of the kernel (i.e. git HEAD). Usually the latest packaged release will also do. (Note that I haven't had time to review your latest version of the driver) Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org Pulse

Re: Recent and not-so problems with tifm_sd driver

2007-02-12 Thread Pierre Ossman
ot;Setting ... power 0" > message) and still > mmc_block continues to make requests like nothing happened. > How did you do the "after remove" detection? Patch? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, cor

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-12 Thread Pierre Ossman
07-02-11 23:27 device -> > ../../class/mmc_host/mmc0/mmc0:b368 Is this with CONFIG_SYSFS_DEPRECATED off? It should be pointing to the ../../devices tree. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://puls

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-12 Thread Pierre Ossman
- ../../class/mmc_host/mmc0/mmc0:b368 Is this with CONFIG_SYSFS_DEPRECATED off? It should be pointing to the ../../devices tree. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

Re: Recent and not-so problems with tifm_sd driver

2007-02-12 Thread Pierre Ossman
to make requests like nothing happened. How did you do the after remove detection? Patch? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http

Re: Experimental driver for Ricoh Bay1Controller SD Card readers

2007-02-12 Thread Pierre Ossman
the current version of the kernel (i.e. git HEAD). Usually the latest packaged release will also do. (Note that I haven't had time to review your latest version of the driver) Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer

Re: Recent and not-so problems with tifm_sd driver

2007-02-11 Thread Pierre Ossman
tifm_set_drvdata(sock, NULL); You call that before mmc_free_host() (which flushes the work queue), and I assume something still needs it. Put in some BUG_ON() here and there and you should be able to catch it. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-11 Thread Pierre Ossman
Brad Campbell wrote: > > [EMAIL PROTECTED]:/$ find sys/devices | grep mmc > sys/devices/pci:00/:00:1e.0/:06:05.3/tifm_sd0:3/mmc_host:mmc0 > This is strange. You should be getting more entries below that. > /sys/block/mmcblk0/device Where does this point? Rgds --

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-11 Thread Pierre Ossman
uld make it work with any ancient version of hal. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send t

[GIT PULL] MMC updates

2007-02-11 Thread Pierre Ossman
changed, 17 insertions(+), 40 deletions(-) Alex Dubov (1): tifm_sd: treat "status error" as normal command completion Pierre Ossman (4): mmc: wbsd: Remove driver version mmc: sdhci: Remove driver version mmc: sdhci: Stop asking for mail mmc: wbsd: Re

[GIT PULL] MMC updates

2007-02-11 Thread Pierre Ossman
changed, 17 insertions(+), 40 deletions(-) Alex Dubov (1): tifm_sd: treat status error as normal command completion Pierre Ossman (4): mmc: wbsd: Remove driver version mmc: sdhci: Remove driver version mmc: sdhci: Stop asking for mail mmc: wbsd: Remove stray

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-11 Thread Pierre Ossman
of hal. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-11 Thread Pierre Ossman
Brad Campbell wrote: [EMAIL PROTECTED]:/$ find sys/devices | grep mmc sys/devices/pci:00/:00:1e.0/:06:05.3/tifm_sd0:3/mmc_host:mmc0 This is strange. You should be getting more entries below that. /sys/block/mmcblk0/device Where does this point? Rgds -- -- Pierre Ossman

Re: Recent and not-so problems with tifm_sd driver

2007-02-11 Thread Pierre Ossman
mmc_free_host() (which flushes the work queue), and I assume something still needs it. Put in some BUG_ON() here and there and you should be able to catch it. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-10 Thread Pierre Ossman
mmc > problem. > The problem is described here: > http://lists.freedesktop.org/archives/hal/2007-January/006960.html > Odd. This might be the whole sysfs restructuring thing causing problems. Can you check if that user has CONFIG_SYSFS_DEPRECATED on? Rgds -- -- Pierre Ossman L

Re: Recent and not-so problems with tifm_sd driver - one more

2007-02-10 Thread Pierre Ossman
. The problem is described here: http://lists.freedesktop.org/archives/hal/2007-January/006960.html Odd. This might be the whole sysfs restructuring thing causing problems. Can you check if that user has CONFIG_SYSFS_DEPRECATED on? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer

Re: Recent and not-so problems with tifm_sd driver

2007-02-09 Thread Pierre Ossman
crash if it is). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

Re: Recent and not-so problems with tifm_sd driver

2007-02-09 Thread Pierre Ossman
if it is). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [2.6.20] tifm_7xx1/mmc not working

2007-02-07 Thread Pierre Ossman
i 17548 0 > tifm_core 7960 2 tifm_sd,tifm_7xx1 > mmc_core 24096 3 mmc_block,tifm_sd,sdhci > Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org r

Re: [2.6.20] tifm_7xx1/mmc not working

2007-02-07 Thread Pierre Ossman
24096 3 mmc_block,tifm_sd,sdhci Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-02-06 Thread Pierre Ossman
s with SD? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-02-06 Thread Pierre Ossman
-- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: wbsd: IRQ handler type mismatch

2007-02-05 Thread Pierre Ossman
is it safe to try and share an > interrupt with this chip anyway? > This is all perfectly valid. The wbsd hw and driver can handle sharing the interrupt line, while the floppy cannot. If you want to avoid this, then don't load the floppy driver or assign another irq for wbsd. Rgds --

Re: wbsd: IRQ handler type mismatch

2007-02-05 Thread Pierre Ossman
an interrupt with this chip anyway? This is all perfectly valid. The wbsd hw and driver can handle sharing the interrupt line, while the floppy cannot. If you want to avoid this, then don't load the floppy driver or assign another irq for wbsd. Rgds -- -- Pierre Ossman Linux kernel, MMC

[GIT PULL] MMC updates

2007-02-04 Thread Pierre Ossman
Salt (1): mmc: Power quirk for ENE controllers Manuel Lauss (2): mmc: au1xmmc: implement proper ro switch detection mmc: au1xmmc: return errors for unknown response types Philip Langdale (1): mmc: Add support for SDHC cards Pierre Ossman (13): mmc: replace host

Re: Free Linux Driver Development!

2007-02-04 Thread Pierre Ossman
vendors who either can provide samples or where the hardware is cheap and freely available so I can just go out and by one. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

Re: NCPFS and brittle connections

2007-02-04 Thread Pierre Ossman
final response copy if the process has gone belly up. Now my next question in that case is, what is the purpose of server->packet. Couldn't this buffer be provided by the caller like the response buffer? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel

Re: [RFC] [PATCH] Fix up needless kmap:s

2007-02-04 Thread Pierre Ossman
ough. I'd guess it is present for non-highmem so that things behave somewhat similar for both the highmem and non-highmem cases. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop,

Re: [RFC] [PATCH] Fix up needless kmap:s

2007-02-04 Thread Pierre Ossman
behave somewhat similar for both the highmem and non-highmem cases. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from

Re: NCPFS and brittle connections

2007-02-04 Thread Pierre Ossman
my next question in that case is, what is the purpose of server-packet. Couldn't this buffer be provided by the caller like the response buffer? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org

Re: Free Linux Driver Development!

2007-02-04 Thread Pierre Ossman
vendors who either can provide samples or where the hardware is cheap and freely available so I can just go out and by one. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

[GIT PULL] MMC updates

2007-02-04 Thread Pierre Ossman
Salt (1): mmc: Power quirk for ENE controllers Manuel Lauss (2): mmc: au1xmmc: implement proper ro switch detection mmc: au1xmmc: return errors for unknown response types Philip Langdale (1): mmc: Add support for SDHC cards Pierre Ossman (13): mmc: replace host

Re: [Sdhci-devel] x60: mmc card reader problem

2007-02-03 Thread Pierre Ossman
gs. Have you tried with several cards? And is it repeatable? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-02-03 Thread Pierre Ossman
Anderson Briglia wrote: > Hi Pierre, > > How about now? Is better? > > Locking problem is still there. You need to unclaim the host even when claim fails. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core develope

[RFC] [PATCH] Fix up needless kmap:s

2007-02-03 Thread Pierre Ossman
Hi Alex, I'd like you to test and comment on the following patch. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org >F

[RFC] [PATCH] Fix up needless kmap:s

2007-02-03 Thread Pierre Ossman
Hi Alex, I'd like you to test and comment on the following patch. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org From

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-02-03 Thread Pierre Ossman
Anderson Briglia wrote: Hi Pierre, How about now? Is better? Locking problem is still there. You need to unclaim the host even when claim fails. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http

Re: [Sdhci-devel] x60: mmc card reader problem

2007-02-03 Thread Pierre Ossman
? And is it repeatable? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [Sdhci-devel] [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD

2007-02-02 Thread Pierre Ossman
e quirk to indicate it's because of broken hardware. It's only for unreleased hw so it's no rush. I just wanted to see if it was related to your problem. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaud

Re: [Sdhci-devel] [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD

2007-02-02 Thread Pierre Ossman
if it was related to your problem. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line

Re: [Sdhci-devel] [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD card readers to work again

2007-02-01 Thread Pierre Ossman
ther than later as the merge window is just around the corner. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this l

Re: 2 GB SD card problem vs. 2.6.20-rc7 (FAT: Filesystem panic (dev sdc1))

2007-02-01 Thread Pierre Ossman
/SD bridge, so I'm the wrong person to contact for this. You should contact whoever is in charge of USB storage devices (which is what you've got). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.or

Re: NCPFS and brittle connections

2007-02-01 Thread Pierre Ossman
ping! Pierre Ossman wrote: > Ok... how about this baby instead. I've replaced the stack allocated > request structure by one allocated with kmalloc() and reference counted > using an atomic_t. I couldn't see anything else that was associated to > the process, so I believe this sh

Re: NCPFS and brittle connections

2007-02-01 Thread Pierre Ossman
ping! Pierre Ossman wrote: Ok... how about this baby instead. I've replaced the stack allocated request structure by one allocated with kmalloc() and reference counted using an atomic_t. I couldn't see anything else that was associated to the process, so I believe this should suffice

Re: 2 GB SD card problem vs. 2.6.20-rc7 (FAT: Filesystem panic (dev sdc1))

2007-02-01 Thread Pierre Ossman
to contact for this. You should contact whoever is in charge of USB storage devices (which is what you've got). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer

Re: [Sdhci-devel] [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD card readers to work again

2007-02-01 Thread Pierre Ossman
as the merge window is just around the corner. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send

Re: How to map high memory for block io

2007-01-30 Thread Pierre Ossman
age limits (which happens to work on non-highmem pages). I think the right solution is to let them use page_address() instead. Would that be correct? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer htt

Re: 2.6.20-rc6-mm1

2007-01-30 Thread Pierre Ossman
Andrew Morton wrote: > > A quick scan indicates that the following files might be buggy in this > regard: > > drivers/mmc/wbsd.c > drivers/mmc/sdhci.c This are probably even buggier than so. They really should be using page_address(), it seems that kmap_atomic() gives the same result when not

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-01-30 Thread Pierre Ossman
pletely useless. So you can just remove the last bunch aswell. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe fr

Re: [PATCH 4/4] Add MMC Password Protection (lock/unlock) support V9: mmc_sysfs.diff

2007-01-30 Thread Pierre Ossman
remove the last bunch aswell. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe

Re: How to map high memory for block io

2007-01-30 Thread Pierre Ossman
solution is to let them use page_address() instead. Would that be correct? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org

Re: 2.6.20-rc6-mm1

2007-01-30 Thread Pierre Ossman
Andrew Morton wrote: A quick scan indicates that the following files might be buggy in this regard: drivers/mmc/wbsd.c drivers/mmc/sdhci.c This are probably even buggier than so. They really should be using page_address(), it seems that kmap_atomic() gives the same result when not using

Re: ncpfs and TCP vs UDP

2007-01-27 Thread Pierre Ossman
d ncpfs tend to default to using udp with this in mind. ;) Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from thi

Re: [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD card readers to work again

2007-01-27 Thread Pierre Ossman
egwork on this. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel&q

Re: [PATCH] mmc: au1xmmc: implement proper ro switch detection

2007-01-27 Thread Pierre Ossman
Manuel Lauss wrote: > au1xmmc: implement proper R/O switch detection. > > Signed-off-by: Manuel Lauss <[EMAIL PROTECTED]> > Also applied. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer htt

Re: [PATCH] mmc: au1xmmc: return errors for unknown response types

2007-01-27 Thread Pierre Ossman
Manuel Lauss wrote: > au1xmmc: return error when encountering unhandled/unknown response type. > > Signed-off-by: Manuel Lauss <[EMAIL PROTECTED]> > Thanks, applied. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAud

Re: [PATCH] mmc: au1xmmc: return errors for unknown response types

2007-01-27 Thread Pierre Ossman
Manuel Lauss wrote: au1xmmc: return error when encountering unhandled/unknown response type. Signed-off-by: Manuel Lauss [EMAIL PROTECTED] Thanks, applied. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http

Re: [PATCH] mmc: au1xmmc: implement proper ro switch detection

2007-01-27 Thread Pierre Ossman
Manuel Lauss wrote: au1xmmc: implement proper R/O switch detection. Signed-off-by: Manuel Lauss [EMAIL PROTECTED] Also applied. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop

Re: [PATCH 2.6.20-rc2] Add a quirk to allow ENE PCI SD card readers to work again

2007-01-27 Thread Pierre Ossman
on this. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: ncpfs and TCP vs UDP

2007-01-27 Thread Pierre Ossman
to default to using udp with this in mind. ;) Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line

Re: [PATCH] 4/5: Updates to SPI and mmc_spi: mmc_spi updated, kernel 2.6.19

2007-01-26 Thread Pierre Ossman
it up to the core. Most hw get interrupts for insertion/removal. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this

ncpfs and TCP vs UDP

2007-01-26 Thread Pierre Ossman
maxing out the network. Input welcome. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line

ncpfs and TCP vs UDP

2007-01-26 Thread Pierre Ossman
maxing out the network. Input welcome. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsubscribe from this list: send the line

Re: [PATCH] 4/5: Updates to SPI and mmc_spi: mmc_spi updated, kernel 2.6.19

2007-01-26 Thread Pierre Ossman
into the mmc core. Better API. The card-detect API should *at least optionally* be like the get_ro function. I think this is so uncommon and involves so little code that it just adds complexity to abstract it up to the core. Most hw get interrupts for insertion/removal. Rgds -- -- Pierre Ossman

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher "Monty" Montgomery wrote: > > Interesting to know. Looking more closely, it looks like machines > here are split between the messed up output I forwarded previously and > the output that is expected. All of my personal boxes are messed up. > There is some option about deprecated

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher "Monty" Montgomery wrote: > > My machines and the fedora rawhide machines using the 2.6.20-rcX > releases look nothing like what you pasted. If they did, hald would > be working... (I'll note that bugs have also been logged against > Pulse and HAL by users having trouble, so it's

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher "Monty" Montgomery wrote: > This patch was generated against 2.6.20-rc5; it fixes a bug that > cropped up in a late 2.6.19-mm kernel. > > When ALSA's sysfs device creation was converted from using > class_device_create() to device_create(), the fourth param from >

Re: NCPFS and brittle connections

2007-01-25 Thread Pierre Ossman
r *server, int size, DDPRINTK("do_ncp_rpc_call returned %d\n", result); - if (result < 0) { - /* There was a problem with I/O, so the connections is -* no longer usable. */ - ncp_invalidate_conn(server); - } return resu

Re: [PATCH] MMC: au1xmmc R6 response support

2007-01-25 Thread Pierre Ossman
aining it? I have source for this > driver which also implements SDIO, also from AMD. It's a bit dated (for > 2.6.11). But I'm willing to look into problems, as long as I have access > to the hardware. > I have not heard anything from Raza, so I wouldn't even know who to contact there. Rgds --

Re: [PATCH] MMC: au1xmmc R6 response support

2007-01-25 Thread Pierre Ossman
also works now on the previously > thought-to-be-broken HW. > So in order to detect any similar problems in the future, I'd like a patch that adds a "default:" to that switch statement. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudi

Re: [PATCH] MMC: au1xmmc R6 response support

2007-01-25 Thread Pierre Ossman
thought-to-be-broken HW. So in order to detect any similar problems in the future, I'd like a patch that adds a default: to that switch statement. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http

Re: [PATCH] MMC: au1xmmc R6 response support

2007-01-25 Thread Pierre Ossman
also implements SDIO, also from AMD. It's a bit dated (for 2.6.11). But I'm willing to look into problems, as long as I have access to the hardware. I have not heard anything from Raza, so I wouldn't even know who to contact there. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainer

Re: NCPFS and brittle connections

2007-01-25 Thread Pierre Ossman
0) { - /* There was a problem with I/O, so the connections is -* no longer usable. */ - ncp_invalidate_conn(server); - } return result; } Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher Monty Montgomery wrote: This patch was generated against 2.6.20-rc5; it fixes a bug that cropped up in a late 2.6.19-mm kernel. When ALSA's sysfs device creation was converted from using class_device_create() to device_create(), the fourth param from class_device_create() [dev]

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher Monty Montgomery wrote: My machines and the fedora rawhide machines using the 2.6.20-rcX releases look nothing like what you pasted. If they did, hald would be working... (I'll note that bugs have also been logged against Pulse and HAL by users having trouble, so it's not just

Re: [PATCH] alsa: correct nonsensical sysfs device symlinks

2007-01-25 Thread Pierre Ossman
Christopher Monty Montgomery wrote: Interesting to know. Looking more closely, it looks like machines here are split between the messed up output I forwarded previously and the output that is expected. All of my personal boxes are messed up. There is some option about deprecated sysfs

<    2   3   4   5   6   7   8   9   10   >