- 28 Mar, 2002 1 commit
-
-
Russell King authored
-
- 25 Mar, 2002 1 commit
-
-
Russell King authored
-
- 24 Mar, 2002 2 commits
-
-
Russell King authored
-
Dr. David Alan Gilbert authored
2.4.18-rmk3 fails to build on the EBSA285 if there is no video stuff enabled with a missing symbol. For me the linker lied and told me it was in irq.c but it was actually in the previous file in the link, mach-footbridge/arch.c ; the symbol is screen_info which is what the ORIG_* macros use. Note I haven't yet tested this booting, just building.
-
- 23 Mar, 2002 1 commit
-
-
Tomas Kasparek authored
Remove "enable_irq(IRQ_LCD)" call from video/sa1100fb.c
-
- 22 Mar, 2002 5 commits
-
-
Abraham van der Merwe authored
I've added support for 64-bit modulo arithmetic on ARM. This is needed for the video4linux API to function properly and since there's already support for 64-bit divides, I think there shouldn't be any reason for the absence of this.
-
Nicolas Pitre authored
Actually only debug.S and entry-armv.S
-
Nicolas Pitre authored
This patch populates the linux/include/asm-arm/arch-pxa directory.
-
Nicolas Pitre authored
This only populates the linux/arch/arm/mach-pxa directory.
-
Nicolas Pitre authored
-
- 19 Mar, 2002 2 commits
-
-
Russell King authored
symbols. Remove unused flush_page_to_ram in ARM code.
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
- 18 Mar, 2002 18 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
This patch remove unused variable/function/define, and small indent cleanup.
-
Hirofumi Ogawa authored
The following patch moves MSDOS_SB() and MSDOS_I() into #define __KERNEL__.
-
Martin Dalecki authored
- Apply more patches from Vojtech Pavlik for the handling of host chip setup. Hopefully they are settled now. - Kill unused CONFIG_BLK_DEV_MODES - Push register addressing down in to task_vlb_sync. - Make the taskfile parsing stuff actually readable. This is compressing the code by an incredible amount. We use just one function doing the whole scanning right now. This should make sure that the IRQ handler used by a particular command is always right. I didn't introduce typos hopefully here. - Don't call ide_handler_parser as argument for do_taskfile() any longer. We have killed this function by coalescing it's functionality with ide_cmd_type_parser() anyway. - Kill unused SLC90E66 code, which Vojtech apparently missed in his patch. - sync up with 2.5.7-pre2 Once again the actual patch is rather big mostly due to the removal of some default configuration variables which are not used anylonger. So time for the next patch stage.
-
Jaroslav Kysela authored
- add joystick support for CS46xx driver - Audigy code updates - fix sound/core/Config.in (wrong dep_tristate usage) - rawmidi interface fixes (memory leak) - chang spinlock to rwlock in pcm_native.c (streams linking) - further fixes of dependencies in Makefiles - remove experimental time-sync support from sequencer - fix/update for 32-bit -> 64-bit ioctl converter code - wavefront driver cleanups - CMIPCI driver updates - update joystick support in CS4281 - add detection (not support) of M Audio Delta1010LT - add AMD768 PCI ID to intel8x0 driver - add joystick code to trident driver - remove static variable initialization to zero
-
Andrey Panin authored
This adds initial driverfs support to ISAPNP driver. It was approved by the ISAPNP maintainer (Jaroslav Kysela).
-
Brian Gerst authored
Seperates affs_sb_info from struct super_block.
-
Brian Gerst authored
Seperates hfs_sb_info from struct super_block.
-
Brian Gerst authored
Seperates shmem_sb_info from struct super_block.
-
Linus Torvalds authored
-
Alexander Viro authored
file_system_typer-related code moved from fs/super.c to fs/filesystems.c
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Brian Gerst authored
Seperates udf_sb_info from struct super_block.
-
Brian Gerst authored
Seperates isofs_sb_info from struct super_block.
-
David Brownell authored
I got burnt one too many time by mismatches between the pci_pool and "real" slabs... something changed in mm/slab.c and broke a driver, so I'm going for the real fix this time. Having poisoning that _works_ is a huge help in the innards of the USB host controller drivers. This patch gets rid of some #ifdefs and makes the pci_pool code poison memory if CONFIG_DEBUG_SLAB is set. The functionality has always been there, but this makes it simpler to get at.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 19 Mar, 2002 2 commits
-
-
Paul Mackerras authored
exiting heathrow_modem_enable() with a lock held.
-
Paul Mackerras authored
SI_DETHREAD, plus a couple of minor fixes.
-
- 18 Mar, 2002 1 commit
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 17 Mar, 2002 7 commits
-
-
Russell King authored
-
David Woodhouse authored
Remove remnants of zlib_fs.
-
David Woodhouse authored
Remove FS_REQUIRES_DEV from JFFS2. We never really used the block device anyway.
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
David S. Miller authored
From Arnaldo Carvalho de Melo.
-
David S. Miller authored
-
Taisuke Yamada authored
added NEC printer to quirks list
-