diff options
author | Eric Anholt <eric@anholt.net> | 2018-03-09 10:44:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 13:05:19 +0100 |
commit | 50c0d8709d3d7a7c83fb58dc2f8cff9f3ad1e21a (patch) | |
tree | 06d4dcfa02a338e4b2ad2b31efbe03b3acd25031 /drivers/staging/vc04_services | |
parent | 614fa22119d6f406beac500fe30bc5c0b60ec34a (diff) | |
download | linux-stable-50c0d8709d3d7a7c83fb58dc2f8cff9f3ad1e21a.tar.gz linux-stable-50c0d8709d3d7a7c83fb58dc2f8cff9f3ad1e21a.tar.bz2 linux-stable-50c0d8709d3d7a7c83fb58dc2f8cff9f3ad1e21a.zip |
staging: vc04_services: Mark the "DT bindings" job done.
Now we just need to get the other drivers merged and finish the style
cleanups/garbage collecting so we can get out of staging.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services')
-rw-r--r-- | drivers/staging/vc04_services/interface/vchi/TODO | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/staging/vc04_services/interface/vchi/TODO b/drivers/staging/vc04_services/interface/vchi/TODO index df93154b1aa6..46b20a1961a2 100644 --- a/drivers/staging/vc04_services/interface/vchi/TODO +++ b/drivers/staging/vc04_services/interface/vchi/TODO @@ -1,9 +1,4 @@ -1) Write a DT binding doc and get the corresponding DT node merged to - bcm2835. - -This will let the driver probe when enabled. - -2) Import drivers using VCHI. +1) Import drivers using VCHI. VCHI is just a tool to let drivers talk to the firmware. Here are some of the ones we want: @@ -26,7 +21,7 @@ some of the ones we want: to manage these buffers as dmabufs so that we can zero-copy import camera images into vc4 for rendering/display. -3) Garbage-collect unused code +2) Garbage-collect unused code One of the reasons this driver wasn't upstreamed previously was that there's a lot code that got built that's probably unnecessary these |