- 13 Oct, 2002 40 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/gregkh-2.5
-
David Brownell authored
Cleaning out my queue of most minor patches: - Provides some kerneldoc for 'struct usb_interface' now that the API is highlighting it. - Fixes usb_set_interface() so it doesn't affect other interfaces. This provides the right place for an eventual HCD call to clean out now-invalid records of endpoint state, and also gets rid of a potential SMP issue where drivers on different interfaces calling concurrently could clobber each other. (Per-interface data doesn't need locking except against config changes.) - It's OK to pass URB_NO_INTERRUPT hints if you're queueing a bunch of interrupt transfers. The set_interface call should eventually take the interface as a parameter, it's one of the few left using the "device plus magic number" identifier. I have a partial patch for that, but it doesn't handle the (newish) ALSA usb audio driver or a few other callers.
-
Greg Kroah-Hartman authored
Thanks to David Brownell for pointing this out to me.
-
Romain Liévin authored
Here is patch which adds parallel link cable support for Texas Instruments graphing calculators.
-
-
Russell King authored
Keep the partition information around for the lifetime of the module.
-
Russell King authored
This updates AFS mtd partition parsing to the current CVS version: - Don't recognise the AFS SIB as a partition - Ensure initialisation of afs mtdpart structures.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
We removed asm/mach-types.h from asm/hardware.h. This means we must now include asm/mach-types.h where its used. We also fix h3600 pcmcia initialisation/cleanup.
-
Russell King authored
-
Russell King authored
Traditionally, the Assabet reverses its mapping of UART1 and UART3 when the Neponset board is connected. This can be (a) confusing and (b) annoying when the boot loader uses UART1. We therefore have a fixed mapping between the ttySA names and the physical UARTs on this platform.
-
Russell King authored
The patches convert drivers/pcmcia to use C99 named initializers, and all the patches are against 2.5.42. There are 25 patches in total, and the "cat"ing them together they're more that 20K, so I'm sending the patches as a compressed attachment. The patches were CC'd to Linus in the first mail that bounced.
-
Russell King authored
Here's a small set of patches that switch the code to use C99 desiginated initializers. Patches are against 2.5.42.
-
Russell King authored
-
Russell King authored
Prevent the assembler putting constant pools in the middle of code. Clean up shark ISA PIC handling.
-
Russell King authored
This cset removes the global irq handling in the AcornSCSI driver, and makes the target type for bitops an unsigned long array rather than an unsigned char array.
-
Russell King authored
-
Russell King authored
Remove unnecessary use of __inline__, and remove a few unnecessary prototypes. copy_buffer is moved before use.
-
Russell King authored
This removes a compilation warning and makes the code smaller. It is also more obvious what's going on.
-
Russell King authored
The USB gadget code now lives in arch/arm/mach-sa1100/usb, and isn't in a mergable state. We remove the old makefile entries which are never going to be satisfied, and leave a placeholder for the usb directory.
-
Russell King authored
dump_stack() got used by the generic code. Call our version __dump_stack since we're running out of other descriptive names. Allow show_trace_task to show the backtrace for the current thread.
-
Russell King authored
Add rudimentary support for Thumb ptracing; we aren't able to single step through thumb branches yet, but this change provides enough infrastructure to make this possible.
-
Russell King authored
This cset updates (as much as is possible) the NCR5380-based Acorn SCSI drivers, mainly converting them to the new error handling code. However, they still don't build due to errors in NCR5380.
-
Russell King authored
Vojtech has patches that bring their counterparts in the input subsystem up to date (and into a working state) so these drivers are no longer required. This cset also fixes the Acorn i2c RTC code.
-
Russell King authored
This cset combines the Atomwide and The Serial Port 16550 driver modules into one "8250_acorn.c" driver. This new module takes full advantage of the LDM-based expansion card facilities.
-
Russell King authored
This cset implements validity checks on the ethernet MAC address when the device is opened, and refuses to open the device if this check fails. We also provide the set_mac_address method to allow ifconfig to change the mac address to something valid. In addition, the driver is converted from the old expansion card discovery methods to the new device model driver framework.
-
Russell King authored
Provide LDM-based driver registration/removal interface for drivers to use. We make the old device discovery code ignore devices claimed via the LDM framework. However, the LDM framework ignores devices that may be in use by the old device discovery code. This is fine since the only devices that will still use the old discovery code will be SCSI drivers. Currently, we don't provide a useful dev.name entry.
-
Russell King authored
This updates the Integrator cpufreq code to use the new interfaces, and makes the sa1100 cpufreq round up the requested frequency.
-
Russell King authored
The second serial port is never present in these machines, so its pointless listing it in the first place.
-
Russell King authored
-
Russell King authored
- ide_register_hw takes two arguments, not one. - ide_fix_driveid is no longer used.
-
Russell King authored
This adds ARM support for in_atomic() and asm/numnodes.h
-
Russell King authored
This updates these neponset and sa1111 support to use the new system device infrastructure in the Linux device model.
-
Russell King authored
Sanitise includes of asm/tlbflush.h, asm/cacheflush.h, asm/proc-fns.h Implement ARM-specific TLB "shootdown" code. It turns out that it is overall more efficient to unconditionally invalidate the whole TLB rather than entry by entry when removing areas.
-
Russell King authored
This cset fixes the RiscPC decompressor code for the PIC changes. We use a pointer to a structure rather than a structure to access params. With a PIC decompressor, the address of the structure gets PIC-ified which is not what we want.
-
Russell King authored
-
Russell King authored
Update pcibios_enable_device to only enable requested resources, mainly for IDE. Supply a pci_mmap_page_range() function to allow user space to mmap PCI regions.
-
Russell King authored
This updates the ARM time keeping functions to use tick_nsec/1000 instead of tick.
-