- 22 Aug, 2004 7 commits
-
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.8Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Alan Cox authored
This got accidentally reverted in merging HPT372N support. The following patch restores 50Mhz on the HPT374 using the 370a clocking tables.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Matthew Wilcox authored
Fix some Kconfig dependencies on PA-RISC (Grant Grundler, Martin Schulze, Helge Deller, Matthew Wilcox)
-
Jesse Barnes authored
Define acpi_noirq on ia64 since it's used now in pci_link.c. All ia64 machines use ACPI, so we can just define it to 0 like we do for acpi_disabled and acpi_pci_disabled. Signed-off-by: Jesse Barnes <jbarnes@sgi.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Matthew Wilcox authored
PA-RISC sound updates: - Do a DAC/ADC reset for sampling rate changes in ad1889 (Randolph Chung) - Set the ad1889 interrupt configuration properly (Randolph Chung) - Fix dependency for the OSS Harmony driver (Thibaut Varene) - Forward port Stuart Brady's 2.4 Harmony driver patches (Thibaut Varene) - Fix sample skipping (Stuart Brady) - Prevent harmony_silence being called wrongly (Stuart Brady) - Fix crash caused by buf_to_fill becoming -1 (Stuart Brady) - Improve naming of mixer channels (Stuart Brady) - Implement SNDCTL_DSP_CHANNELS ioctl (Stuart Brady) - Improve toggling the recording source (Stuart Brady) - Sanity check MIXER_WRITE volume levels (Stuart Brady) - Fix MIXER_READ right_level return (Stuart Brady) - Reject AFMT_S16_LE format (Stuart Brady) - Fail OSS Harmony initialisation if no irq (Helge Deller) - Fix typos in ALSA Harmony (Andy Walker, Grant Grundler, Stuart Brady)
-
- 19 Aug, 2004 3 commits
-
-
Ben Dooks authored
Patch from Ben Dooks Attached is a couple of initial help documents for the s3c2410, under Documents/arm/Samsung-S3C24XX
-
Ben Dooks authored
Patch from Ben Dooks Attached is a copyright / explanation header for the arch/arm/mach-s3c2410/s3c2410.h header files
-
Ben Dooks authored
Patch from Ben Dooks A set of default devices for the s3c2410 SoC for use with the machine(s)
-
- 18 Aug, 2004 2 commits
-
-
Russell King authored
-
Andrew Chew authored
Spotted by Francois Romieu.
-
- 17 Aug, 2004 12 commits
-
-
Alan Cox authored
-
Jeff Garzik authored
It's not needed, and it generates very poor code on some platforms. Noticed by Bart and David Miller.
-
Douglas Gilbert authored
Changes: - send vendor, product and rev strings back for 36 byte INQUIRYs - set the additional length field to indicate 96 byte response is available
-
Jeff Garzik authored
This bug could potentially lead to soft hangs (processes stuck in D state) if an error occurred. Yet another undocumented nuance of the ->eh_strategy_handler. Thanks to excellent detective work by Brad Campbell tracking this down.
-
Dave Jiang authored
Patch from Dave Jiang Removed unnecessary parens in patch 2017 per RMK
-
Russell King authored
-
Michael Opdenacker authored
Patch from Michael Opdenacker Hello, platform_device definitions are no longer needed in include/asm-arm/hardware.h: - platform_add_device no longer exists anywhere else in the whole kernel - other definitions should be taken from include/linux/device.h instead The proposed patch removes these definitions. Cheers, Michael.
-
Russell King authored
Remove unnecessary checks for addresses > TI_ADDR_LIMIT in get_user/put_user. The MMU will catch out of bounds accesses for us.
-
Russell King authored
Make PREEMPT_ACTIVE use bit 30 not bit 26; this gives extra bits for hard IRQs. Delete TIF_USED_FPU - it's unused.
-
Russell King authored
These macros don't take account of which bus is actually required, so they should not be used in new drivers; in fact, new drivers should use the DMA API.
-
Dave Jiang authored
Patch from Dave Jiang Code cleanup. Removed all IOP80310 support. Also some minor compile warning fixups for 80321. Preping for IOP321 and IOP331 code submissions.
-
Russell King authored
CPU masks are now contained within cpumask_t and must be manipulated with associated functions.
-
- 16 Aug, 2004 2 commits
-
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Andrew Morton authored
drivers/scsi/libata-core.c: In function `swap_buf_le16': drivers/scsi/libata-core.c:2073: `words' undeclared (first use in this function) drivers/scsi/libata-core.c:2073: (Each undeclared identifier is reported only once Signed-off-by: Andrew Morton <akpm@osdl.org>
-
- 15 Aug, 2004 1 commit
-
-
Russell King authored
-
- 14 Aug, 2004 13 commits
-
-
Ben Dooks authored
Patch from Ben Dooks Support for DMA controller on the Samsung S3C2410, and fixes to the header files for DMA register definitions Fixes the menuconfig problem from the original patch
-
Ben Dooks authored
Patch from Ben Dooks This patch adds the following - demux of the adc/touchscreen irqs - fix to allow setting of the external irq type Updated version of 1975/1 Thanks to Roc Wu, and Arnaud Patard for finding and fixing
-
Tony Lindgren authored
Patch from Tony Lindgren Patch from Kevin Hilman to replace old leds-perseus2.c with leds-h2p2-debug.c to add leds support for H2.
-
Tony Lindgren authored
Patch from Tony Lindgren Patch removes old OMAP bus. Drivers now use platform_bus
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with the linux-omap tree. The highlights of the patch are: - DMA fixes from Samuel Ortiz - USB low level configuration from David Brownell - H3 support from Nishant Kamat - TPS65010 power management interface from Dirk Behme
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with the linux-omap tree. The highlights of the patch are: - DMA fixes from Samuel Ortiz - USB low level configuration from David Brownell - H3 support from Nishant Kamat - TPS65010 power management interface from Dirk Behme
-
Tony Lindgren authored
Patch from Tony Lindgren Patch adds board support files for OMAP H2 and H2
-
Tony Lindgren authored
Patch from Tony Lindgren Patch from Samuel Ortiz to add OMAP McBSP support
-
Ben Dooks authored
Patch from Ben Dooks Code to deal with controlling the clock sources on the s3c2410, using the <arch/hardware/clocks.h> interface Includes Herbert Potzl's patch for the clock register include file
-
Sascha Hauer authored
Patch from Sascha Hauer This patch adds support for the Motorola i.MX SoC. It has board support included for the MX1ADS Eval Board, but the patch has been tested on two other custom boards as well. Things changed since Patch 1955/2: - fixed according to Russell's comments. - removed unnecassary files from include/asm-arm/arch-imx. - removed cpufreq support (it needs rework). - made myself the Maintainer of mx1ads Sascha Hauer
-
Nicolas Pitre authored
Patch from Nicolas Pitre This would be used by MTD map drivers for example.
-
Nicolas Pitre authored
Patch from Nicolas Pitre This is required for a system with user space binaries using iWMMXt instructions to even boot (revised again). It also moves defines for thread_info offsets from magic static values to the auto generated asm/constants.h in order to better cope with changing structure offsets and avoid user errors.
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.8
-