diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-17 09:11:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-18 16:15:27 +0200 |
commit | 561e174eb3a153d4e4a3c8da10cabe96c686108b (patch) | |
tree | 476b642e53c9233aa8c9a3801660bd56ee8b024e | |
parent | staging: regulator: hi6421v600-regulator: code cleanup (diff) | |
download | linux-561e174eb3a153d4e4a3c8da10cabe96c686108b.tar.xz linux-561e174eb3a153d4e4a3c8da10cabe96c686108b.zip |
staging: hikey9xx: add a TODO list
Place the things that are needed to be able to move those
drivers out of staging.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/bf3ebe32125646e0a87a59280392e8c6fda08488.1597647359.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/hikey9xx/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/hikey9xx/TODO b/drivers/staging/hikey9xx/TODO new file mode 100644 index 000000000000..65e7996a3066 --- /dev/null +++ b/drivers/staging/hikey9xx/TODO @@ -0,0 +1,5 @@ +ToDo list: + +- Port other drivers needed by Hikey 960/970; +- Test drivers on Hikey 960; +- Validate device tree bindings. |