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 12FE81BF97F for ; Fri, 31 May 2019 10:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 100FB876D1 for ; Fri, 31 May 2019 10:52:39 +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 F6Ns-gENNg08 for ; Fri, 31 May 2019 10:52:37 +0000 (UTC) Received: from kadath.azazel.net (kadath.azazel.net [81.187.231.250]) by whitealder.osuosl.org (Postfix) with ESMTPS id B63BE87666 for ; Fri, 31 May 2019 10:52:37 +0000 (UTC) From: Jeremy Sowden Subject: [PATCH 0/2] staging: kpc2000: replace per-card misc devices. Date: Fri, 31 May 2019 11:52:29 +0100 Message-Id: <20190531105231.26380-1-jeremy@azazel.net> In-Reply-To: <20190531001156.GA25210@kroah.com> References: <20190531001156.GA25210@kroah.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: Linux Driver Project Developer List Cc: Greg KH , =?UTF-8?q?Simon=20Sandstr=C3=B6m?= Each card has a misc device associated with it. The devices are used to get access to various attributes of the hardware. Most of these attributes are also available via sysfs. Therefore, we make all the attributes available via sysfs and remove the devices. Jeremy Sowden (2): staging: kpc2000: export more device attributes via sysfs. staging: kpc2000: removed misc device. drivers/staging/kpc2000/kpc2000/core.c | 184 ++++++++----------------- drivers/staging/kpc2000/kpc2000/pcie.h | 2 - 2 files changed, 59 insertions(+), 127 deletions(-) -- 2.20.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel