- 18 Apr, 2003 5 commits
-
-
Christoph Hellwig authored
Pass in the path directly instead of getting it from a devfs_handle_t.
-
Christoph Hellwig authored
Store the path of it's devfs directory in struct scsi_device. Use it in the devfs_register calls instead of the devfs_handle_t which will go away soon.
-
Christoph Hellwig authored
Store the path of it's devfs directory in ide_drive_t. Use it in the devfs_register calls instead of the devfs_handle_t which will go away soon.
-
Christoph Hellwig authored
Make sure the first argument to devfs_register is zero.
-
Christoph Hellwig authored
As several people found out while I was asleep I sent you a bogus patch version and devfs didn't compile in your tree since then. Fix it.
-
- 17 Apr, 2003 6 commits
-
-
Andrew Morton authored
Supporting PAGE_CACHE_SIZE != PAGE_SIZE is a "won't fix" for 2.6. (Bill Irwin)
-
Linus Torvalds authored
didn't work.
-
Matt Porter authored
This allows the SCSI subsystem to build on systems where CONFIG_GENERIC_ISA_DMA is not set.
-
Jeff Garzik authored
into redhat.com:/garz/repo/misc-2.5
-
Jeff Garzik authored
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 18 Apr, 2003 1 commit
-
-
Russell King authored
Only call pci_remove_behind_bridge() if we have a PCI-based bridge controller.
-
- 17 Apr, 2003 28 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Russell King authored
When a "depends" statement against all configuration options of a choice, which causes all options of that choice to be disabled, it sends Kconfig into an infinite loop. Move the "depends" clause to the choice statement instead.
-
Eli Carter authored
Patch from Eli Carter # Thu Apr 17 14:05:58 CDT 2003 ejc@rnd-linux-c84 # iq80321-mtd # # Add the MTD mapping for the flash chip on the iq80321 board. # The drivers/mtd/maps/iq80321.c file comes from 2.4.19-rmk4-ds2, and is # essentially a copy of the iq80310.c file in the same directory. # This version used C99 initializers # # Diff'ed against 2.5.65-rmk1+1472-4+1502-3 # Applies cleanly to linux-2.5.67-rmk1+1502-3 # # arch/arm/def-configs/iq80321 | 61 ++++++++++----- # drivers/mtd/maps/Kconfig | 8 ++ # drivers/mtd/maps/Makefile | 1 # drivers/mtd/maps/iq80321.c | 169 +++++++++++++++++++++++++++++++++++++++++++ # 4 files changed, 218 insertions(+), 21 deletions(-) #
-
Eli Carter authored
Patch from Eli Carter # Tue Apr 15 16:07:34 CDT 2003 ejc@rnd-linux-c84 # add-iq80321 # # Adds basic support for the iq80321 board. # # Diff'ed against 2.5.65-rmk1+1472-4+1502 # Applies to 2.5.67-rmk1+1502 with offsets # # arch/arm/boot/Makefile | 1 # arch/arm/boot/compressed/head-xscale.S | 6 # arch/arm/def-configs/iq80321 | 676 ++++++++++++++++++++++++++++++ # arch/arm/kernel/debug.S | 10 # arch/arm/kernel/entry-armv.S | 22 # arch/arm/mach-iop3xx/Kconfig | 12 # arch/arm/mach-iop3xx/Makefile | 16 # arch/arm/mach-iop3xx/arch.c | 26 + # arch/arm/mach-iop3xx/iop321-irq.c | 95 ++++ # arch/arm/mach-iop3xx/iop321-pci.c | 257 +++++++++++ # arch/arm/mach-iop3xx/iop321-time.c | 92 ++++ # arch/arm/mach-iop3xx/iq80321-pci.c | 98 ++++ # arch/arm/mach-iop3xx/mm-321.c | 64 ++ # arch/arm/mm/proc-xscale.S | 19 # include/asm-arm/arch-iop3xx/hardware.h | 17 # include/asm-arm/arch-iop3xx/iop321-irqs.h | 83 +++ # include/asm-arm/arch-iop3xx/iop321.h | 143 ++++++ # include/asm-arm/arch-iop3xx/iq80321.h | 17 # include/asm-arm/arch-iop3xx/irqs.h | 67 -- # include/asm-arm/arch-iop3xx/memory.h | 11 # include/asm-arm/arch-iop3xx/serial.h | 11 # include/asm-arm/arch-iop3xx/timex.h | 6 # include/asm-arm/arch-iop3xx/uncompress.h | 7 # include/asm-arm/mach/pci.h | 4 # 24 files changed, 1691 insertions(+), 69 deletions(-)
-
Eli Carter authored
Patch from Eli Carter # Tue Apr 15 14:41:15 CDT 2003 ejc@rnd-linux-c84 # config-rename # # This patch renames the IOP310 config variables to IOP3XX in preparation for # IOP321 support. # # Diff'ed against 2.5.65-rmk1+1472-4 # Applies to 2.5.67-rmk1 with an offset. # # arch/arm/Kconfig | 14 +++++----- # arch/arm/Makefile | 2 - # arch/arm/def-configs/iq80310 | 15 +++++----- # arch/arm/kernel/debug.S | 2 - # arch/arm/mach-iop3xx/Kconfig | 49 ++++++++++++++++++++++------------- # arch/arm/mach-iop3xx/Makefile | 8 ++--- # include/asm-arm/arch-iop3xx/memory.h | 2 - # include/asm-arm/arch-iop3xx/timex.h | 2 - # 8 files changed, 54 insertions(+), 40 deletions(-) #
-
Eli Carter authored
Patch from Eli Carter Fixes the filename in the comment in include/asm-arm/arch/iop3xx/timex.h Applies cleanly to 2.5.67-rmk1
-
Linus Torvalds authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
Missing <uaccess.h>
-
Alan Cox authored
Missing <uaccess.h>
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
The idea is to move more to if(pc98) so that we can attempt to get all the ports buildable as one "generic" port in time. I don't think its p possible for PC9800 but no need to dig holes
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
Now hw resources can be per mach- and we dont need a pile of ugly ifdefs for weird shite
-