Re: [PATCH] trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255

2006-11-17 Thread Pierre Ossman
Marcin Juszkiewicz wrote: > PXA MMC driver supports not only PXA255 but also PXA250 and newer ones > > Signed-off-by: Marcin Juszkiewicz <[EMAIL PROTECTED]> > Thanks. Applied. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org

Re: [patch 0/6] [RFC] Add MMC Password Protection (lock/unlock) support V6

2006-11-18 Thread Pierre Ossman
(easy2crack). > This sounds like policy though, so it is something user space should concern itself with. We should just provide the infrastructure. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio

Re: [PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal

2006-11-26 Thread Pierre Ossman
; Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel are you running? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdeskto

Re: [PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal

2006-11-27 Thread Pierre Ossman
Vitaly Wool wrote: > On 11/26/06, Pierre Ossman <[EMAIL PROTECTED]> wrote: >> Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel >> are you running? > > 2.6.18 + -rt patches by Ingo. > I guess the check is in the rt set somewhere then. An

Re: [PATCH] MMC: Clean up low voltage range handling

2007-03-11 Thread Pierre Ossman
a nice change, it confuses things to have two changes in one commit. Could you split them up and base it on my "for-andrew" branch? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio

Re: [1/6] 2.6.21-rc3: known regressions

2007-03-13 Thread Pierre Ossman
The error report is a bit thin so Pavel will need to elaborate a bit more. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To

Re: [1/6] 2.6.21-rc3: known regressions

2007-03-13 Thread Pierre Ossman
't have the time and energy to jump through all the hoops required to get an official number right now. Most users use udev and those that don't can use the "major" parameter for mmc_block. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org Pul

Re: [1/6] 2.6.21-rc3: known regressions

2007-03-13 Thread Pierre Ossman
Pavel Machek wrote: > > That's okay, but if one of those savages got major for you, would you > be willing to use it? :-). Indeed I would. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulse

Re: i.MX/MX1 SDHC fix/workaround of SD card recognition problems

2007-03-16 Thread Pierre Ossman
spoken about MX1 SDHC maintainership. > I am attaching my subscription. > I am not sure about mailing list field there. > Do you suggest this one, ALKML or other? > > sdhci is outright wrong. That list is only for the sdhci driver. I suggest LAK or LKML, preferably the one with

Re: [PATCH] MMC: Consolidate voltage definitions

2007-03-16 Thread Pierre Ossman
nt > sets are already inconsistent with one claiming > to describe ranges and the other specific voltages. > > Only the SDHCI driver uses the host->vdd defines and > it is easily fixed to use the OCR defines. > > Signed-off-by: Philip Langdale <[EMAIL PROTECTED]> > >

Re: [PATCH] MMC: Fix handling of low-voltage cards

2007-03-16 Thread Pierre Ossman
t;mode == MMC_MODE_SD && (ocr & MMC_VDD_165_195)) { > Ooops. host->mode should have been removed by now. Otherwise the patch looks good. Just fix these points and I'll include it. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kerne

Re: Block layer still stack abuser?

2007-02-21 Thread Pierre Ossman
suggested solution was to serialize all the block subsystems so that only one was present on the stack at any given time. I was constantly hitting this problem a few years ago when I was running md+xfs+nfs. The fix was in -mm back then as well. ;) Rgds -- -- Pierre Ossman Linux kernel, MMC main

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Pierre Ossman
uency. With tickless idle.. that's not what you > want. > So with a local apic, and acpi_pm as clocksource, I shouldn't be getting timer interrupts? Yet I do. Which I assume means that the kernel will still get woken up very often. Rgds -- -- Pierre Ossman Linux kernel, MMC maintain

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Pierre Ossman
Arjan van de Ven wrote: > On Thu, 2007-02-22 at 15:10 +0100, Pierre Ossman wrote: > >> >> So with a local apic, and acpi_pm as clocksource, I shouldn't be getting >> timer >> interrupts? >> > > timer interrupts as in "irq0"? > >

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Pierre Ossman
o use HPET even if it is not enabled by the > BIOS. This will still end up on IRQ#0, but will give way longer idle > sleeps than the PIT. > > So then the next two questions are; is it possible to disable C3 and is it a net power gain to get rid of the wakeups in favor of having C3. Rgds

Re: [RFC][PATCH -mm] mmc build fix

2007-02-22 Thread Pierre Ossman
contains the following patches against 2.6.21-rc1: >> > > Possible build fix for > > drivers/built-in.o: In function `mmc_queue_thread': > /mnt/md0/devel/linux-work5/drivers/mmc/card/queue.c:76: undefined reference > to `blk_queue_plugged' > make: *** [.tmp_vmlinux1]

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Pierre Ossman
anently screwed, or just temporarily. 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 li

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Pierre Ossman
Arjan van de Ven wrote: > if it's something built in the last year or two you have the hw. > > I have an ICH4-M, and from Intel's datasheets it looks like I got the short straw.. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAu

Re: Memory stick reader Ricoh R5C592 supported?

2007-03-02 Thread Pierre Ossman
using > kernel 2.6.20. > Memory stick is completely unsupported. We haven't got any specs for neither the the host controllers or the protocol. So I would guess it would be quite some time before memorystick is supported directly by Linux. Rgds -- -- Pierre Ossman Linux kernel

Re: [PATCH] MMC: Fix handling of low-voltage cards (take 2)

2007-04-08 Thread Pierre Ossman
Philip Langdale wrote: > Fix handling of low voltage MMC cards. > > Sorry, my fifo filled up and you got stuck at the far end. I've applied this and will push to andrew in a bit. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAu

Re: Weird MMC errors: 1 of 2 - bad ocr value

2007-04-08 Thread Pierre Ossman
re delay after you power up in case the controller needs some time to stabilize. -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To unsub

Re: Weird MMC errors: 2 of 2 - inconsistent state after data crc error

2007-04-08 Thread Pierre Ossman
down when it gets annoyed, so that might be what you're seeing here. Other than that, I'm not sure I can help that much. The stop commands should never wedge the card, so that isn't the issue (unless the card is buggy). Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhtt

Re: Problem: System hangs when I insert SD card

2007-04-09 Thread Pierre Ossman
Mockern wrote: > Hi, > > I have a problem with SC card. System hangs when I insert SD card. But I have > no any problems with MMC card. > Bug reports should include the driver maintainer in the list of recipients. Which SD/MMC controller do you have? Rgds -- -- Pierre

Re: [BUG] sdhci regression in 2.6.21-rc2

2007-03-04 Thread Pierre Ossman
Mark Lord wrote: > Another regression, for Pierre Ossman this time. > > My syslog gets spammed like this (below) on suspend/resume (to RAM) cycles. > Worked fine, without all of the noise, in all previous kernels up to > 2.6.20+. > This looks like a PCI configuration issue. Ca

Re: [BUG] sdhci regression in 2.6.21-rc2

2007-03-05 Thread Pierre Ossman
ce we're seeing this problem I assume the kernel's interrupt code isn't aware of PM states? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://w

Re: [BUG] sdhci regression in 2.6.21-rc2

2007-03-05 Thread Pierre Ossman
Pierre Ossman wrote: > Mark Lord wrote: >> But.. in the middle of all of this, we now see the SHDCI code >> trying to talk to its as-yet-not-restored device, and being rather >> noisy about it all: >> > > Not quite. I'd say it's the kernel calling the interrupt

Re: [BUG] sdhci regression in 2.6.21-rc2

2007-03-05 Thread Pierre Ossman
Mark Lord wrote: > Pierre Ossman wrote: >> >> Hmm... I guess it can't be as the interrupt handler isn't associated >> with a >> device, just a random pointer. >> >> So either release the interrupt (which seems a bit unsafe as then we >> might not &

Re: [BUG] sdhci regression in 2.6.21-rc2

2007-03-05 Thread Pierre Ossman
what you prefer. Or is moving files around barred from the kernel? -- -- 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: [BUG] sdhci regression in 2.6.21-rc2

2007-03-05 Thread Pierre Ossman
so it's only fair that I have to clean it up. > But whatever. What are we going to do about $SUBJECT? > It should go in now, along with a fix to unregister the interrupt. I have a bunch of fixes I intend to push to Linus today and I'll include this in that group. Rgds -- -- Pier

[GIT PULL] MMC and NCP fixes

2007-03-06 Thread Pierre Ossman
/sock.c | 151 ++-- include/linux/mmc/host.h |8 +++ include/linux/ncp_fs_sb.h |2 + 6 files changed, 184 insertions(+), 115 deletions(-) Mark Lord (1): sdhci: make isr tolerant of read errors Pierre Ossman (3): ncpfs: make sure

Re: [RFC: -mm patch] #if 0 mmc_deselect_cards()

2007-03-07 Thread Pierre Ossman
-by: Adrian Bunk <[EMAIL PROTECTED]> > Indeed, but it's probably better to just remove it rather than have old crud lying around. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop

Re: [RFC][PATCH] MMC: Major restructuring and cleanup

2007-01-14 Thread Pierre Ossman
g these is 8 bit data bus, but as we do not currently have a controller for that I think the point is moot. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http

[GIT PULL] MMC updates

2007-01-14 Thread Pierre Ossman
ags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MMC_RSP_OPCODE)) -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To uns

