[PATCH 04/44] staging: unisys: Remove unused livedump_info

2015-05-13 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/unisys

[PATCH 03/44] staging: unisys: visorchipset_init(): Simplify initial checks

2015-05-13 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 40 +++--- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git

[PATCH 07/44] staging: unisys: Temporarily add visorbus/ ccflags

2015-05-13 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com To prep for the moving of include files, temporarily add the visorbus/ as a ccflags -I. Once the header files are all transitioned, we can remove this. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com

[PATCH 21/44] staging: unisys: Properly move version file into bus attr

2015-05-13 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com Simplify things by moving the version file handling into the core. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 66 +++-- 1 file

[PATCH 20/44] staging: unisys: Move the visorbus device underneath devices

2015-05-13 Thread Benjamin Romer
'. :-) Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus

[PATCH 36/44] staging: unisys: Remove unused cruft

2015-05-13 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com Removing stuff that isn't being used. Another prepartion patch to allow us to use visor_device everywhere without the baggage of bus/dev_info. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers

[PATCH 12/44] staging: unisys: Move diagchannel to include

2015-05-13 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Diagchannel needs to go to standard include. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../common-spar/include/channels/diagchannel.h | 427 - drivers

[PATCH 39/44] staging: unisys: Convert bus creation to use visor_device

2015-05-13 Thread Benjamin Romer
the conversion of visorchipset_bus_info to visor_device. Various cleanups include re-arranging the failure paths to make more sense. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/visorbus.h | 3 + drivers

[PATCH 32/44] staging: unisys: Move channel creation up the stack

2015-05-13 Thread Benjamin Romer
'chan_info.addr_type' was not being used, so I just deleted it. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c| 88 +++--- drivers/staging/unisys/visorbus/visorbus_private.h | 16

[PATCH 37/44] staging: unisys: Remove server flags

2015-05-13 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com The bus driver doesn't work in server mode, just remove the left over pieces. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c| 66

[PATCH 110/141] staging: unisys: Move files out of common-spar

2015-05-05 Thread Benjamin Romer
Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../common-spar/include/channels/iochannel.h | 651 - .../include/controlvmcompletionstatus.h| 94 --- .../staging/unisys/common-spar/include/version.h | 45

[PATCH 128/141] staging: unisys: Convert the bus/device creation to visor_device

2015-05-05 Thread Benjamin Romer
be dissolved into the parent function because there isn't really anything left. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 162 ++-- 1 file changed, 37 insertions

[PATCH 058/141] staging: unisys: remove typedef GUEST_PHYSICAL_ADDRESS to u64

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch removes typedef GUEST_PHYSICAL_ADDRESS to u64 Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../include/channels/controlvmchannel.h| 38

[PATCH 009/141] staging: unisys: Get rid of uint usage

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 001/141] staging: unisys: Move module parameters around and mark static

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Move the module parameters and make sure they are static. Signed-off-by: Jes Sorensen jes.soren...@redhat.com Tested-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/globals.h | 10 --- .../unisys

[PATCH 043/141] staging: unisys: visorchannel: visorchannel_create_overlap() is never used

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/visorbus.h | 9 + drivers/staging/unisys/visorbus/visorchannel.c | 20 2

[PATCH 005/141] staging: unisys: Remove some unnecessary parenthesis

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_umode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 000/141] staging: unisys: s-Par driver rebuild series

2015-05-05 Thread Benjamin Romer
better use of built in kernel functionality. The driver tree is flattened out and large amounts of old code are pruned away, and the ability to automatically load the driver based on ACPI table data is added. Benjamin Romer (3): staging: unisys: add ACPI and PCI requirement to Kconfig staging

[PATCH 018/141] staging: unisys: delbusdevices() doesn't need to be inline

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 12 drivers/staging/unisys/visorchipset/visorchipset_main.c | 16

[PATCH 007/141] staging: unisys: Don't zero struct elements which will be memset away

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/unisys

