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 A122C1CEB80 for ; Tue, 4 Oct 2016 14:51:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E06F924F6 for ; Tue, 4 Oct 2016 14:51:16 +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 ljhzXlleJRjW for ; Tue, 4 Oct 2016 14:51:13 +0000 (UTC) Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0057.outbound.protection.outlook.com [104.47.32.57]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7066D926D0 for ; Tue, 4 Oct 2016 14:51:09 +0000 (UTC) From: David Kershner Subject: [PATCH 00/13] staging: unisys: Convert client_bus_info to debugfs Date: Tue, 4 Oct 2016 10:16:38 -0400 Message-ID: <1475590611-18117-1-git-send-email-david.kershner@unisys.com> 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@redhat.com Move /sys/bus/visorbus/devices/visorbus/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