All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: unisys: remove platform device and use acpi device.
@ 2017-02-21 17:53 David Kershner
  2017-02-21 17:53 ` [PATCH 01/12] staging: unisys: visorbus: Move kernel-doc comment to proper location David Kershner
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: David Kershner @ 2017-02-21 17:53 UTC (permalink / raw)
  To: gregkh, driverdev-devel, sparmaintainer, jes.sorensen

The visorchipset device is not really a platform device but an acpi device.
This patch series removes the creation of the platform device and uses the
acpi device as needed.

This series also cleans up some misused kernel-doc comments.

David Binder (9):
  staging: unisys: visorbus: Move kernel-doc comment to proper location
  staging: unisys: visorbus: Fix spelling mistake
  staging: unisys: visorhba: Make miscellaneous comment corrections
  staging: unisys: visorbus: visorchannel.c: Remove kernel-doc comment
  staging: unisys: visorbus: visorbus_main.c: Remove kernel-doc comments
  staging: unisys: visorbus: visorchipset.c: Remove kernel-doc comments
  staging: unisys: visorbus: vbuschannel.h: Remove kernel-doc comment
  staging: unisys: visornic: visornic_main.c: Remove kernel-doc comments
  staging: unisys: visorhba: visorhba_main.c: Remove kernel-doc comments

Sameer Wadgaonkar (3):
  staging: unisys: visorbus: added struct visorchipset_device
  staging: unisys: visorbus: remove character device interface
  staging: unisys: visorbus: remove visorchipset_platform_device

 drivers/staging/unisys/visorbus/vbuschannel.h   |   2 +-
 drivers/staging/unisys/visorbus/visorbus_main.c |  42 +-
 drivers/staging/unisys/visorbus/visorchannel.c  |  21 +-
 drivers/staging/unisys/visorbus/visorchipset.c  | 393 +++++------------
 drivers/staging/unisys/visorhba/visorhba_main.c |  71 +--
 drivers/staging/unisys/visornic/visornic_main.c |  70 +--
 6 files changed, 229 insertions(+), 370 deletions(-)

base-commit: 0a441275018b69deffd35bc22a84fd51c54d7d85
-- 
git-series 0.9.1
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2017-02-21 17:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 17:53 [PATCH 00/12] staging: unisys: remove platform device and use acpi device David Kershner
2017-02-21 17:53 ` [PATCH 01/12] staging: unisys: visorbus: Move kernel-doc comment to proper location David Kershner
2017-02-21 17:53 ` [PATCH 02/12] staging: unisys: visorbus: Fix spelling mistake David Kershner
2017-02-21 17:53 ` [PATCH 03/12] staging: unisys: visorhba: Make miscellaneous comment corrections David Kershner
2017-02-21 17:53 ` [PATCH 04/12] staging: unisys: visorbus: visorchannel.c: Remove kernel-doc comment David Kershner
2017-02-21 17:53 ` [PATCH 05/12] staging: unisys: visorbus: visorbus_main.c: Remove kernel-doc comments David Kershner
2017-02-21 17:53 ` [PATCH 06/12] staging: unisys: visorbus: visorchipset.c: " David Kershner
2017-02-21 17:53 ` [PATCH 07/12] staging: unisys: visorbus: vbuschannel.h: Remove kernel-doc comment David Kershner
2017-02-21 17:53 ` [PATCH 08/12] staging: unisys: visornic: visornic_main.c: Remove kernel-doc comments David Kershner
2017-02-21 17:53 ` [PATCH 09/12] staging: unisys: visorhba: visorhba_main.c: " David Kershner
2017-02-21 17:53 ` [PATCH 10/12] staging: unisys: visorbus: added struct visorchipset_device David Kershner
2017-02-21 17:53 ` [PATCH 11/12] staging: unisys: visorbus: remove character device interface David Kershner
2017-02-21 17:53 ` [PATCH 12/12] staging: unisys: visorbus: remove visorchipset_platform_device 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.