[PATCH 061/141] staging: unisys: remove unused #define MAX_SERIAL_NUM

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch simply removes #define MAX_SERIAL_NUM from iochannel.h Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/common-spar/include/channels/iochannel.h

[PATCH 021/141] staging: unisys: Remove write-only variable g_diag_msg_hdr

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/unisys

[PATCH 049/141] staging: unisys: visorchipset: Use ioremap direction rather than heavy visor_memregion

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers

[PATCH 004/141] staging: unisys: Fix up a few cases of bad formatting

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/file.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging

[PATCH 047/141] staging: unisys: memregion: Eliminate unnecessary 'requested' flag

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorutil/memregion_direct.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git

[PATCH 013/141] staging: unisys: buffer_list_pool isn't used for anything

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../staging/unisys/visorchipset/visorchipset_main.c | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging

[PATCH 006/141] staging: unisys: Remove unncessary parenthesis

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 032/141] staging: unisys: remove globals.h

2015-05-05 Thread Benjamin Romer
From: Prarit Bhargava pra...@redhat.com globals.h is only included in visorchannel.c and only contains 2 includes. These can be included directly in visorchannel.c. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging

[PATCH 010/141] staging: unisys: Remove unused cache object counter

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com kmem_cache statistics are available through SLAB anyway Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 1 file changed, 4

[PATCH 008/141] staging: unisys: Do not initialize variables unnecessarily

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../unisys/visorchipset/visorchipset_main.c| 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git

[PATCH 015/141] staging: unisys: findbus() doesn't need to be inline

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 12 - .../unisys/visorchipset/visorchipset_main.c| 31

[PATCH 039/141] staging: unisys: cleanup visorbus_private.h

2015-05-05 Thread Benjamin Romer
: PARSER_WHICH_STRING enum only has one member used (PARSERSTRING_NAME). TODO: crash_obj_type appears to be unnecessary in the overall scheme of code. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_private.h | 57

[PATCH 003/141] staging: unisys: Eliminate globals.h

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/file.c | 6 +++-- drivers/staging/unisys/visorchipset/file.h | 2 -- drivers/staging

[PATCH 079/141] staging: unisys: visorchannel_write(): Handle partial channel_header writes

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging

[PATCH 040/141] staging: unisys: visorchannel cleanup visorchannel_create_guts()

2015-05-05 Thread Benjamin Romer
...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 79 ++ .../staging/unisys/visorutil/memregion_direct.c| 4 +- 2 files changed, 36 insertions(+), 47 deletions(-) diff --git a/drivers/staging

[PATCH 118/141] staging: unisys: Properly move version file into bus attr

2015-05-05 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com Simplify things by moving the version file handling into the core. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 66 +++-- 1 file

[PATCH 085/141] staging: unisys: add acpi pnp driver

2015-05-05 Thread Benjamin Romer
functions to avoid a !__init function calling an __init function. Additionally I also cleaned up the headers in visorchipset.c since I was adding a header file. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys

[PATCH 042/141] staging: unisys: fix sig_read_data and sig_read_data functions

2015-05-05 Thread Benjamin Romer
From: Prarit Bhargava pra...@redhat.com The sig_read_data() and sig_write_data() functions are involved in 2 steps of calls. They really don't need to be and this makes for much simpler code. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro

[PATCH 059/141] staging: unisys: remove unused enum from controlvmchannel.h

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch removes this enum since it is unused Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../staging/unisys/common-spar/include/channels/controlvmchannel.h| 4 1

[PATCH 089/141] staging: unisys: remove timskmod.h and procobjecttree.h

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch move the needed linux include files from timskmod.h to the files that calls those include. Also procobjecttree.h is removed since it is dead code. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer

[PATCH 138/141] staging: unisys: Update diag serverity enum

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Give the enum the correct values instead of based on other values. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/diagchannel.h | 34

[PATCH 109/141] staging: unisys: Move diagchannel to include

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Diagchannel needs to go to standard include. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../common-spar/include/channels/diagchannel.h | 427 - drivers

