Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
9d4c90a9
Commit
9d4c90a9
authored
Nov 23, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated function name
parent
73677567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ahci_elphel.c
src/drivers/ata/ahci_elphel.c
+3
-1
No files found.
src/drivers/ata/ahci_elphel.c
View file @
9d4c90a9
...
@@ -290,7 +290,9 @@ static irqreturn_t elphel_irq_handler(int irq, void * dev_instance)
...
@@ -290,7 +290,9 @@ static irqreturn_t elphel_irq_handler(int irq, void * dev_instance)
dpriv
->
datascope
.
reg_stat
[
IRQ_COUNTER_SYS
]
=
dpriv
->
datascope
.
reg_stat
[
IRQ_COUNTER_SYS
]
+
1
;
dpriv
->
datascope
.
reg_stat
[
IRQ_COUNTER_SYS
]
=
dpriv
->
datascope
.
reg_stat
[
IRQ_COUNTER_SYS
]
+
1
;
/* pass handling to AHCI level and then decide if the resource should be freed */
/* pass handling to AHCI level and then decide if the resource should be freed */
handled
=
ahci_single_irq_intr
(
irq
,
dev_instance
);
// Elphel, Rocko migration
//handled = ahci_single_irq_intr(irq, dev_instance);
handled
=
ahci_single_level_irq_intr
(
irq
,
dev_instance
);
spin_lock_irqsave
(
&
dpriv
->
flags_lock
,
irq_flags
);
spin_lock_irqsave
(
&
dpriv
->
flags_lock
,
irq_flags
);
if
(
is_cmdq_empty
(
dpriv
))
{
if
(
is_cmdq_empty
(
dpriv
))
{
dpriv
->
flags
&=
~
DISK_BUSY
;
dpriv
->
flags
&=
~
DISK_BUSY
;
...
...
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