/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_quirks.h | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | Makefile | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | passthrough.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | conf_space_quirks.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | conf_space.h | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | vpci.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | conf_space_header.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | pciback.h | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | conf_space.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | pciback_ops.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | xenbus.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
H A D | pci_stub.c | diff a92336a1176b2119eaa990a1e8bf3109665fdbc6 Wed Jul 20 01:40:51 CEST 2011 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they are not used. - Document the find pciback_[read|write]_config_[byte|word|dword] to make it easier to find. - Collapse the code from conf_space_capability_msi into pciback_ops.c - Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c [and remove the conf_space_capability.h file] - Rename all visible functions from pciback to xen_pcibk. - Rename all the printk/pr_info, etc that use the "pciback" to say "xen-pciback". - Convert functions that are not referenced outside the code to be static to save on name space. - Do the same thing for structures that are internal to the driver. - Run checkpatch.pl after the renames and fixup its warnings and fix any compile errors caused by the variable rename - Cleanup any structs that checkpath.pl commented about or just look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|