Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b32eaf48
Commit
b32eaf48
authored
Apr 21, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.5-rmk
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
f5bdbdbf
f8269e32
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
34 additions
and
36 deletions
+34
-36
arch/arm/boot/compressed/head-xscale.S
arch/arm/boot/compressed/head-xscale.S
+1
-1
arch/arm/kernel/process.c
arch/arm/kernel/process.c
+1
-1
arch/arm/mach-iop3xx/iop321-pci.c
arch/arm/mach-iop3xx/iop321-pci.c
+4
-4
arch/arm/mach-iop3xx/iq80310-time.c
arch/arm/mach-iop3xx/iq80310-time.c
+1
-1
arch/arm/mach-iop3xx/mm-321.c
arch/arm/mach-iop3xx/mm-321.c
+3
-3
arch/arm/mach-pxa/generic.c
arch/arm/mach-pxa/generic.c
+1
-1
arch/arm/mach-pxa/sleep.S
arch/arm/mach-pxa/sleep.S
+1
-1
arch/arm/mach-sa1100/sleep.S
arch/arm/mach-sa1100/sleep.S
+1
-1
arch/arm/mm/discontig.c
arch/arm/mm/discontig.c
+1
-1
include/asm-arm/arch-adifcc/time.h
include/asm-arm/arch-adifcc/time.h
+1
-1
include/asm-arm/arch-clps711x/memory.h
include/asm-arm/arch-clps711x/memory.h
+1
-1
include/asm-arm/arch-epxa10db/ether00.h
include/asm-arm/arch-epxa10db/ether00.h
+1
-1
include/asm-arm/arch-epxa10db/pld_conf00.h
include/asm-arm/arch-epxa10db/pld_conf00.h
+1
-1
include/asm-arm/arch-integrator/bits.h
include/asm-arm/arch-integrator/bits.h
+1
-1
include/asm-arm/arch-iop3xx/iop310.h
include/asm-arm/arch-iop3xx/iop310.h
+1
-1
include/asm-arm/arch-iop3xx/iop321.h
include/asm-arm/arch-iop3xx/iop321.h
+4
-6
include/asm-arm/arch-pxa/pxa-regs.h
include/asm-arm/arch-pxa/pxa-regs.h
+2
-2
include/asm-arm/arch-sa1100/graphicsclient.h
include/asm-arm/arch-sa1100/graphicsclient.h
+2
-2
include/asm-arm/arch-sa1100/h3600_gpio.h
include/asm-arm/arch-sa1100/h3600_gpio.h
+1
-1
include/asm-arm/arch-sa1100/memory.h
include/asm-arm/arch-sa1100/memory.h
+1
-1
include/asm-arm/arch-sa1100/uncompress.h
include/asm-arm/arch-sa1100/uncompress.h
+1
-1
include/asm-arm/dma-mapping.h
include/asm-arm/dma-mapping.h
+1
-1
include/asm-arm/proc-armo/pgalloc.h
include/asm-arm/proc-armo/pgalloc.h
+1
-1
include/asm-arm/sizes.h
include/asm-arm/sizes.h
+1
-1
No files found.
arch/arm/boot/compressed/head-xscale.S
View file @
b32eaf48
...
...
@@ -35,7 +35,7 @@ __XScale_start:
mcr
p15
,
0
,
r0
,
c1
,
c0
,
0
#ifdef CONFIG_ARCH_IQ80321
orr
pc
,
pc
,
#
0xa0000000
orr
pc
,
pc
,
#
PHYS_OFFSET
@
jump
to
physical
memory
if
we
are
not
there
.
nop
mov
r7
,
#
MACH_TYPE_IQ80321
#endif
...
...
arch/arm/kernel/process.c
View file @
b32eaf48
...
...
@@ -2,7 +2,7 @@
* linux/arch/arm/kernel/process.c
*
* Copyright (C) 1996-2000 Russell King - Converted to ARM.
* Origi
o
nal Copyright (C) 1995 Linus Torvalds
* Original Copyright (C) 1995 Linus Torvalds
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
arch/arm/mach-iop3xx/iop321-pci.c
View file @
b32eaf48
...
...
@@ -212,13 +212,13 @@ int iop321_setup(int nr, struct pci_sys_data *sys)
switch
(
nr
)
{
case
0
:
res
[
0
].
start
=
IOP321_PCI_
LOWER_IO
+
0x6e000000
;
res
[
0
].
end
=
IOP321_PCI_
LOWER_IO
+
0x6e00ffff
;
res
[
0
].
start
=
IOP321_PCI_
IO_BASE
+
0x6e000000
;
res
[
0
].
end
=
IOP321_PCI_
IO_BASE
+
IOP321_PCI_IO_SIZE
-
1
+
0x6e000000
;
res
[
0
].
name
=
"PCI IO Primary"
;
res
[
0
].
flags
=
IORESOURCE_IO
;
res
[
1
].
start
=
IOP321_PCI_
LOWER_MEM
;
res
[
1
].
end
=
IOP321_PCI_
LOWER_MEM
+
IOP321_PCI_WINDOW
_SIZE
;
res
[
1
].
start
=
IOP321_PCI_
MEM_BASE
;
res
[
1
].
end
=
IOP321_PCI_
MEM_BASE
+
IOP321_PCI_MEM
_SIZE
;
res
[
1
].
name
=
"PCI Memory Primary"
;
res
[
1
].
flags
=
IORESOURCE_MEM
;
break
;
...
...
arch/arm/mach-iop3xx/iq80310-time.c
View file @
b32eaf48
...
...
@@ -101,7 +101,7 @@ static void iq80310_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
*
* Since the timer interrupt is cascaded through the CPLD and
* the 80312 and the demux code calls do_IRQ, the irq count is
* going to be atleast 2 when we get here and this will cause the
* going to be at
least 2 when we get here and this will cause the
* kernel to increment the system tick counter even if we're
* idle. This causes it to look like there's always 100% system
* time, which is not the case. To get around it, we just decrement
...
...
arch/arm/mach-iop3xx/mm-321.c
View file @
b32eaf48
/*
* linux/arch/arm/mach-iop3xx/mm.c
*
* Low level memory intialization for IOP321 based systems
* Low level memory in
i
tialization for IOP321 based systems
*
* Author: Rory Bolt <rorybolt@pacbell.net>
* Copyright (C) 2002 Rory Bolt
...
...
@@ -31,7 +31,7 @@ static struct map_desc iop80321_std_desc[] __initdata = {
/* virtual physical length type */
/* mem mapped registers */
{
0xfff00000
,
0xffffe000
,
0x00002000
,
MT_DEVICE
},
{
IOP321_VIRT_MEM_BASE
,
IOP321_PHY_MEM_BASE
,
0x00002000
,
MT_DEVICE
},
/* PCI IO space */
{
0xfe000000
,
0x90000000
,
0x00020000
,
MT_DEVICE
}
...
...
@@ -52,7 +52,7 @@ static struct map_desc iq80321_io_desc[] __initdata = {
/* virtual physical length type */
/* on-board devices */
{
0xfe800000
,
0xfe800000
,
0x00100000
,
MT_DEVICE
}
{
0xfe800000
,
IQ80321_UART1
,
0x00100000
,
MT_DEVICE
}
};
void
__init
iq80321_map_io
(
void
)
...
...
arch/arm/mach-pxa/generic.c
View file @
b32eaf48
...
...
@@ -13,7 +13,7 @@
*
* Since this file should be linked before any other machine specific file,
* the __initcall() here will be executed first. This serves as default
* initialization stuff for PXA machines which can be overriden later if
* initialization stuff for PXA machines which can be overrid
d
en later if
* need be.
*/
#include <linux/config.h>
...
...
arch/arm/mach-pxa/sleep.S
View file @
b32eaf48
...
...
@@ -95,7 +95,7 @@ ENTRY(pxa_cpu_suspend)
*
This
is
to
allow
sleep_save_sp
to
be
accessed
with
a
relative
load
*
while
we
can
't rely on any MMU translation. We could have put
*
sleep_save_sp
in
the
.
text
section
as
well
,
but
some
setups
might
*
insist
on
it
to
be
tru
e
ly
read
-
only
.
*
insist
on
it
to
be
truly
read
-
only
.
*/
.
data
...
...
arch/arm/mach-sa1100/sleep.S
View file @
b32eaf48
...
...
@@ -171,7 +171,7 @@ sa1110_sdram_controller_fix:
*
This
is
to
allow
sleep_save_sp
to
be
accessed
with
a
relative
load
*
while
we
can
't rely on any MMU translation. We could have put
*
sleep_save_sp
in
the
.
text
section
as
well
,
but
some
setups
might
*
insist
on
it
to
be
tru
e
ly
read
-
only
.
*
insist
on
it
to
be
truly
read
-
only
.
*/
.
data
...
...
arch/arm/mm/discontig.c
View file @
b32eaf48
...
...
@@ -20,7 +20,7 @@
#endif
/*
* Our node_data structure for discontigous memory.
* Our node_data structure for discontig
u
ous memory.
*/
static
bootmem_data_t
node_bootmem_data
[
NR_NODES
];
...
...
include/asm-arm/arch-adifcc/time.h
View file @
b32eaf48
...
...
@@ -4,6 +4,6 @@
*/
/*
* No on board timer, implemenation @ arch/arm/kernel/xscale-time.c
* No on board timer, implemen
t
ation @ arch/arm/kernel/xscale-time.c
*/
include/asm-arm/arch-clps711x/memory.h
View file @
b32eaf48
...
...
@@ -95,7 +95,7 @@
* Because of the wide memory address space between physical RAM banks on the
* SA1100, it's much more convenient to use Linux's NUMA support to implement
* our memory map representation. Assuming all memory nodes have equal access
* characteristics, we then have generic discontigous memory support.
* characteristics, we then have generic discontig
u
ous memory support.
*
* Of course, all this isn't mandatory for SA1100 implementations with only
* one used memory bank. For those, simply undefine CONFIG_DISCONTIGMEM.
...
...
include/asm-arm/arch-epxa10db/ether00.h
View file @
b32eaf48
...
...
@@ -55,7 +55,7 @@ typedef struct buf_desc
#define ETHER_ARC_SIZE (21)
/*
* Reg
si
ter definitions and masks
* Reg
is
ter definitions and masks
*/
#define ETHER_DMA_CTL(base) (ETHER00_TYPE (base + 0x100))
#define ETHER_DMA_CTL_DMBURST_OFST (2)
...
...
include/asm-arm/arch-epxa10db/pld_conf00.h
View file @
b32eaf48
...
...
@@ -8,7 +8,7 @@
/*
*
* This file contains the register definitions for the Excalibur
* Interrup
n
t controller INT_CTRL00.
* Interrupt controller INT_CTRL00.
*
* Copyright (C) 2001 Altera Corporation
*
...
...
include/asm-arm/arch-integrator/bits.h
View file @
b32eaf48
...
...
@@ -16,7 +16,7 @@
/* DO NOT EDIT!! - this file automatically generated
* from .s file by awk -f s2h.awk
*/
/* Bit field defintions
/* Bit field defin
i
tions
* Copyright (C) ARM Limited 1998. All rights reserved.
*/
...
...
include/asm-arm/arch-iop3xx/iop310.h
View file @
b32eaf48
/*
* linux/include/asm/arch-iop3xx/iop310.h
*
* Intel IOP310 Compa
i
nion Chip definitions
* Intel IOP310 Companion Chip definitions
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
include/asm-arm/arch-iop3xx/iop321.h
View file @
b32eaf48
...
...
@@ -17,12 +17,10 @@
/*
* IOP321 I/O and Mem space regions for PCI autoconfiguration
*/
#define IOP321_PCI_LOWER_IO 0x90000000
#define IOP321_PCI_UPPER_IO 0x9000ffff
#define IOP321_PCI_LOWER_MEM 0x80000000
#define IOP321_PCI_UPPER_MEM 0x83ffffff
#define IOP321_PCI_WINDOW_SIZE 64 * 0x100000
#define IOP321_PCI_IO_BASE 0x90000000
#define IOP321_PCI_IO_SIZE 0x00010000
#define IOP321_PCI_MEM_BASE 0x40000000
#define IOP321_PCI_MEM_SIZE 0x40000000
/*
* IOP321 chipset registers
...
...
include/asm-arm/arch-pxa/pxa-regs.h
View file @
b32eaf48
...
...
@@ -690,9 +690,9 @@ typedef void (*ExcpHndlr) (void) ;
#define ICSR0 __REG(0x40800014)
/* ICP Status Register 0 */
#define ICSR1 __REG(0x40800018)
/* ICP Status Register 1 */
#define ICCR0_AME (1 << 7)
/* Adress match enable */
#define ICCR0_AME (1 << 7)
/* Ad
d
ress match enable */
#define ICCR0_TIE (1 << 6)
/* Transmit FIFO interrupt enable */
#define ICCR0_RIE (1 << 5)
/* Rec
ie
ve FIFO interrupt enable */
#define ICCR0_RIE (1 << 5)
/* Rec
ei
ve FIFO interrupt enable */
#define ICCR0_RXE (1 << 4)
/* Receive enable */
#define ICCR0_TXE (1 << 3)
/* Transmit enable */
#define ICCR0_TUS (1 << 2)
/* Transmit FIFO underrun select */
...
...
include/asm-arm/arch-sa1100/graphicsclient.h
View file @
b32eaf48
...
...
@@ -63,7 +63,7 @@
#define _ADS_UARTC 0x10140000
/* UART C */
#define _ADS_UARTD 0x10160000
/* UART D */
/* UART control
l
lines GPIOs */
/* UART control lines GPIOs */
#define GPIO_GC_UART0_RTS GPIO_GPIO15
#define GPIO_GC_UART1_RTS GPIO_GPIO17
#define GPIO_GC_UART2_RTS GPIO_GPIO19
...
...
@@ -71,7 +71,7 @@
#define GPIO_GC_UART1_CTS GPIO_GPIO16
#define GPIO_GC_UART2_CTS GPIO_GPIO17
/* UART control
l
lines IRQs */
/* UART control lines IRQs */
#define IRQ_GC_UART0_CTS IRQ_GPIO14
#define IRQ_GC_UART1_CTS IRQ_GPIO16
#define IRQ_GC_UART2_CTS IRQ_GPIO17
...
...
include/asm-arm/arch-sa1100/h3600_gpio.h
View file @
b32eaf48
...
...
@@ -480,7 +480,7 @@
#define _H3800_ASIC1_GPIO_State 0x40
/* R See masks below (default 0) */
#define _H3800_ASIC1_GPIO_Reset 0x42
/* R/W See masks below (default 0x04) */
#define _H3800_ASIC1_GPIO_SleepMask 0x44
/* R/W 0:don't mask, 1:mask trigger in sleep mode */
#define _H3800_ASIC1_GPIO_SleepDir 0x46
/* R/W direction 0:input, 1:ouput in sleep mode */
#define _H3800_ASIC1_GPIO_SleepDir 0x46
/* R/W direction 0:input, 1:ou
t
put in sleep mode */
#define _H3800_ASIC1_GPIO_SleepOut 0x48
/* R/W level 0:low, 1:high in sleep mode */
#define _H3800_ASIC1_GPIO_Status 0x4A
/* R Pin status */
#define _H3800_ASIC1_GPIO_BattFaultDir 0x4C
/* R/W direction 0:input, 1:output in batt_fault */
...
...
include/asm-arm/arch-sa1100/memory.h
View file @
b32eaf48
...
...
@@ -60,7 +60,7 @@
* Because of the wide memory address space between physical RAM banks on the
* SA1100, it's much convenient to use Linux's NUMA support to implement our
* memory map representation. Assuming all memory nodes have equal access
* characteristics, we then have generic discontigous memory support.
* characteristics, we then have generic discontig
u
ous memory support.
*
* Of course, all this isn't mandatory for SA1100 implementations with only
* one used memory bank. For those, simply undefine CONFIG_DISCONTIGMEM.
...
...
include/asm-arm/arch-sa1100/uncompress.h
View file @
b32eaf48
...
...
@@ -32,7 +32,7 @@ static void puts( const char *s )
}
while
(
0
);
for
(;
*
s
;
s
++
)
{
/* wait for space in the UART's transmiter */
/* wait for space in the UART's transmit
t
er */
while
(
!
(
UART
(
UTSR1
)
&
UTSR1_TNF
));
/* send the character out. */
...
...
include/asm-arm/dma-mapping.h
View file @
b32eaf48
...
...
@@ -182,7 +182,7 @@ dma_unmap_page(struct device *dev, dma_addr_t handle, size_t size,
* @dir: DMA transfer direction
*
* Map a set of buffers described by scatterlist in streaming
* mode for DMA. This is the scat
h
er-gather version of the
* mode for DMA. This is the scat
t
er-gather version of the
* above pci_map_single interface. Here the scatter gather list
* elements are each tagged with the appropriate dma address
* and length. They are obtained via sg_dma_{address,length}(SG).
...
...
include/asm-arm/proc-armo/pgalloc.h
View file @
b32eaf48
...
...
@@ -37,7 +37,7 @@ pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep)
/*
* We use the old 2.5.5-rmk1 hack for this.
* This is not tru
e
ly correct, but should be functional.
* This is not truly correct, but should be functional.
*/
#define pte_alloc_one(mm,addr) ((struct page *)pte_alloc_one_kernel(mm,addr))
#define pte_free(pte) pte_free_kernel((pte_t *)pte)
...
...
include/asm-arm/sizes.h
View file @
b32eaf48
...
...
@@ -16,7 +16,7 @@
/* DO NOT EDIT!! - this file automatically generated
* from .s file by awk -f s2h.awk
*/
/* Size defintions
/* Size defin
i
tions
* Copyright (C) ARM Limited 1998. All rights reserved.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment