diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 17:51:15 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 17:51:15 -0400 |
| commit | d87823813fe498fdd47894bd28e460a9dee8d771 (patch) | |
| tree | 214eaf3babd0d61f08022fc1edd99a5128616548 /include/uapi/linux/hyperv.h | |
| parent | e382608254e06c8109f40044f5e693f2e04f3899 (diff) | |
| parent | 3dc196eae1db548f05e53e5875ff87b8ff79f249 (diff) | |
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver updates from Greg KH:
"Here's the big char/misc driver pull request for 4.2-rc1.
Lots of mei, extcon, coresight, uio, mic, and other driver updates in
here. Full details in the shortlog. All of these have been in
linux-next for some time with no reported problems"
* tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (176 commits)
mei: me: wait for power gating exit confirmation
mei: reset flow control on the last client disconnection
MAINTAINERS: mei: add mei_cl_bus.h to maintained file list
misc: sram: sort and clean up included headers
misc: sram: move reserved block logic out of probe function
misc: sram: add private struct device and virt_base members
misc: sram: report correct SRAM pool size
misc: sram: bump error message level on unclean driver unbinding
misc: sram: fix device node reference leak on error
misc: sram: fix enabled clock leak on error path
misc: mic: Fix reported static checker warning
misc: mic: Fix randconfig build error by including errno.h
uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
uio: pruss: Add CONFIG_HAS_IOMEM dependence
uio: pruss: Include <linux/sizes.h>
extcon: Redefine the unique id of supported external connectors without 'enum extcon' type
char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type variable in function buffer_icap_set_configuration().
Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion
parport: check exclusive access before register
w1: use correct lock on error in w1_seq_show()
...
Diffstat (limited to 'include/uapi/linux/hyperv.h')
| -rw-r--r-- | include/uapi/linux/hyperv.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h index bb1cb73c927a..e4c0a35d6417 100644 --- a/include/uapi/linux/hyperv.h +++ b/include/uapi/linux/hyperv.h | |||
| @@ -45,6 +45,11 @@ | |||
| 45 | 45 | ||
| 46 | #define VSS_OP_REGISTER 128 | 46 | #define VSS_OP_REGISTER 128 |
| 47 | 47 | ||
| 48 | /* | ||
| 49 | Daemon code with full handshake support. | ||
| 50 | */ | ||
| 51 | #define VSS_OP_REGISTER1 129 | ||
| 52 | |||
| 48 | enum hv_vss_op { | 53 | enum hv_vss_op { |
| 49 | VSS_OP_CREATE = 0, | 54 | VSS_OP_CREATE = 0, |
| 50 | VSS_OP_DELETE, | 55 | VSS_OP_DELETE, |
| @@ -100,7 +105,8 @@ struct hv_vss_msg { | |||
| 100 | */ | 105 | */ |
| 101 | 106 | ||
| 102 | #define FCOPY_VERSION_0 0 | 107 | #define FCOPY_VERSION_0 0 |
| 103 | #define FCOPY_CURRENT_VERSION FCOPY_VERSION_0 | 108 | #define FCOPY_VERSION_1 1 |
| 109 | #define FCOPY_CURRENT_VERSION FCOPY_VERSION_1 | ||
| 104 | #define W_MAX_PATH 260 | 110 | #define W_MAX_PATH 260 |
| 105 | 111 | ||
| 106 | enum hv_fcopy_op { | 112 | enum hv_fcopy_op { |