Re: mmc: correct semantics of the mmc_host_remove

2007-01-19 Thread Pierre Ossman
e released control of the card. At that point there is no one else accessing the device. If you see something else, then we have a bug somewhere. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio

Re: mmc: correct semantics of the mmc_host_remove

2007-01-20 Thread Pierre Ossman
a problem, please try to figure out who it is accessing the device. 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] MMC: au1xmmc R6 response support

2007-01-23 Thread Pierre Ossman
Manuel Lauss wrote: > Hi, > > here's a trivial patch which adds R6 reponse support to the au1xmmc > driver. Fixes SD card detection / operation. > NAK. MMC_RSP_R1 and MMC_RSP_R6 have the same value so this will break the switch. Rgds -- -- Pierre Ossman Linux kernel,

Re: [PATCH] MMC: au1xmmc R6 response support

2007-01-24 Thread Pierre Ossman
stops with CMD7 returning error. > Can I see a dump with MMC_DEBUG enabled? On a related note... Would you, or anyone else you know, be willing to sign up as official maintainer of this driver? Otherwise I'll have to mark it as unmaintained. Rgds -- -- Pierre Ossman Linux kernel, MMC main

Re: NCPFS and brittle connections

2007-01-24 Thread Pierre Ossman
t; } I'm not particularly proud of the second chunk though. Ideas on how to handle when we actually get a transmission problem and not just getting killed by a signal? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core develop

