All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: unisys: visorbus fixes
@ 2015-06-12 20:46 David Kershner
  2015-06-12 20:46 ` [PATCH v2 1/3] staging: unisys: Move phys_info to iochannel.h David Kershner
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: David Kershner @ 2015-06-12 20:46 UTC (permalink / raw)
  To: gregkh
  Cc: Jes.Sorensen, driverdev-devel, sParMaintainer, Benjamin.Romer,
	David Kershner

This series contains fixes for problems found while testing visorbus.

v2 Updates: 
	patch 1: made phys_info __packed coming into iochannel.h
	patch 2: Fixed up extra line and comments 
	patch 3: Incorporated comments from gregkh. 

David Kershner (3):
  staging: unisys: Move phys_info to iochannel.h
  staging: unisys: convert pack pragma to __packed
  staging: unisys: Don't hold device responses until driver loads

 drivers/staging/unisys/include/iochannel.h        | 49 +++++++++++------------
 drivers/staging/unisys/visorbus/visorbus_main.c   | 28 ++++---------
 drivers/staging/unisys/visorbus/vmcallinterface.h | 12 ------
 3 files changed, 30 insertions(+), 59 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-06-19 19:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 20:46 [PATCH v2 0/3] staging: unisys: visorbus fixes David Kershner
2015-06-12 20:46 ` [PATCH v2 1/3] staging: unisys: Move phys_info to iochannel.h David Kershner
2015-06-12 20:46 ` [PATCH v2 2/3] staging: unisys: convert pack pragma to __packed David Kershner
2015-06-13  0:07   ` Greg KH
2015-06-19 12:55   ` Dan Carpenter
2015-06-19 15:02     ` Kershner, David A
2015-06-19 15:08       ` Jes Sorensen
2015-06-19 19:11       ` Dan Carpenter
2015-06-12 20:46 ` [PATCH v2 3/3] staging: unisys: Don't hold device responses until driver loads David Kershner

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.