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
fb60ce82
Commit
fb60ce82
authored
Jan 16, 2006
by
Komal Shah
Committed by
Tony Lindgren
Jan 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
e8024a44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap1/Kconfig
+1
-0
arch/arm/mach-omap1/board-h3.c
arch/arm/mach-omap1/board-h3.c
+3
-3
No files found.
arch/arm/mach-omap1/Kconfig
View file @
fb60ce82
...
...
@@ -36,6 +36,7 @@ config MACH_OMAP_H2
config MACH_OMAP_H3
bool "TI H3 Support"
depends on ARCH_OMAP1 && ARCH_OMAP16XX
select GPIOEXPANDER_OMAP
help
TI OMAP 1710 H3 board support. Say Y here if you have such
a board.
...
...
arch/arm/mach-omap1/board-h3.c
View file @
fb60ce82
...
...
@@ -250,9 +250,9 @@ static int h3_transceiver_mode(struct device *dev, int mode)
{
struct
omap_irda_config
*
irda_config
=
dev
->
platform_data
;
cancel_delayed_work
(
irda_config
->
gpio_expa
);
PREPARE_WORK
(
irda_config
->
gpio_expa
,
set_trans_mode
,
&
mode
);
schedule_work
(
irda_config
->
gpio_expa
);
cancel_delayed_work
(
&
irda_config
->
gpio_expa
);
PREPARE_WORK
(
&
irda_config
->
gpio_expa
,
set_trans_mode
,
&
mode
);
schedule_work
(
&
irda_config
->
gpio_expa
);
return
0
;
}
...
...
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