[PATCH 078/141] staging: unisys: visorchannel_read(): Use memcpy_fromio() directly

2015-05-05 Thread Benjamin Romer
, but not for (offset 0) (offset header_size), which was inconsistent. The new implementation returns an error if someone tries to read beyond the visorchannel size. Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus

[PATCH 080/141] staging: unisys: visorchannel_create_guts(): Use visorchannel_read()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com There is no benefit to calling visor_memregion_read() at this point. Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 4 ++-- 1 file changed

[PATCH 091/141] staging: unisys: fix visorbus Kconfig

2015-05-05 Thread Benjamin Romer
Removing visorutil made it impossible to build visorbus. Remove the config setting from the Kconfig so the module can be enabled in the build. Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 136/141] staging: unisys: Removed unused entries from struct visor_channeltype_descriptor

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com min_size/max_size aren't used anywhere, and they were just causing headaches in the drivers being ported over to the new interfaces. Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers

[PATCH 016/141] staging: unisys: Remove unused typedef SPARREPORTEVENT_COMPLETE_FUNC

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/unisys/visorchipset

[PATCH 134/141] staging: unisys: Hide vbus_hdr_info from public visor_device

2015-05-05 Thread Benjamin Romer
-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/visorbus.h | 3 +-- drivers/staging/unisys/visorbus/visorbus_main.c | 28 + 2 files changed, 20 insertions(+), 11 deletions(-) diff --git

[PATCH 041/141] staging: unisys: visorchannel some general function cleanups

2015-05-05 Thread Benjamin Romer
From: Prarit Bhargava pra...@redhat.com Just some cleanups for visorchannel.c, and removal of safe_sig_queue_validate() which is dead code. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c

[PATCH 057/141] staging: unisys: Eliminate unused visorchannel_dump_section()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/visorbus.h | 2 -- drivers/staging/unisys/visorbus/visorchannel.c | 37 -- 2

[PATCH 029/141] staging: unisys: unify channel attributes into visorbus_main.c

2015-05-05 Thread Benjamin Romer
-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/Makefile| 2 +- drivers/staging/unisys/visorbus/channel_attr.c | 227 drivers/staging/unisys/visorbus/channel_attr.h | 27 --- drivers/staging/unisys/visorbus/visorbus_main.c

[PATCH 099/141] staging: unisys: uislib.h: Remove unused cache allocation prototypes

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/uisutils.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h

[PATCH 012/141] staging: unisys: Remove a couple of unnecessary blank lines

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset

[PATCH 106/141] staging: unisys: Move controlframework into controlvmchannel.h

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Controlframework was only needed by controlvmchannel, move the structures into that header file. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../include/channels

[PATCH 097/141] staging: unisys: Remove wrapper around parser_init_guts()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers

[PATCH 023/141] staging: unisys: add visorbus driver

2015-05-05 Thread Benjamin Romer
/visorbus*/.It is responsible for device creation and destruction of the devices on its bus. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/Kconfig |1 + drivers/staging/unisys/Makefile

[PATCH 020/141] staging: unisys: No point in checking != 0

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../unisys/visorchipset/visorchipset_main.c| 26 +++--- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git

[PATCH 028/141] staging: unisys: unify businst attributes into visorbus_main.c

2015-05-05 Thread Benjamin Romer
-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/Makefile| 2 +- drivers/staging/unisys/visorbus/businst_attr.c | 103 drivers/staging/unisys/visorbus/businst_attr.h | 40 - drivers/staging/unisys/visorbus

[PATCH 139/141] staging: unisys: Remove unneeded fields in diagchannel.h

2015-05-05 Thread Benjamin Romer
will eventually end up in the diag channel. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/diagchannel.h| 366 +--- drivers/staging/unisys/visorbus/visorbus_main.c | 48

[PATCH 130/141] staging: unisys: Convert the device attributes to visor_device

2015-05-05 Thread Benjamin Romer
dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 80 + 1 file changed, 28 insertions(+), 52 deletions(-) diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys

