Re: [git pull] more PCMCIA updates for 2.6.34 (including ioctl deprecation)

2010-03-05 Thread Alan Cox
So you believe that disabling the button in the graphical environment to allow PCMCIA cards to be removed (such as CF cards) - leaving the user to merely pull out the CF card, while the FS is mounted, is a good idea? Do any graphical environments even support the ancient user space pcmcica

Re: [git pull] more PCMCIA updates for 2.6.34 (including ioctl deprecation)

2010-03-05 Thread Wolfram Sang
Do any graphical environments even support the ancient user space pcmcica helper stuff ? I can't find any evidence they do but I realise Russell you get to deal with assorted crazy ARM embedded setups. FWIW, a few months ago I searched the web for the warning about the usage of the deprectaed

Re: [git pull] more PCMCIA updates for 2.6.34 (including ioctl deprecation)

2010-03-05 Thread Peter Stuge
Russell King wrote: Do any graphical environments even support the ancient user space pcmcica helper stuff ? I believe so - the platform I have is based around the Open Embedded stuff, and there's a button on the desktop which communicates with the kernel via the PCMCIA ioctls. One of

[PATCH 1/3] pcmcia: honor saved flags in yenta_socket's I365_CSCINT register

2010-03-05 Thread Dominik Brodowski
From: Jens Künzer jens.kuen...@fpga.homeip.net Part 1 of a series to allow the ISA irq to be used for Cardbus devices if the socket's PCI irq is unusable. [li...@dominikbrodowski.net: split up the original patch, commit message] Signed-off-by: Jens Kuenzer jens.kuen...@fpga.homeip.net

[PATCH 3/3] pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessary

2010-03-05 Thread Dominik Brodowski
From: Jens Künzer jens.kuen...@fpga.homeip.net As the PCI irq pin of the ti1130 pcmcia bridge is not connected (at least on some old IBM Thinkpad 760ED notebooks), the Cardbus IRQ has to be routed to an ISA irq. [li...@dominikbrodowski.net: split up the original patch, commit message, cleanup]

Re: [RFC] [PATCH] pcmcia/yenta ti113x route irq to isa

2010-03-05 Thread Dominik Brodowski
On Thu, Mar 04, 2010 at 09:28:41AM +0100, Jens Künzer wrote: Resubmitting this with hopefully proper signoff: This is a patch for a old IBM Thinkpad 760ED notebook. The pci irq pin of the ti1130 pcmcia bridge is not connected. To use the cardbus, the irq has to be routed to an isa irq.

[PATCH 2/3] pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket

2010-03-05 Thread Dominik Brodowski
From: Jens Künzer jens.kuen...@fpga.homeip.net Part 2 of a series to allow the ISA irq to be used for Cardbus devices if the socket's PCI irq is unusable. [li...@dominikbrodowski.net: split up the original patch, commit message] Signed-off-by: Jens Kuenzer jens.kuen...@fpga.homeip.net