Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
18a45ee8
Commit
18a45ee8
authored
Nov 09, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge with /home/tmlind/src/kernel/linux-omap-2.6
parents
b4c3ffa6
a39663db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+1
-1
drivers/net/irda/omap1610-ir.c
drivers/net/irda/omap1610-ir.c
+2
-2
No files found.
Makefile
View file @
18a45ee8
...
...
@@ -11,7 +11,7 @@ NAME=Affluent Albatross
# expect to learn how to build the kernel reading this file.
# Add custom flags here to avoid conflict with updates
EXTRAVERSION
:=
$(EXTRAVERSION)
-omap
1
EXTRAVERSION
:=
$(EXTRAVERSION)
-omap
2
# Do not print "Entering directory ..."
MAKEFLAGS
+=
--no-print-directory
...
...
drivers/net/irda/omap1610-ir.c
View file @
18a45ee8
...
...
@@ -405,7 +405,7 @@ omap1610_irda_irq(int irq, void *dev_id, struct pt_regs *hw_regs)
skb_reserve
(
skb
,
1
);
w
=
OMAP_DMA_CDAC_REG
(
si
->
rx_dma_channel
);
w
-=
OMAP_DMA_CDSA_L_REG
(
si
->
rx_dma_channel
);
w
-=
OMAP
1
_DMA_CDSA_L_REG
(
si
->
rx_dma_channel
);
if
(
si
->
speed
!=
4000000
)
{
memcpy
(
skb_put
(
skb
,
w
-
2
),
si
->
rx_buf_dma_virt
,
w
-
2
);
/* Copy DMA buffer to skb */
...
...
@@ -605,7 +605,7 @@ static int omap1610_irda_start(struct net_device *dev)
* Setup the serial port for the specified config.
*/
#if CONFIG_MACH_OMAP_H3
#if
def
CONFIG_MACH_OMAP_H3
if
((
err
=
read_gpio_expa
(
&
ioExpanderVal
,
0x26
)))
{
printk
(
KERN_ERR
"Error reading from I/O EXPANDER
\n
"
);
...
...
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