aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/TODO
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/hv/TODO
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/staging/hv/TODO')
-rw-r--r--drivers/staging/hv/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO
new file mode 100644
index 00000000000..582fd4ab3f1
--- /dev/null
+++ b/drivers/staging/hv/TODO
@@ -0,0 +1,14 @@
1TODO:
2 - fix remaining checkpatch warnings and errors
3 - audit the vmbus to verify it is working properly with the
4 driver model
5 - see if the vmbus can be merged with the other virtual busses
6 in the kernel
7 - audit the network driver
8 - checking for carrier inside open is wrong, network device API
9 confusion??
10 - audit the block driver
11 - audit the scsi driver
12
13Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>,
14Hank Janssen <hjanssen@microsoft.com>, and Haiyang Zhang <haiyangz@microsoft.com>.