- 19 Aug, 2004 1 commit
-
-
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 1 commit
-
-
Russell King authored
-
- 17 Aug, 2004 8 commits
-
-
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.
-
- 15 Aug, 2004 1 commit
-
-
Russell King authored
-
- 14 Aug, 2004 12 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.
-
- 13 Aug, 2004 1 commit
-
-
David Vrabel authored
Patch from David Vrabel ixp4xx_gettimeoffset uses an incorrectly rounded divisor. This results in a non-monotonic clock.
-
- 12 Aug, 2004 3 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 13 Aug, 2004 2 commits
-
-
Marc Singer authored
Patch from Marc Singer The work already done to rectify the timer code initialization missed a necessary change. This patch adds a timer initialization function to the LPD7A400 machine type. It also makes a small correction to the kernel configuration that is out of step with the machine specific Kconfig.
-
Marc Singer authored
Patch from Marc Singer This patch aligns the lh7a40x port with the updated structure of IDE drivers. It also removes an unused FIQ handler. This patch is made in order to get the lh7a40x port to build.
-
- 12 Aug, 2004 9 commits
-
-
Catalin Marinas authored
Patch from Catalin Marinas This patch replaces the -mshort-load-bytes option with $(call check_gcc,-malignment-traps,-mshort-load-bytes) in the CFLAGS setting in arch/arm/Makefile.
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.6
-
Tom Rini authored
In the *ppos cleanups, proc_dol2crvec was updated, but the prototype found at the top of kernel/sysctl.h was not, generating warning. This corrects the prototype to match the code. (I'm gonna take a stab at moving these into arch/ppc shortly) Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
We allow more commands if the disk was opened read-write.
-
Linus Torvalds authored
They'll need it for permission checking.
-
David S. Miller authored
Signed-off-by: David S. Miller <davem@redhat.com>
-
Linus Torvalds authored
Normal users shouldn't have access to the raw device anyway unless they are in the trusted "disk" group, but let's require RAWIO capabilities. That's what the original SCSI interfaces did anyhoo. We probably _should_ just require write access, but that will need more of a code change to pass down the file descriptor.
-
Jens Axboe authored
We must setup the queue before calling elevator_init(), otherwise the elevator cannot use the queue members. This really hurts cfq since it checks ->nr_requests, which is zero at that time. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 11 Aug, 2004 2 commits
-
-
Tom Rini authored
CONFIG_SERIAL_8250_MANY_PORTS should not be set for these boards, as they only have 2 serial ports. Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Neil Brown authored
With 'len' being unsigned now, we must make sure it never tries to go negative... Thanks: griffon26@kfk4ever.com (Maurice van der Pot) Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-