- 22 Aug, 2004 13 commits
-
-
Benjamin Herrenschmidt authored
It seems that on some OldWolrd macs, we don't get the OF stdout device, thus the new set_preferred_console() dies at boot trying to dereference a NULL pointer. Trivial fix.
-
bk://gkernel.bkbits.net/netdev-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Andy Fleming authored
-
Jeff Garzik authored
into pobox.com:/spare/repo/netdev-2.6/ALL
-
Andries E. Brouwer authored
In 2.5.18 some minix-specific stuff was moved to the minix subdirectory where it belonged. However, a typo crept in, causing inode disk usage to be incorrectly reported. A few people have complained, but so far not sufficiently loudly. Signed-off-by: Andries Brouwer <Andries.Brouwer@cwi.nl> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alan Cox authored
There are a couple of cache descriptors in the current Intel manuals missing from our tables at least one of which appears in an actual processor in the real world.
-
John Levon authored
A silly bug prevented certain events from being used.
-
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 7 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
-