Re: NCPFS and brittle connections

2007-01-24 Thread Pierre Ossman
ld answer, but would gave you bogus answer. > This sounds promising though. In that case it wouldn't be necessary to store the entire request, just the sequence number, right? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer

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
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: 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] 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: [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: > > 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: 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-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
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
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: 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: [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
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: 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
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
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: NCPFS and brittle connections

2007-02-19 Thread Pierre Ossman
nters are no longer valid". It is used to determine if the global receive buffer should be copied to the provided one upon completion. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdes

Re: Recent and not-so problems with tifm_sd driver

2007-02-19 Thread Pierre Ossman
You need to delay the removal in some form, e.g. using the mmc workqueue. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - To

Racy NLS behaviour in FAT (and possible other fs)

2007-02-19 Thread Pierre Ossman
bash: baråäö.txt: File exists 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 &q

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

2007-02-19 Thread Pierre Ossman
rt to a stripped version. >> > > Yes. utf8 support is broken, and it will fail to convert letter case > on many case. And it's why that is not recommended. > > Is there any ongoing work to fix this? UTF-8 is standard on more or less every distribution these days. Rgds -

Re: NCPFS and brittle connections

2007-02-19 Thread Pierre Ossman
hat. > > Acked-by: Petr Vandrovec <[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 dev

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

2007-02-19 Thread Pierre Ossman
t=xxx,utf8" > might help a bit. > 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.

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

2007-02-19 Thread Pierre Ossman
off-by: Adrian Bunk <[EMAIL PROTECTED]> > Thanks. I wonder how that happened. Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.

Re: Recent and not-so problems with tifm_sd driver

2007-02-19 Thread Pierre Ossman
ty we know for > sure 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

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: [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: [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: 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 - 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

[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

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

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

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-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

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: 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: 2.6.21-rc4: mmc fails to work, then oopses

2007-03-22 Thread Pierre Ossman
Pavel Machek wrote: > Hi! > > (Machine was suspended/resumed before this). > > mount /dev/mmc1 /mnt > Driver? Reproducable? Vanilla git kernel? Rgds -- -- Pierre Ossman Linux kernel, MMC maintainerhttp://www.kernel.org PulseAudio, core devel

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
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

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: 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 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: 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 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: 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: 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: 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: [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: [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

[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

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

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: [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: 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: 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

[GIT PULL] MMC updates

2007-06-13 Thread Pierre Ossman
(-) Pierre Ossman (1): mmc: get back read-only switch function Ragner Magalhaes (1): mmc-omap: fix sd response type 6 vs. 1 diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index 41bfb5d..918477c 100644 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -427,6 +427,21

Re: MMCv4 support (8-bit support missing)

2007-04-23 Thread Pierre Ossman
Madhusudhan c wrote: > > Suppose a host controller is capable of suporting 8-bit and it tells > the core that it can support 8-bit. Now the card that is plugged in > might or might not support 8-bit based on the type of the card. There > is no field in the ext_csd which will tell you what bus

Re: [mmc] alternative TI FM MMC/SD driver for 2.6.21-rc7

2007-04-26 Thread Pierre Ossman
arrant, or even have room for, a rewrite. And judging from your code it looks more like reorganising the code that's already there. In short, this "rewrite" won't fly. Report the issues you have with the current driver and work with the existing maintainer to get them fixed. Rgds --

Re: MMCv4 support (8-bit support missing)

2007-04-27 Thread Pierre Ossman
Madhusudhan c wrote: > > Philip asked me about the access to the 8-bit controller. We might not > be able to provide you direct access to the hardware platform as it > requires involvement of business managers and so on. But can I be of > help by testing your code on our platform and leting you

<    2   3   4   5   6   7   8   9   10   >