[PATCH 075/141] staging: unisys: memregion: Eliminate visor_memregion_get_*() functions

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 7 +++ drivers/staging/unisys/visorutil/memregion.h| 3 --- drivers

[PATCH 124/141] staging: unisys: Add checks for creation

2015-05-05 Thread Benjamin Romer
Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/unisys/visorbus/visorchannel.c b/drivers/staging/unisys/visorbus/visorchannel.c index 1789f9d

[PATCH 121/141] staging: unisys: Prep for removing 'info' structs

2015-05-05 Thread Benjamin Romer
infrastructure and instead pass 'struct visor_device' all over the place. In order to do that 'struct visor_device' needs to get smarter. This patch adds the pieces to prep for it. The new elements will be used in later patches. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin

[PATCH 111/141] staging: unisys: Get rid of references to common-spar

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Makefiles still had common-spar listed in ccflags. This gets rid of them. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/Makefile | 2

[PATCH 104/141] staging: unisys: Remove appos_subsystems.h

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Get rid of common-spar/include/diagnostics/appos_subsystems.h. No one is using it. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../include/diagnostics/appos_subsystems.h

[PATCH 081/141] staging: unisys: Eliminate visor_memregion_read()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 11 +-- drivers/staging/unisys/visorutil/memregion.h| 2 -- drivers

[PATCH 065/141] staging: unisys: controlvmchannel.h comment aligment and cleanup

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch is a comment aligment and cleanup for controlvmchannel.h. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../include/channels/controlvmchannel.h| 231

[PATCH 053/141] staging: unisys: decouple visor_memregion_{read, write}()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../staging/unisys/visorutil/memregion_direct.c| 26 -- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git

[PATCH 113/141] staging: unisys: remove remaining utility headers

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com remove uisqueue.h, uisthread.h, and uisutils.h replace HOSTADDRESS with u64 remove uisutils.h from header list in visorchipset.c Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com

[PATCH 102/141] staging: unisys: visorchipset_init(): Simplify initial checks

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 40 +++--- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git

[PATCH 036/141] staging: unisys: remove file.c and pass functionality to visorchipset

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch trasitions the include files and functions from file.c and places them into visorchipset_main.c Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys

[PATCH 019/141] staging: unisys: Avoid some == 0 checks

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/file.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging

[PATCH 037/141] staging: unisys: move parser.[ch] functionality into visorchipset

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch moves includes files and functions from parser.[ch] into visorchipset. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c

[PATCH 122/141] staging: unisys: Add visor device find routine

2015-05-05 Thread Benjamin Romer
will make sure the resulting 'struct visor_device' is used every where else. Also allow visorbus_type to be more visible for use. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorbus_main.c | 2 +- drivers

[PATCH 083/141] staging: unisys: Finally remove the last remnants of memregion

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/include/visorbus.h | 1 - drivers/staging/unisys/visorbus/visorchannel.c | 53

[PATCH 098/141] staging: unisys: visorchipset: Remove unused cache allocator

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 39 -- 1 file changed, 39 deletions(-) diff --git a/drivers/staging

[PATCH 046/141] staging: unisys: memregion: Use proper errno for mapit()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../staging/unisys/visorutil/memregion_direct.c| 28 +- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git

[PATCH 050/141] staging: unisys: visorchipset.c: No need to include memregion.h anymore

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorbus

[PATCH 069/141] staging: unisys: remove unused #define in iochannel.h

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch simply remove all unused #define's in iochannel.h Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../common-spar/include/channels/iochannel.h | 137

[PATCH 017/141] staging: unisys: finddevice() doesn't need to be inline

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 12 .../unisys/visorchipset/visorchipset_main.c| 32

[PATCH 107/141] staging: unisys: Move channel.h to include. Controvlm to visorbus

2015-05-05 Thread Benjamin Romer
From: David Kershner david.kersh...@unisys.com Channel.h is used by all channels, it needs to be in include. Controlvm Channel is only used by visorbus, it needs to just be there. Signed-off-by: David Kershner david.kersh...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com

