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
761ec44a
Commit
761ec44a
authored
Oct 15, 2009
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: pull in asm/dpmc.h for power defines
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
2abdf791
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
arch/blackfin/include/asm/clocks.h
arch/blackfin/include/asm/clocks.h
+2
-0
arch/blackfin/mach-common/clocks-init.c
arch/blackfin/mach-common/clocks-init.c
+1
-0
arch/blackfin/mach-common/cpufreq.c
arch/blackfin/mach-common/cpufreq.c
+1
-1
arch/blackfin/mach-common/ints-priority.c
arch/blackfin/mach-common/ints-priority.c
+1
-0
No files found.
arch/blackfin/include/asm/clocks.h
View file @
761ec44a
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
#ifndef _BFIN_CLOCKS_H
#ifndef _BFIN_CLOCKS_H
#define _BFIN_CLOCKS_H
#define _BFIN_CLOCKS_H
#include <asm/dpmc.h>
#ifdef CONFIG_CCLK_DIV_1
#ifdef CONFIG_CCLK_DIV_1
# define CONFIG_CCLK_ACT_DIV CCLK_DIV1
# define CONFIG_CCLK_ACT_DIV CCLK_DIV1
# define CONFIG_CCLK_DIV 1
# define CONFIG_CCLK_DIV 1
...
...
arch/blackfin/mach-common/clocks-init.c
View file @
761ec44a
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
#include <asm/dma.h>
#include <asm/dma.h>
#include <asm/clocks.h>
#include <asm/clocks.h>
#include <asm/mem_init.h>
#include <asm/mem_init.h>
#include <asm/dpmc.h>
#define SDGCTL_WIDTH (1 << 31)
/* SDRAM external data path width */
#define SDGCTL_WIDTH (1 << 31)
/* SDRAM external data path width */
#define PLL_CTL_VAL \
#define PLL_CTL_VAL \
...
...
arch/blackfin/mach-common/cpufreq.c
View file @
761ec44a
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <linux/fs.h>
#include <linux/fs.h>
#include <asm/blackfin.h>
#include <asm/blackfin.h>
#include <asm/time.h>
#include <asm/time.h>
#include <asm/dpmc.h>
/* this is the table of CCLK frequencies, in Hz */
/* this is the table of CCLK frequencies, in Hz */
/* .index is the entry in the auxillary dpm_state_table[] */
/* .index is the entry in the auxillary dpm_state_table[] */
...
...
arch/blackfin/mach-common/ints-priority.c
View file @
761ec44a
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <asm/blackfin.h>
#include <asm/blackfin.h>
#include <asm/gpio.h>
#include <asm/gpio.h>
#include <asm/irq_handler.h>
#include <asm/irq_handler.h>
#include <asm/dpmc.h>
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
...
...
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