[Bug 15621] New: BUG: unable to handle kernel paging request - comm: pccardd

2010-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15621 Summary: BUG: unable to handle kernel paging request - comm: pccardd Product: Drivers Version: 2.5 Kernel Version: 2.6.34-rc2 ae6be51ed01d6c4aaf249a207b4434bc7785853b Platform:

[Bug 15621] BUG: unable to handle kernel paging request - comm: pccardd

2010-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15621 --- Comment #3 from Andrew Morton a...@linux-foundation.org 2010-03-24 14:14:17 --- (switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Wed, 24 Mar 2010 10:07:54 GMT

Re: [PATCH v2] pcmcia: db1xxx-ss: suspend/resume fix

2010-03-24 Thread Manuel Lauss
Dominik, On Tue, Mar 23, 2010 at 11:02 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Tuesday 23 March 2010, Manuel Lauss wrote: Howdy, On Mon, Mar 22, 2010 at 9:58 PM, Dominik Brodowski li...@dominikbrodowski.net wrote: Hm, what about using two commits currently in my tree for 2.6.36

Re: pci_bus_for_each_resource, transparent bridges and rsrc_nonstatic.c

2010-03-24 Thread Bjorn Helgaas
On Tue, 2010-03-23 at 19:02 +0100, Dominik Brodowski wrote: If you make PCMCIA smart enough to avoid these low ports, do we still need these ioport_resource and iomem_resource checks? Having two mechanisms will lead to more complicated behavior and more special cases. Well, it aren't

Re: [linux-pm] [PATCH v2] pcmcia: db1xxx-ss: suspend/resume fix

2010-03-24 Thread Dominik Brodowski
Hey, On Wed, Mar 24, 2010 at 06:04:50PM +0100, Manuel Lauss wrote: Dominik, On Tue, Mar 23, 2010 at 11:02 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Tuesday 23 March 2010, Manuel Lauss wrote: Howdy, On Mon, Mar 22, 2010 at 9:58 PM, Dominik Brodowski li...@dominikbrodowski.net

[Bug 15621] BUG: unable to handle kernel paging request - comm: pccardd

2010-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15621 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added CC||r...@sisk.pl

Re: [linux-pm] [PATCH v2] pcmcia: db1xxx-ss: suspend/resume fix

2010-03-24 Thread Rafael J. Wysocki
On Wednesday 24 March 2010, Manuel Lauss wrote: On Wed, Mar 24, 2010 at 8:18 PM, Dominik Brodowski li...@dominikbrodowski.net wrote: Hey, On Wed, Mar 24, 2010 at 06:04:50PM +0100, Manuel Lauss wrote: Dominik, On Tue, Mar 23, 2010 at 11:02 PM, Rafael J. Wysocki r...@sisk.pl wrote:

[Bug 7304] no PCI irq, Cardbus support disabled

2010-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=7304 --- Comment #80 from Thomas Nemeth nemeth.tho...@gmail.com 2010-03-24 20:08:56 --- Created an attachment (id=25689) -- (https://bugzilla.kernel.org/attachment.cgi?id=25689) Boot messages for 2.6.34-rc2 with IRQ forced to 11. As you

[Bug 7304] no PCI irq, Cardbus support disabled

2010-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=7304 --- Comment #81 from Thomas Nemeth nemeth.tho...@gmail.com 2010-03-24 20:16:34 --- Ooops wrong. I didn't get an IP address through DHCP on the non-working slot. I just forgot to ifconfig down the interface before switching slots. The

[PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c

2010-03-24 Thread Marcelo Roberto Jimenez
This patch fixes checkpatch.pl issues in soc_common.c. Signed-off-by: Marcelo Roberto Jimenez mrobe...@cpti.cetuc.puc-rio.br --- drivers/pcmcia/soc_common.c | 129 +++ 1 files changed, 69 insertions(+), 60 deletions(-) diff --git

Re: [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c

2010-03-24 Thread Russell King - ARM Linux
On Wed, Mar 24, 2010 at 08:04:58PM -0300, Marcelo Roberto Jimenez wrote: - debug(skt, 2, mask: %s%s%s%s%s%sflags: %s%s%s%s%s%sVcc %d Vpp %d irq %d\n, - (state-csc_mask==0)?NONE :, - (state-csc_maskSS_DETECT)?DETECT :, -

Re: [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c

2010-03-24 Thread Marcelo Jimenez
On Wed, Mar 24, 2010 at 20:07, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Mar 24, 2010 at 08:04:58PM -0300, Marcelo Roberto Jimenez wrote: -     debug(skt, 2, mask: %s%s%s%s%s%sflags: %s%s%s%s%s%sVcc %d Vpp %d irq %d\n, -                     (state-csc_mask==0)?NONE :, -  

[PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c

2010-03-24 Thread Marcelo Roberto Jimenez
This patch fixes checkpatch.pl issues in soc_common.c. Signed-off-by: Marcelo Roberto Jimenez mrobe...@cpti.cetuc.puc-rio.br --- drivers/pcmcia/soc_common.c | 128 +++ 1 files changed, 68 insertions(+), 60 deletions(-) diff --git