- 24 Jun, 2003 3 commits
-
-
Neil Brown authored
..as the update might have set an expiry date in the past and we want it to be removed instantly.
-
Neil Brown authored
Having a 'continue' at the end of this look it pointless... it should be a break.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 25 Jun, 2003 1 commit
-
-
Paul Mackerras authored
-
- 24 Jun, 2003 11 commits
-
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-serialLinus 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
-
Russell King authored
- add buggy_uart parameter - use detected Vcc values, not CIS Vcc values - handle OxSemi OXCF950 ports
-
Russell King authored
Remove the work queue for serial_remove; events always happen in process context now so the work queue gains us nothing.
-
Russell King authored
-
Matthew Wilcox authored
If one turns off SERIAL_8250, these items shouldn't be selectable. Also gets the indentation right in `make oldconfig'.
-
- 23 Jun, 2003 25 commits
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-serial
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
François Romieu authored
- PCI API init style conversion for drivers/net/sk98lin/skge.c; - new helpers: SkGeDev{Init/CleanUp}; - sk_devs_lock moved around as it's needed early. Compiles without error. Untested.
-
David Woodhouse authored
-
Rusty Russell authored
From: Vinay K Nallamothu <vinay-rc@naturesoft.net>
-
Rusty Russell authored
From: Vinay K Nallamothu <vinay-rc@naturesoft.net>
-
Rusty Russell authored
From: Vinay K Nallamothu <vinay-rc@naturesoft.net>
-
Rusty Russell authored
From: Vinay K Nallamothu <vinay-rc@naturesoft.net>
-
David Woodhouse authored
-
David Woodhouse authored
-
David Woodhouse authored
... and also fix the embarrassing bug where NFTL and INFTL will barf and exit if the add_mtd_blktrans_dev() function _exists_, rather than actually calling it and barfing if it returns non-zero :)
-
David Woodhouse authored
- Fix AFS partitioning oops when no partitions are found - Add missing spin_unlock, optimise buffer writes in Intel NOR driver - Fix DiskOnChip Millennium Plus register OutputControl register definition - Fix DiskOnChip drivers to indicate correct ECC type - Fix map drivers to use ARRAY_SIZE instead of redefining it. - Make uCLinux map driver depend on !MMU - Fix NAND write verify problem on some chips - Other trivia from Rusty.
-
Russell King authored
Problem noticed by Eivind Tagseth. We seem to have resurected the "ide_cs" driver name for the ide-cs module. Restore the driver name to "ide-cs".
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
Ported from the i2c cvs tree.
-
Henk Vergonet authored
Using the MMIO method now, the driver should be able to handle multiple video cards. The driver could potentialy also handle other s3 devices. You can try this by adding more pci id's to the prosavage_pci_tbl.
-
Adrian Bunk authored
I don't understand the code good enough to be sure my patch is correct, but the current code is definitely buggy: 0xFF is the maximum value for an u8, so tdevice < 0x100 is _always_ true.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Matthew Wilcox authored
Combine the dev and func arguments to pci_raw_ops into devfn which is more natural all around.
-
Matthew Wilcox authored
I was looking in this Makefile for link order when my head began to hurt. Apparently you can't have both NUMAQ and VISWS selected, so getting rid of all the ifdefs/ifndefs like this should work.
-
Stephen Hemminger authored
- dynamically allocate and free the network device. previously, used static network device. - support multiple equalizers (default one) via module parameter (max_equalizers) previously, limited to one.
-
Maciej Soltysiak authored
-
Jeff Smith authored
-
Herbert Xu authored
-