- 07 Sep, 2004 15 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
-
Russell King authored
-
Nicolas Pitre authored
Patch from Nicolas Pitre At least with gcc-3.4.1... Error: use of old and new-style options to set FPU type Signed-off-by: Nicolas Pitre
-
Nicolas Pitre authored
Patch from Nicolas Pitre This patch removes a bunch of inline functions from unistd.h on ARM. Some of them were conflicting with gcc's idea of how they should normally be declared, and none of them are used anymore. Signed-off-by: Nicolas Pitre
-
Nicolas Pitre authored
Patch from Nicolas Pitre warning: use of conditional expressions as lvalues is deprecated Signed-off-by: Nicolas Pitre
-
Nicolas Pitre authored
Patch from Nicolas Pitre Reduce code duplication. Resulting assembly is identical. Signed-off-by: Nicolas Pitre
-
Nicolas Pitre authored
Patch from Nicolas Pitre Signed-off-by: Nicolas Pitre
-
Russell King authored
Add flush_cache_user_page() to handle sys_cacheflush. Userspace wants to use this call to ensure I/D cache coherency for runtime- built code (eg, used by Java etc). This does not fit well with the purpose of flush_cache_range(), so provide flush_cache_user_range() instead.
-
Russell King authored
Fix flush_dcache_page() for ARMv6 VIPT aliasing caches, and ignore it for non-aliasing caches.
-
Russell King authored
This fixes the copy and clear user page functions for ARMv6 aliasing caches. When we copy data into a page destined for user space, we must make sure that there are no dirty cache lines associated with the kernel space mapping of this page.
-
Russell King authored
Add cache_is_xxxx() functions so we can easily identify the cache type of the CPU we're running on.
-
Russell King authored
-
Russell King authored
Move flush_dcache_page into flush.c - it shouldn't be in the middle of the VIVT mmap alias coherency code.
-
- 06 Sep, 2004 4 commits
-
-
Russell King authored
Create a set of MMC_RSP_xxx definitions which correspond to the response type we expect at a high level. These are created from a set of flags; a MMC host driver can either interpret the flags as the high level response type, or the low level individual flags.
-
Anton Blanchard authored
My recent change to dynamically allocate emergency stacks broke JS20 blades and POWER5. Since we use the emergency stacks in real mode during secondary CPU bringup they must be below the RMO. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
Otherwise sparse will complain about constants that don't fit in "long" etc.
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 07 Sep, 2004 3 commits
-
-
Dave Airlie authored
into starflyer.(none):/home/airlied/bitkeeper/drm-fntbl
-
Dave Airlie authored
Fixup ffb driver and interfaces it uses, also avoid bus_to_virt on sparc, I'll look into using the proper APIs for the DRM soon. Signed-off-by: Dave Airlie <airlied@linux.ie>
-
Dave Airlie authored
Remove __HAVE_DMA and __HAVE_IRQ and associated macros. Also remove GET_MAP related macros... Signed-off-by: Dave Airlie <airlied@linux.ie>
-
- 05 Sep, 2004 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 06 Sep, 2004 1 commit
-
-
Ben Dooks authored
Patch from Ben Dooks Include the central code for detecting the cpu in use, and initialising it's IO. Updated all mach-XXX.c files to use this new init. Added the first stage of the new serial port code by calling s3c2410_init_uarts() instead of just setting a variable. Updates mach-h1940.c to prefix with h1940_ instead of ipaq_ Small fixes for redundant code Signed-off-by: Ben Dooks
-
- 05 Sep, 2004 16 commits
-
-
Dave Jiang authored
Patch from Dave Jiang Rewrite if uncompress.h to use the proper machine_is_X function call.
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/mm Removed offending #ifdefs for MACH names. Grouped into different IOP families.
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/mach-iop3xx update Removed busy while loop and replaced with mdelay() from patch 2036/1
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/kernel changes
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/configs updates for defconfigs for all IOP platforms
-
Dave Jiang authored
Patch from Dave Jiang This patch depends on the applied patches of 1963/1 2017/1 This is the arch/arm/boot directory As to address RMK's previous questions in head-xscale.S, all that are workarounds for improper things coming from redboot. Currently the distribution redboot for IOP does not pass in correct MACH ID or setup the memory map correctly after exec (according to Deepak). So we have to fix it. I'm working on pushing the IOP redboot developer to fix those things at a later date.
-
Ben Dooks authored
Patch from Ben Dooks Add PWM timers 0 through 3 Update ID on single devices to -1 Signed-off-by: Ben Dooks
-
Ben Dooks authored
Patch from Ben Dooks NAND flash controller register definitions
-
Ben Dooks authored
Patch from Ben Dooks Definitions for the SDIO/MMC controller on the S3C2410
-
Ben Dooks authored
Patch from Ben Dooks Fix erroneously removed IO region which causes the reboot by watchdog to fail to reboot with an OOPS. Thanks to Herber Potzl for finding this. Signed-off-by: Ben Dooks
-
Marc Singer authored
Patch from Marc Singer This patch changes the system jiffies timer to use TIMER2 so that a given platform can use TIMER1 to drive the buzzer. Note that only TIMER1 can be used to drive a buzzer. Signed-off-by: Marc Singer
-
Bo Henriksen authored
Patch from Bo Henriksen This patch is part of the UDC driver for the lh7a40x sdk. Please submit this patch for 2.6.9, otherwise the UDC driver will not work.
-
Ben Dooks authored
Patch from Ben Dooks Added CTRL2,CTLR3 and CTRL4 definitions to bast-cpld.h Signed-off-by: Ben Dooks
-
Ben Dooks authored
Patch from Ben Dooks Resend of Patch 2062/1 with the commenbts from rmk applied, so that CPU_S3C2410 / CPU_S3C2440 are automatically selected without user intervention Signed-off-by: Ben Dooks
-
David Brownell authored
Patch from David Brownell This makes /proc/cpuinfo more accurate on many ARM processors, so that for example ARMv5TEJ processors always show they have Thumb (T), EDSP (E), and Java (J) capability.
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-