[PATCH 101/141] staging: unisys: Remove unused visorchipset_save_message()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 56 -- 1 file changed, 56 deletions(-) diff --git a/drivers/staging

[PATCH 024/141] staging: unisys: Move visorchannel into visorbus

2015-05-05 Thread Benjamin Romer
From: Don Zickus dzic...@redhat.com visorchannel seems to be a necessary component to visorbus and can never function as a standalone module. Let's treat it like a visorbus feature that is always enabled. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro

[PATCH 027/141] staging: unisys: Remove unused driver

2015-05-05 Thread Benjamin Romer
. Signed-off-by: Don Zickus dzic...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorchipset/Kconfig b/drivers/staging/unisys/visorchipset/Kconfig index 2030592

[PATCH 090/141] staging: unisys: move periodic_work.c into the visorbus directory

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch removes visorutil directory, move periodic_work.c into the visorbus directory. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/Kconfig

[PATCH 082/141] staging: unisys: Eliminate visor_memregion_write()

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com visorchannel's signal code should call visorchannel_write() directly. This is more consistent and cleaner, and allows us to remove the last memregion call. Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro

[PATCH 100/141] staging: unisys: visorchipset_file_{init, cleanup}(): mark static

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys

[PATCH 092/141] staging: unisys: remove visorutil from top level Makefile

2015-05-05 Thread Benjamin Romer
The visorutil directory is still mentioned in the top level makefile for the Unisys drivers, so remove it. Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/Makefile b/drivers

[PATCH 014/141] staging: unisys: Remove write-only visorchipset_bus_info.dev_no

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset.h | 1 - drivers/staging/unisys/visorchipset/visorchipset_main.c | 1 - 2 files changed

[PATCH 034/141] staging: unisys: remove visorchipset_umode.h

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com removes visorchipset_umode.h and pass functionality to visorchipset.h Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/file.c | 1

[PATCH 048/141] staging: unisys: visorchipset: parser_init_guts(): Localize memregion usage

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging

[PATCH 052/141] staging: unisys: visorchannel_clear(): No need to use vmalloc here

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Using a page is sufficient, and avoids the cost of vmalloc/vfree Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 9 + 1 file

[PATCH 094/141] staging: unisys: visorchipset: Declare parser_init_byte_stream() static

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com In addition remove unused parser_init() Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 8 +--- 1 file changed, 1 insertion(+), 7

[PATCH 045/141] staging: unisys: memregion: Nothing uses overlap allocations, so nuke it

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorutil/memregion.h | 2 - .../staging/unisys/visorutil/memregion_direct.c| 52 +++--- 2

[PATCH 063/141] staging: unisys: remove unused CONTROL_VM messages from enum

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch removes CONTROL_VM disk messages from enum since they are completely unused. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../staging/unisys/common-spar/include

[PATCH 033/141] staging: unisys: remove visorbus_private.h

2015-05-05 Thread Benjamin Romer
From: Prarit Bhargava pra...@redhat.com visorbus_private.h is only included from visorbus_main.c and has no other purpose. The code can be easily moved into visorbus_main.c. Signed-off-by: Prarit Bhargava pra...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers

[PATCH 096/141] staging: unisys: parser_init_guts(): standard_payload_header is always false

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchipset.c | 37 +++--- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git

[PATCH 022/141] staging: unisys: Remove write-only variable g_del_dump_msg_hdr

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/unisys

[PATCH 044/141] staging: unisys: visorbus: visorchannel_create_guts() always has parent == NULL

2015-05-05 Thread Benjamin Romer
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/visorbus/visorchannel.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers

[PATCH 066/141] staging: unisys: remove unused device_map and guest_devices struct

2015-05-05 Thread Benjamin Romer
From: Erik Arfvidson erik.arfvid...@unisys.com This patch removes unused struct in the controlvm_channel message and replaces it with a char reserved inorder to mantain same message size. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro

<    1   2   3   4   5   6   7   8   9   10   >