Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295991
b: refs/heads/master
c: 489d129
h: refs/heads/master
i:
  295989: a9f7e93
  295987: 3ba88b4
  295983: 7a6e12c
v: v3
  • Loading branch information
Ohad Ben-Cohen committed Feb 22, 2012
1 parent 5749f7f commit 6bef0b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8289edae45496477803786c90994d5e072ca66a
refs/heads/master: 489d129a2f7abd04054fad44e589989f3fa7fd7c
3 changes: 2 additions & 1 deletion trunk/drivers/remoteproc/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
menu "Remoteproc drivers"
menu "Remoteproc drivers (EXPERIMENTAL)"

# REMOTEPROC gets selected by whoever wants it
config REMOTEPROC
tristate
depends on EXPERIMENTAL

config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/remoteproc/remoteproc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,9 @@ int rproc_register(struct rproc *rproc)

dev_info(rproc->dev, "%s is available\n", rproc->name);

dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n");
dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.\n");

/* create debugfs entries */
rproc_create_debug_dir(rproc);

Expand Down

0 comments on commit 6bef0b8

Please sign in to comment.