[git pull] PCMCIA fixes for 2.6.19-rc6
Dominik Brodowski
linux at dominikbrodowski.net
Sun Nov 19 23:24:23 EST 2006
Hi,
On Sun, Nov 19, 2006 at 12:36:36PM -0800, Andrew Morton wrote:
> On Sun, 19 Nov 2006 11:34:27 -0500
> Dominik Brodowski <linux at dominikbrodowski.net> wrote:
>
> > Hej Linus,
> >
> > Please pull from
> >
> >
> >
> > ...
> >
> > pcmcia: fix 'rmmod pcmcia' with leftover devices
>
> Is this the patch about which Daniel said "does not fix the problem:
> ds.c:ds_event() will never be called because s->callback is set to NULL
> just before send_event() which means send_event() does nothing at all.."?
Yes, this tree included this broken patch. I have re-created a new tree, now
including Daniel's proper patch instead of my broken one, and one other
bugfix to one of my patches (spotted by Randy Dunlap) which can be pulled
from
git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-new-2.6.git/
The diffstat and list of changes follows.
Thanks,
Dominik
----
drivers/ata/pata_pcmcia.c | 2
drivers/char/pcmcia/cm4000_cs.c | 6 -
drivers/char/pcmcia/cm4040_cs.c | 6 -
drivers/ide/legacy/ide-cs.c | 2
drivers/pcmcia/cs_internal.h | 2
drivers/pcmcia/ds.c | 170 +++++++++++++++++++++++-----------------
drivers/pcmcia/pcmcia_ioctl.c | 7 +
drivers/pcmcia/pd6729.c | 8 -
drivers/pcmcia/socket_sysfs.c | 4
include/pcmcia/ss.h | 5 -
10 files changed, 126 insertions(+), 86 deletions(-)
----
Akinobu Mita (1):
cm4000_cs: fix return value check
Daniel Ritz (1):
pcmcia: fix 'rmmod pcmcia' with unbound devices
Dominik Brodowski (3):
pcmcia: start over after CIS override
pcmcia: multifunction card handling fixes
pcmcia: handle __copy_from_user() return value in ioctl
Komuro (1):
pcmcia: allow shared IRQs on pd6729 sockets
Marcin Juszkiewicz (1):
pcmcia: yet another IDE ID
Matt Reimer (1):
pcmcia: Add an id to ide-cs.c
More information about the linux-pcmcia
mailing list