From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 283BC1C0345 for ; Tue, 21 Feb 2017 17:54:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1840A89C36 for ; Tue, 21 Feb 2017 17:54:10 +0000 (UTC) Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83YDGOu-fuSU for ; Tue, 21 Feb 2017 17:54:06 +0000 (UTC) Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0049.outbound.protection.outlook.com [104.47.41.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 53EE989BA2 for ; Tue, 21 Feb 2017 17:54:06 +0000 (UTC) From: David Kershner Subject: [PATCH 00/12] staging: unisys: remove platform device and use acpi device. Date: Tue, 21 Feb 2017 12:53:19 -0500 Message-ID: MIME-Version: 1.0 List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: gregkh@linuxfoundation.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com, jes.sorensen@gmail.com 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