alistair23-linux/drivers/hv
Greg Kroah-Hartman 03f3a9107f hv: use dev_groups for device attributes
This patch is the first in a series that moves the hv bus code to use the
dev_groups field instead of dev_attrs, as dev_attrs is going away in future
kernel releases.

It moves the id sysfs file to the dev_groups structure, and creates the needed
show/store functions, instead of relying on one "universal" function for this.
By doing this, it removes the need for this to be in a temporary structure.

Tested-by: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-26 09:01:15 -07:00
..
channel.c hv: use dev_groups for device attributes 2013-09-26 09:01:15 -07:00
channel_mgmt.c Drivers: hv: vmbus: Fix a bug in the handling of channel offers 2013-08-27 21:49:26 -07:00
connection.c Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurely 2013-08-30 12:08:04 -07:00
hv.c drivers: hv: allocate synic structures before hv_synic_init() 2013-06-24 16:24:17 -07:00
hv_balloon.c Drivers: hv: remove HV_DRV_VERSION 2013-08-02 11:34:30 +08:00
hv_kvp.c Drivers: hv: remove HV_DRV_VERSION 2013-08-02 11:34:30 +08:00
hv_snapshot.c Drivers: hv: util: Fix a bug in version negotiation code for util services 2013-07-26 16:40:41 -07:00
hv_util.c hv: Change variable type to bool 2013-09-26 08:53:23 -07:00
hyperv_vmbus.h drivers: hv: allocate synic structures before hv_synic_init() 2013-06-24 16:24:17 -07:00
Kconfig x86: Make Linux guest support optional 2013-03-04 13:14:25 -08:00
Makefile Drivers: hv: Add a new driver to support host initiated backup 2013-03-15 12:12:36 -07:00
ring_buffer.c drivers: hv: check interrupt mask before read_index 2013-06-24 16:24:17 -07:00
vmbus_drv.c hv: use dev_groups for device attributes 2013-09-26 09:01:15 -07:00