- 27 Mar, 2003 5 commits
-
-
Alan Cox authored
Forward port the replacement to the horribly broken locking in 2.5 radio_cadet driver.
-
Alan Cox authored
Vojtech Pavlik The ide fixes for the VIA8235 obsolete this hack
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
One from Jens - fix up the problems with older Samsung disks that don't abort unknown commands sometimes
-
- 26 Mar, 2003 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 27 Mar, 2003 2 commits
-
-
Dominik Brodowski authored
Except for dev_node_t, the contents of include/pcmcia/driver_ops.h aren't used anywhere within the kernel. It's a left-over file from the days when cardbus 32-bit cards weren't handled as pci devices, and their drivers as pci drivers. So, move the dev_node_t to include/pcmcia/ds.h, remove the lone in-kernel reference to driver_ops.h, and remove the contents of driver_ops.h.
-
Dominik Brodowski authored
Rename socket_info_t (which is used many, many times differently within pcmcia) to "struct pcmcia_bus_socket". Also, a couple of functions in ds.c can be converted to use the "struct pcmcia_bus_socket" as argument instead of the socket number.
-
- 26 Mar, 2003 30 commits
-
-
Dominik Brodowski authored
As we don't have a late_initcall in ds.c any more, we can't easily distinguish between in-kernel drivers and those built as modules. This information was used by cardmgr to detect whether "rmmod" makes sense. As unloading of modules seems to be deprecated behaviour anyway in 2.5., and the current driver unloading process is IMO broken anyway, I don't shed any tears on this lost functionality.
-
Dominik Brodowski authored
Previously, "Driver Services" could only be called when the socket drivers were initialized earlier. This caused an awful lot of problems, especially when modprobe tried to load ds.ko and a pcmcia card driver at once. As all socket devices are registered with the driver model core as being of "class_type pcmcia_socket_class", we can take use of that and register them with "Driver Services" upon detection or upon module loading of ds.c. Also, the "I-need-two-initcalls-in-a-module"-tweak can go away. Unfortunately, this patch reportedly breaks some RedHat pcmcia init scritps - they relied on the failed loading of ds.c to detect that no socket driver was loaded previously. To properly detect this, you should take a look at the /sys/class/pcmcia_socket/devices directory.
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia
-
ssh://master.kernel.org//home/hch/BK/xfs/linux-2.5/Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Christoph Hellwig authored
-
Christoph Hellwig authored
This one should have gone away a few checkings ago. I blame it on BitKeeper.. :)
-
Dean Roehrich authored
SGI Modid: 2.5.x-xfs:slinx:142389a
-
Eric Sandeen authored
Also use del_timer_sync when we're done. SGI Modid: 2.5.x-xfs:slinx:142197a
-
Stephen Lord authored
also fix a bug where the mtime field was not correctly updated. SGI Modid: 2.5.x-xfs:slinx:142296a
-
Nathan Scott authored
this into just a pagebuf_iodone parameter was broken as we don't have sufficient state in all the places we need it to make the decision. SGI Modid: 2.5.x-xfs:slinx:141626a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:142170a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:142163a
-
Nathan Scott authored
realtime inode detection macro somewhere more appropriate. SGI Modid: 2.5.x-xfs:slinx:141951a
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:141925a
-
Christoph Hellwig authored
Push a bunch of quota- and dmapi-specific code down into these subdirs which previously was compiled into the core XFS code, and don't descend into these subdirs if options config'd off. SGI Modid: 2.5.x-xfs:slinx:141850a
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
- don't report PCI aborts during config cycles as errors. - don't scan the pci buses if we receive a master abort. - setup error handlers earlier.
-
Russell King authored
Fix potential oops if kmalloc returns NULL. Really return an error when out of memory.
-
Russell King authored
-
Russell King authored
This cset updates cyber2000fb (used on NetWinders) to the new fbcon API, and adds cfbfillrect, cfbcopyarea and cfbimgblt objects when building cyber2000fb.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Russell King authored
The ARM do_div() implementation was rather lax in that it only performed a 32-bit divide. This cset fixes this oversight by providing a 64-bit by 32-bit division in asm. This is necessary for posix-timers to function correctly.
-
- 25 Mar, 2003 2 commits
-
-
Nathan Scott authored
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:141511a
-