Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Remoteproc SHM driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CaroloCup
Remoteproc SHM driver
Commits
5c211970
Commit
5c211970
authored
6 years ago
by
Alexander Wilhelm
Browse files
Options
Downloads
Patches
Plain Diff
updated
parent
950d8e0d
No related branches found
No related tags found
2 merge requests
!7
Multithreads enabled
,
!6
Select
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
remoteproc-shm.c
+1
-4
1 addition, 4 deletions
remoteproc-shm.c
rproc-shm.dtb
+0
-0
0 additions, 0 deletions
rproc-shm.dtb
with
1 addition
and
4 deletions
remoteproc-shm.c
+
1
−
4
View file @
5c211970
...
...
@@ -51,7 +51,6 @@ struct mbox_ipu_device {
//static bool mbox_data_ready;
struct
class
*
rproc_class
=
NULL
;
struct
mbox_ipu_device
*
dev
;
static
struct
fasync_struct
fa_struct
;
static
struct
dentry
*
root_debugfs_dir
;
static
struct
task_struct
*
thread_st
;
...
...
@@ -218,6 +217,7 @@ static int mbox_ipu_mmap(struct file *filp, struct vm_area_struct *vma)
static
int
mbox_ipu_fasync
(
int
fd
,
struct
file
*
filp
,
int
mode
)
{
dev_info
(
dev
->
dev
,
"mbox_ipu_fasync"
);
dev_info
(
dev
->
dev
,
"MODE: %d
\n
"
,
mode
);
/*if (!filp->private_data)
dev_info(dev->dev, "private_data is NULL");
...
...
@@ -344,9 +344,6 @@ static int mbox_ipu_probe(struct platform_device *pdev)
dev
->
shm_addr
=
virt_addr
;
dev
->
dma_handle
=
dma
;
fa_struct
.
magic
=
1
;
dev
->
async_queue
=
&
fa_struct
;
ret
=
mbox_ipu_add_debugfs
(
pdev
,
dev
);
if
(
ret
)
return
ret
;
...
...
This diff is collapsed.
Click to expand it.
rproc-shm.dtb
deleted
100644 → 0
+
0
−
0
View file @
950d8e0d
File deleted
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment