- 14 Jul, 2002 4 commits
-
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 13 Jul, 2002 1 commit
-
-
David S. Miller authored
-
- 12 Jul, 2002 13 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
- Define L1_CACHE_SHIFT for quota sake - Fix FC4/PLUTO build, request is a pointer in scsi_cmnd now. - Make binfmt_elf32 build properly wrt. jiffies_to_foo changes.
-
David S. Miller authored
-
David S. Miller authored
-
Ravikiran G. Thirumalai authored
-
Greg Kroah-Hartman authored
-
Vojtech Pavlik authored
This one-liner does exactly $SUBJ.
-
Vojtech Pavlik authored
Attached is a BK patch to add a new driver for X-Box gamepads. It's fairly simple, and I think it can be put into the 2.5 tree.
-
Greg Kroah-Hartman authored
-
Vojtech Pavlik authored
> Hm, in building this, it looks like pid.c wants to be a separate module, > yet the Makefile tries to build it into the hid.o module. The linker > complains horribly when this happens :) Ok, I found the case. Patch attached.
-
Vojtech Pavlik authored
This cset is update of the HID drivers to the latest version, as a part of the Input merge. It finally includes ForceFeedback support by Johann Deneux, enabling ForceFeedback on new Logitech and Microsoft devices.
-
- 11 Jul, 2002 2 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
- 10 Jul, 2002 5 commits
-
-
Russell King authored
- Fix missed cli()/sti() conversions. - Fix SA1100 sleep code. - Update small_page.c for changes to struct page. - Clean up assabet/neponset initialisation. - Clean up compiler warnings in iop310 build. - Add missed bits from previous xscale cset.
-
Russell King authored
- Add sa1111_{dis,en}able_device() - Add sa1111_{read,write}l() (always host endian)
-
Russell King authored
- FSR "write" bit moved from bit 8 to bit 11. - Handle bit 10 of FSR for xscale imprecise aborts. - Allow Xscale CP0 and CP13 accesses. - Move Xscale specific implementations to their own file.
-
Russell King authored
The major points are: - Move ptrace code from traps.c into ptrace.c so it's all in one place. - Correct get_user_regs() to allow for the 8 byte offset. - Fix missing ptrace_cancel_bpt() call which could miss some single stepping steps. (other small pages; for details see individual file notes)
-
Russell King authored
Some of the CPU implementations copied the ELF flags from the StrongARM-110 implementation, without thinking whether they were correct or not. This changeset fixes up these CPU types.
-
- 09 Jul, 2002 8 commits
-
-
Russell King authored
- Fix ARM Makefile; we now build with -Os instead of -O2. - Fix backtrace code to display more registers correctly. - Fix various build errors. - Fix PSR for architecture compliance. - Update mach-types file.
-
Russell King authored
Rather than handling the IRQ state each time we emulate each instruction, we enable the IRQ before we enter the FP emulator. We don't require any IRQ protection in the emulator anyway, so it's safe to implement this trivial performance enhancement.
-
Russell King authored
This round of cpufreq cleanups came from Dominik's work on the core cpufreq code.
-
Russell King authored
is set correctly. Remove couple of debugging printk()s.
-
Russell King authored
-
Russell King authored
-
Russell King authored
for 2.5.25 HZ/USER_HZ changes.
-
http://linux.bkbits.net/linux-2.5Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
- 07 Jul, 2002 7 commits
-
-
David Brownell authored
This patch fixes two problems that have already been discussed on this list: - USB_QUEUE_BULK is rather pointless (and UHCI-specific). If drivers really want only one bulk urb queued at a time, they just shouldn't issue such urbs till others complete. FIX: remove it entirely. - USB_DISABLE_SPD is horribly named (based on a UHCI flag). What it really does is turn non-ISO short reads into errors. FIX: rename it. Now it's URB_SHORT_NOT_OK. I changed all the drivers using these two flags, including corresponding changes in the "usbfs" API. Most of the patch by volume is doc updates: - Documentation/usb/URB.txt hadn't been updated in two years (!) and was pretty out of date. It also had many details that were inappropriately specific to usb-uhci. - Most of the URB flags weren't even commented as to intent. - DISABLE_SPD was often documented as if it were SHORT_IS_OK. - There was still some doc saying how iso should use urb->next. There are also some related updates: - Some of the submit sanity checks for transfer flags were overly broad ... SHORT_NOT_OK is only for reads, NO_FSBR is for non-periodic requests, ZERO_PACKET only for writes. - The ohci-hcd code thought SHORT_NOT_OK worked for ISO. - The uhci-hcd code thought QUEUE_BULK applied to non-bulk Note that this patch doesn't update any of the "old" HCDs, including usb-ohci-hcd. In the case of usb-uhci{,-hcd} it'd have been painful to fix the QUEUE_BULK logic. That logic was, I think, the original reason to have that flag! So I count switching to "uhci-hcd" as a win already ... :)
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Matthew Dharm authored
This patch fixes some spelling errors and adds some BUG_ON() calls so we can make sure that all this new code is working properly.
-