Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
59ca5c4b
Commit
59ca5c4b
authored
Dec 07, 2006
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with mainline: Tabify more
Tabify more Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
6213f590
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
arch/arm/plat-omap/dma.c
arch/arm/plat-omap/dma.c
+1
-1
arch/arm/plat-omap/gpio.c
arch/arm/plat-omap/gpio.c
+3
-3
arch/arm/plat-omap/mux.c
arch/arm/plat-omap/mux.c
+3
-3
No files found.
arch/arm/plat-omap/dma.c
View file @
59ca5c4b
...
...
@@ -933,7 +933,7 @@ static int omap2_dma_handle_ch(int ch)
if
(
unlikely
(
dma_chan
[
ch
].
dev_id
==
-
1
))
{
if
(
printk_ratelimit
())
printk
(
KERN_WARNING
"IRQ %04x for non-allocated DMA"
"channel %d
\n
"
,
status
,
ch
);
"channel %d
\n
"
,
status
,
ch
);
return
0
;
}
if
(
unlikely
(
status
&
OMAP_DMA_DROP_IRQ
))
...
...
arch/arm/plat-omap/gpio.c
View file @
59ca5c4b
...
...
@@ -1514,9 +1514,9 @@ void omap2_gpio_resume_after_retention(void)
if
(
!
(
bank
->
enabled_non_wakeup_gpios
))
continue
;
__raw_writel
(
bank
->
saved_fallingdetect
,
bank
->
base
+
OMAP24XX_GPIO_FALLINGDETECT
);
bank
->
base
+
OMAP24XX_GPIO_FALLINGDETECT
);
__raw_writel
(
bank
->
saved_risingdetect
,
bank
->
base
+
OMAP24XX_GPIO_RISINGDETECT
);
bank
->
base
+
OMAP24XX_GPIO_RISINGDETECT
);
/* Check if any of the non-wakeup interrupt GPIOs have changed
* state. If so, generate an IRQ by software. This is
* horribly racy, but it's the best we can do to work around
...
...
@@ -1701,7 +1701,7 @@ static const struct file_operations debug_fops = {
static
int
__init
omap_gpio_debuginit
(
void
)
{
(
void
)
debugfs_create_file
(
"omap_gpio"
,
S_IRUGO
,
NULL
,
NULL
,
&
debug_fops
);
NULL
,
NULL
,
&
debug_fops
);
return
0
;
}
late_initcall
(
omap_gpio_debuginit
);
...
...
arch/arm/plat-omap/mux.c
View file @
59ca5c4b
...
...
@@ -94,9 +94,9 @@ int __init_or_module omap_cfg_reg(const unsigned long index)
warn
=
(
orig
!=
reg
);
if
(
debug
||
warn
)
printk
(
"MUX: setup %s (0x%08x): 0x%02x -> 0x%02x
\n
"
,
cfg
->
name
,
OMAP24XX_L4_BASE
+
cfg
->
mux_reg
,
orig
,
reg
);
cfg
->
name
,
OMAP24XX_L4_BASE
+
cfg
->
mux_reg
,
orig
,
reg
);
}
#endif
omap_writeb
(
reg
,
OMAP24XX_L4_BASE
+
cfg
->
mux_reg
);
...
...
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