public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drivers: Move visorbus from staging to drivers/visorbus
@ 2017-11-17 17:27 David Kershner
  2017-11-17 17:27 ` [PATCH 1/2] staging: unisys: visorbus: address theoretical int overflows David Kershner
  2017-11-17 17:27 ` [PATCH 2/2] drivers: visorbus: move driver out of staging David Kershner
  0 siblings, 2 replies; 8+ messages in thread
From: David Kershner @ 2017-11-17 17:27 UTC (permalink / raw)
  To: david.kershner, gregkh, jes.sorensen, linux-kernel,
	driverdev-devel, sparmaintainer, erik.arfvidson, wadgaonkarsam

This patch series fixes an issue that was reported by Dan Carpenter, moves
the necessary include files to include/linux/visorbus and then moves the
visorbus driver from drivers/staging/unisys to drivers/visorbus.

Greg, thanks for the review of visorbus and for the assistance to get the
driver to this state.

David Kershner (1):
  drivers: visorbus: move driver out of staging

Tim Sell (1):
  staging: unisys: visorbus: address theoretical int overflows

 MAINTAINERS                                                      | 2 ++
 drivers/Kconfig                                                  | 2 ++
 drivers/Makefile                                                 | 1 +
 drivers/staging/unisys/Kconfig                                   | 1 -
 drivers/staging/unisys/Makefile                                  | 1 -
 drivers/staging/unisys/include/iochannel.h                       | 3 +--
 drivers/staging/unisys/visorhba/visorhba_main.c                  | 2 +-
 drivers/staging/unisys/visorinput/visorinput.c                   | 2 +-
 drivers/staging/unisys/visornic/visornic_main.c                  | 2 +-
 drivers/{staging/unisys => }/visorbus/Kconfig                    | 4 +++-
 drivers/{staging/unisys => }/visorbus/Makefile                   | 2 --
 drivers/{staging/unisys => }/visorbus/controlvmchannel.h         | 3 +--
 drivers/{staging/unisys => }/visorbus/vbuschannel.h              | 2 +-
 drivers/{staging/unisys => }/visorbus/visorbus_main.c            | 2 +-
 drivers/{staging/unisys => }/visorbus/visorbus_private.h         | 2 +-
 drivers/{staging/unisys => }/visorbus/visorchannel.c             | 2 +-
 drivers/{staging/unisys => }/visorbus/visorchipset.c             | 9 +++++----
 .../staging/unisys/include => include/linux/visorbus}/visorbus.h | 0
 .../unisys/include => include/linux/visorbus}/visorchannel.h     | 0
 19 files changed, 22 insertions(+), 20 deletions(-)
 rename drivers/{staging/unisys => }/visorbus/Kconfig (90%)
 rename drivers/{staging/unisys => }/visorbus/Makefile (81%)
 rename drivers/{staging/unisys => }/visorbus/controlvmchannel.h (99%)
 rename drivers/{staging/unisys => }/visorbus/vbuschannel.h (98%)
 rename drivers/{staging/unisys => }/visorbus/visorbus_main.c (99%)
 rename drivers/{staging/unisys => }/visorbus/visorbus_private.h (98%)
 rename drivers/{staging/unisys => }/visorbus/visorchannel.c (99%)
 rename drivers/{staging/unisys => }/visorbus/visorchipset.c (99%)
 rename {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h (100%)
 rename {drivers/staging/unisys/include => include/linux/visorbus}/visorchannel.h (100%)

-- 
1.9.1

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

end of thread, other threads:[~2017-11-28 14:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 17:27 [PATCH 0/2] drivers: Move visorbus from staging to drivers/visorbus David Kershner
2017-11-17 17:27 ` [PATCH 1/2] staging: unisys: visorbus: address theoretical int overflows David Kershner
2017-11-28 14:11   ` Dan Carpenter
2017-11-17 17:27 ` [PATCH 2/2] drivers: visorbus: move driver out of staging David Kershner
2017-11-17 19:17   ` Christoph Hellwig
2017-11-17 21:11     ` Kershner, David A
2017-11-18 10:26   ` Greg KH
2017-11-18 14:30     ` Kershner, David A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox