All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] staging: unisys: Convert client_bus_info to debugfs
@ 2016-10-04 14:16 David Kershner
  2016-10-04 14:16 ` [PATCH 01/13] staging: unisys: visorbus: controlvmchannel.h remove unused pound defines David Kershner
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: David Kershner @ 2016-10-04 14:16 UTC (permalink / raw)
  To: gregkh, driverdev-devel, sparmaintainer, jes.sorensen

Move /sys/bus/visorbus/devices/visorbus<n>/client_bus_info to debugfs

In a 9/28/2016 patch inspection that fixed code within the function that
emits this client_bus_info sysfs entry, GregKH pointed out that this
shouldn't actually be a sysfs entry at all, and in fact belongs in debugfs.
This patchset addresses that.

This patchset also addresses several comments pointed out by GregKH,
specifically removal of useless initialization and removing unused
defines from the rest of the driver series. 

Erik Arfvidson (10):
  staging: unisys: visorbus: controlvmchannel.h remove unused pound
    defines
  staging: unisys: visorbus: controlvmchannel.h fix comments
  staging: unisys: visorbus: controlvmchannel.h fix spacing
  staging: unisys: include: include.h remove unused pound defines
  staging: unisys: include: iochannel.h remove unused pound defines
  staging: unisys: include: channel.h remove unused pound defines
  staging: unisys: visorbus: vmcallinterface.h remove unused pound
    defines
  staging: unisys: visorbus: vbuschannel.h remove unused pound defines
  staging: unisys: visorbus: visorchannel.c rename 'local' variable to
    dest
  staging: unisys: visorbus: visorbus_private rename 'local' var to dest

Tim Sell (2):
  staging: unisys: visorbus: move DEVICE_ATTR_RO defs as-per conventions
  staging: unisys: visorbus: convert client_bus_info sysfs to debugfs

sameer wadgaonkar (1):
  staging: unisys: visorbus: remove unused initializations

 drivers/staging/unisys/include/channel.h           |  63 ------
 drivers/staging/unisys/include/iochannel.h         |  28 ---
 drivers/staging/unisys/include/visorbus.h          |   2 +
 drivers/staging/unisys/visorbus/controlvmchannel.h | 152 +++++---------
 drivers/staging/unisys/visorbus/vbuschannel.h      | 225 +++------------------
 drivers/staging/unisys/visorbus/visorbus_main.c    | 187 +++++++++--------
 drivers/staging/unisys/visorbus/visorbus_private.h |   4 +-
 drivers/staging/unisys/visorbus/visorchannel.c     |  10 +-
 drivers/staging/unisys/visorbus/visorchipset.c     |   5 +-
 drivers/staging/unisys/visorbus/vmcallinterface.h  |   1 -
 10 files changed, 200 insertions(+), 477 deletions(-)

-- 
1.9.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2016-10-09 15:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 14:16 [PATCH 00/13] staging: unisys: Convert client_bus_info to debugfs David Kershner
2016-10-04 14:16 ` [PATCH 01/13] staging: unisys: visorbus: controlvmchannel.h remove unused pound defines David Kershner
2016-10-09 15:05   ` Greg KH
2016-10-04 14:16 ` [PATCH 02/13] staging: unisys: visorbus: controlvmchannel.h fix comments David Kershner
2016-10-09 15:06   ` Greg KH
2016-10-04 14:16 ` [PATCH 03/13] staging: unisys: visorbus: controlvmchannel.h fix spacing David Kershner
2016-10-09 15:07   ` Greg KH
2016-10-04 14:16 ` [PATCH 04/13] staging: unisys: include: include.h remove unused pound defines David Kershner
2016-10-09 15:07   ` Greg KH
2016-10-04 14:16 ` [PATCH 05/13] staging: unisys: visorbus: remove unused initializations David Kershner
2016-10-09 15:08   ` Greg KH
2016-10-04 14:16 ` [PATCH 06/13] staging: unisys: include: iochannel.h remove unused pound defines David Kershner
2016-10-04 14:16 ` [PATCH 07/13] staging: unisys: include: channel.h " David Kershner
2016-10-04 14:16 ` [PATCH 08/13] staging: unisys: visorbus: vmcallinterface.h " David Kershner
2016-10-04 14:16 ` [PATCH 09/13] staging: unisys: visorbus: vbuschannel.h " David Kershner
2016-10-04 14:16 ` [PATCH 10/13] staging: unisys: visorbus: visorchannel.c rename 'local' variable to dest David Kershner
2016-10-04 14:16 ` [PATCH 11/13] staging: unisys: visorbus: visorbus_private rename 'local' var " David Kershner
2016-10-04 14:16 ` [PATCH 12/13] staging: unisys: visorbus: move DEVICE_ATTR_RO defs as-per conventions David Kershner
2016-10-04 14:16 ` [PATCH 13/13] staging: unisys: visorbus: convert client_bus_info sysfs to debugfs David Kershner
2016-10-09 15:09 ` [PATCH 00/13] staging: unisys: Convert client_bus_info " Greg KH

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.