diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-06 19:41:06 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-06 19:41:06 -0500 |
| commit | 1071ec7bc2dabd0a9d12a1ae5570f4fd3ba944ca (patch) | |
| tree | 3f889877ae180066a8e682d915680f240fbfd6ec /include/linux/hyperv.h | |
| parent | c287322c3aadf45ee15339bffdbc2e9117b9cc7a (diff) | |
| parent | 425792266a40189e0b3fec02cb59a69935d8c58c (diff) | |
Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc patches from Greg KH:
"Here's the big char/misc driver patchset for 3.13-rc1.
Lots of stuff in here, including some new drivers for Intel's "MIC"
co-processor devices, and a new eeprom driver. Other things include
the driver attribute cleanups, extcon driver updates, hyperv updates,
and a raft of other miscellaneous driver fixes.
All of these have been in linux-next for a while"
* tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (121 commits)
misc: mic: Fixes for randconfig build errors and warnings.
tifm: fix error return code in tifm_7xx1_probe()
w1-gpio: Use devm_* functions
w1-gpio: Detect of_gpio_error for first gpio
uio: Pass pointers to virt_to_page(), not integers
uio: fix memory leak
misc/at24: avoid infinite loop on write()
misc/93xx46: avoid infinite loop on write()
misc: atmel_pwm: add deferred-probing support
mei: wd: host_init propagate error codes from called functions
mei: replace stray pr_debug with dev_dbg
mei: bus: propagate error code returned by mei_me_cl_by_id
mei: mei_cl_link remove duplicated check for open_handle_count
mei: print correct device state during unexpected reset
mei: nfc: fix memory leak in error path
lkdtm: add tests for additional page permissions
lkdtm: adjust recursion size to avoid warnings
lkdtm: isolate stack corruption test
mei: move host_clients_map cleanup to device init
mei: me: downgrade two errors to debug level
...
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index d98503bde7e9..15da677478dd 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
| @@ -432,15 +432,6 @@ struct hv_ring_buffer_info { | |||
| 432 | u32 ring_data_startoffset; | 432 | u32 ring_data_startoffset; |
| 433 | }; | 433 | }; |
| 434 | 434 | ||
| 435 | struct hv_ring_buffer_debug_info { | ||
| 436 | u32 current_interrupt_mask; | ||
| 437 | u32 current_read_index; | ||
| 438 | u32 current_write_index; | ||
| 439 | u32 bytes_avail_toread; | ||
| 440 | u32 bytes_avail_towrite; | ||
| 441 | }; | ||
| 442 | |||
| 443 | |||
| 444 | /* | 435 | /* |
| 445 | * | 436 | * |
| 446 | * hv_get_ringbuffer_availbytes() | 437 | * hv_get_ringbuffer_availbytes() |
| @@ -902,23 +893,6 @@ enum vmbus_channel_state { | |||
| 902 | CHANNEL_OPENED_STATE, | 893 | CHANNEL_OPENED_STATE, |
| 903 | }; | 894 | }; |
| 904 | 895 | ||
| 905 | struct vmbus_channel_debug_info { | ||
| 906 | u32 relid; | ||
| 907 | enum vmbus_channel_state state; | ||
| 908 | uuid_le interfacetype; | ||
| 909 | uuid_le interface_instance; | ||
| 910 | u32 monitorid; | ||
| 911 | u32 servermonitor_pending; | ||
| 912 | u32 servermonitor_latency; | ||
| 913 | u32 servermonitor_connectionid; | ||
| 914 | u32 clientmonitor_pending; | ||
| 915 | u32 clientmonitor_latency; | ||
| 916 | u32 clientmonitor_connectionid; | ||
| 917 | |||
| 918 | struct hv_ring_buffer_debug_info inbound; | ||
| 919 | struct hv_ring_buffer_debug_info outbound; | ||
| 920 | }; | ||
| 921 | |||
| 922 | /* | 896 | /* |
| 923 | * Represents each channel msg on the vmbus connection This is a | 897 | * Represents each channel msg on the vmbus connection This is a |
| 924 | * variable-size data structure depending on the msg type itself | 898 | * variable-size data structure depending on the msg type itself |
| @@ -1184,19 +1158,8 @@ extern int vmbus_recvpacket_raw(struct vmbus_channel *channel, | |||
| 1184 | u64 *requestid); | 1158 | u64 *requestid); |
| 1185 | 1159 | ||
| 1186 | 1160 | ||
| 1187 | extern void vmbus_get_debug_info(struct vmbus_channel *channel, | ||
| 1188 | struct vmbus_channel_debug_info *debug); | ||
| 1189 | |||
| 1190 | extern void vmbus_ontimer(unsigned long data); | 1161 | extern void vmbus_ontimer(unsigned long data); |
| 1191 | 1162 | ||
| 1192 | struct hv_dev_port_info { | ||
| 1193 | u32 int_mask; | ||
| 1194 | u32 read_idx; | ||
| 1195 | u32 write_idx; | ||
| 1196 | u32 bytes_avail_toread; | ||
| 1197 | u32 bytes_avail_towrite; | ||
| 1198 | }; | ||
| 1199 | |||
| 1200 | /* Base driver object */ | 1163 | /* Base driver object */ |
| 1201 | struct hv_driver { | 1164 | struct hv_driver { |
| 1202 | const char *name; | 1165 | const char *name; |
