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
f4b8b484
Commit
f4b8b484
authored
May 21, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://dsaxena.bkbits.net/linux-2.6-for-rmk
into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-rmk
parents
51123ec9
210139f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
arch/arm/common/dmabounce.c
arch/arm/common/dmabounce.c
+1
-1
include/asm-arm/arch-ixp4xx/ixp4xx-regs.h
include/asm-arm/arch-ixp4xx/ixp4xx-regs.h
+1
-1
include/asm-arm/arch-ixp4xx/timex.h
include/asm-arm/arch-ixp4xx/timex.h
+3
-2
No files found.
arch/arm/common/dmabounce.c
View file @
f4b8b484
...
@@ -185,7 +185,7 @@ find_safe_buffer(struct dmabounce_device_info *device_info, dma_addr_t safe_dma_
...
@@ -185,7 +185,7 @@ find_safe_buffer(struct dmabounce_device_info *device_info, dma_addr_t safe_dma_
static
inline
void
static
inline
void
free_safe_buffer
(
struct
dmabounce_device_info
*
device_info
,
struct
safe_buffer
*
buf
)
free_safe_buffer
(
struct
dmabounce_device_info
*
device_info
,
struct
safe_buffer
*
buf
)
{
{
dev_dbg
(
dev_info
->
dev
,
"%s(buf=%p)
\n
"
,
__func__
,
buf
);
dev_dbg
(
dev
ice
_info
->
dev
,
"%s(buf=%p)
\n
"
,
__func__
,
buf
);
list_del
(
&
buf
->
node
);
list_del
(
&
buf
->
node
);
...
...
include/asm-arm/arch-ixp4xx/ixp4xx-regs.h
View file @
f4b8b484
...
@@ -224,7 +224,7 @@
...
@@ -224,7 +224,7 @@
#define IXP4XX_OST_ENABLE 0x00000001
#define IXP4XX_OST_ENABLE 0x00000001
#define IXP4XX_OST_ONE_SHOT 0x00000002
#define IXP4XX_OST_ONE_SHOT 0x00000002
/* Low order bits of reload value ignored */
/* Low order bits of reload value ignored */
#define IXP4XX_OST_RELOAD_MASK 0x0000000
4
#define IXP4XX_OST_RELOAD_MASK 0x0000000
3
#define IXP4XX_OST_DISABLED 0x00000000
#define IXP4XX_OST_DISABLED 0x00000000
#define IXP4XX_OSST_TIMER_1_PEND 0x00000001
#define IXP4XX_OSST_TIMER_1_PEND 0x00000001
#define IXP4XX_OSST_TIMER_2_PEND 0x00000002
#define IXP4XX_OSST_TIMER_2_PEND 0x00000002
...
...
include/asm-arm/arch-ixp4xx/timex.h
View file @
f4b8b484
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
#include <asm/hardware.h>
#include <asm/hardware.h>
/*
/*
* We use IXP425 General purpose timer for our timer needs, it runs at 66 MHz
* We use IXP425 General purpose timer for our timer needs, it runs at
* 66.66... MHz
*/
*/
#define CLOCK_TICK_RATE (
IXP4XX_PERIPHERAL_BUS_CLOCK * 1000000
)
#define CLOCK_TICK_RATE (
66666666
)
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