All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] staging: unisys: common headers cleanup
@ 2014-08-05 18:57 Benjamin Romer
  2014-08-05 18:57 ` [PATCH 01/14] staging: unisys: get rid of unused VMMIO types Benjamin Romer
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Benjamin Romer @ 2014-08-05 18:57 UTC (permalink / raw)
  To: gregkh; +Cc: jkc, driverdev-devel, sparmaintainer, Benjamin Romer

This patch series removes unused macros, replaces redundant macros, fixes
spacing and other formatting issues, and eliminates checkpatch warnings from
the header files in the include and common-spar directories, other than
volatile and new typedef warnings.

The volatile warnings will be addressed in a future patchset. The remaining
typedefs in the headers are all for enumerations or structures specific to
s-Par. 

Benjamin Romer (14):
  staging: unisys: get rid of unused VMMIO types
  staging: unisys: fix formatting in timskmod.h
  staging: unisys: get rid of semaphore macros
  staging: unisys: remove unused macros from timskmod.h
  staging: unisys: get rid of uiscmpxchg64
  staging: unisys: fix whitespace in uisutils.h
  staging: unisys: fix line lengths in controlvmcompletionstatus.h
  staging: unisys: fix spacing in iovmcall_gnuc.h
  staging: unisys: clean up vmcall functions
  staging: unisys: fix spacing in vbusdeviceinfo.h
  staging: unisys: remove do{} while(0) in macros in channel.h
  staging: unisys: fix spacing in channel.h
  staging: unisys: clean up comments in controlvmchannel.h message
    packet
  staging: unisys: fix macros in iochannel.h

 .../unisys/common-spar/include/channels/channel.h  | 14 +++---
 .../include/channels/controlvmchannel.h            | 41 +++++++++++-----
 .../common-spar/include/channels/iochannel.h       | 18 ++++----
 .../include/controlvmcompletionstatus.h            | 16 ++++---
 .../unisys/common-spar/include/iovmcall_gnuc.h     | 30 ++++++------
 .../unisys/common-spar/include/vbusdeviceinfo.h    |  1 +
 drivers/staging/unisys/include/timskmod.h          | 54 +---------------------
 drivers/staging/unisys/include/uisqueue.h          | 15 ------
 drivers/staging/unisys/include/uisutils.h          |  2 +
 drivers/staging/unisys/uislib/uislib.c             | 16 +++----
 drivers/staging/unisys/uislib/uisqueue.c           |  6 +--
 .../unisys/visorchipset/visorchipset_main.c        | 16 +++----
 12 files changed, 91 insertions(+), 138 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-08-06 13:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05 18:57 [PATCH 00/14] staging: unisys: common headers cleanup Benjamin Romer
2014-08-05 18:57 ` [PATCH 01/14] staging: unisys: get rid of unused VMMIO types Benjamin Romer
2014-08-05 18:57 ` [PATCH 02/14] staging: unisys: fix formatting in timskmod.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 03/14] staging: unisys: get rid of semaphore macros Benjamin Romer
2014-08-05 18:57 ` [PATCH 04/14] staging: unisys: remove unused macros from timskmod.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 05/14] staging: unisys: get rid of uiscmpxchg64 Benjamin Romer
2014-08-05 18:57 ` [PATCH 06/14] staging: unisys: fix whitespace in uisutils.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 07/14] staging: unisys: fix line lengths in controlvmcompletionstatus.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 08/14] staging: unisys: fix spacing in iovmcall_gnuc.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 09/14] staging: unisys: clean up vmcall functions Benjamin Romer
2014-08-05 18:57 ` [PATCH 10/14] staging: unisys: fix spacing in vbusdeviceinfo.h Benjamin Romer
2014-08-05 18:57 ` [PATCH 11/14] staging: unisys: remove do{} while(0) in macros in channel.h Benjamin Romer
2014-08-06  8:18   ` Dan Carpenter
2014-08-06 13:08     ` Romer, Benjamin M
2014-08-06 13:22       ` Dan Carpenter
2014-08-05 18:57 ` [PATCH 12/14] staging: unisys: fix spacing " Benjamin Romer
2014-08-05 18:57 ` [PATCH 13/14] staging: unisys: clean up comments in controlvmchannel.h message packet Benjamin Romer
2014-08-05 18:57 ` [PATCH 14/14] staging: unisys: fix macros in iochannel.h Benjamin Romer
2014-08-06  8:24   ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.