From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C8BF21BF29A for ; Thu, 16 May 2019 21:38:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C3F53228E2 for ; Thu, 16 May 2019 21:38:16 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IQLd-vpPn5Vw for ; Thu, 16 May 2019 21:38:16 +0000 (UTC) Received: from kadath.azazel.net (kadath.azazel.net [81.187.231.250]) by silver.osuosl.org (Postfix) with ESMTPS id 2524A21553 for ; Thu, 16 May 2019 21:38:16 +0000 (UTC) From: Jeremy Sowden Subject: [PATCH v2 0/9] staging: kpc2000: another batch of fixes Date: Thu, 16 May 2019 22:38:05 +0100 Message-Id: <20190516213814.22232-1-jeremy@azazel.net> In-Reply-To: <20190516200411.17715-1-jeremy@azazel.net> References: <20190516200411.17715-1-jeremy@azazel.net> 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 These apply on top of the ones I sent earlier this week, which are currently in the staging-test branch. There's one white-space patch, a number relating to device attributes and one that fixes a race affecting the assignment of card numbers. Jeremy Sowden (9): staging: kpc2000: removed trailing white-space. staging: kpc2000: add separate show functions for kpc_uio_class device attributes and defined them as read-only. staging: kpc2000: declare all kpc_uio_class device attributes as static. staging: kpc2000: removed two kpc_uio_class device attributes. staging: kpc2000: use atomic_t to assign card numbers. staging: kpc2000: simplified kp2000_device retrieval in device attributes call-backs. staging: kpc2000: formatting fixes for kp device attributes. staging: kpc2000: add separate show functions for readable kp device attributes, and defined them as read-only. staging: kpc2000: declare all kp device attributes as static. drivers/staging/kpc2000/TODO | 1 - drivers/staging/kpc2000/kpc2000/cell_probe.c | 184 +++++++------ drivers/staging/kpc2000/kpc2000/core.c | 255 +++++++++++-------- drivers/staging/kpc2000/kpc2000/fileops.c | 2 +- drivers/staging/kpc2000/kpc2000/pcie.h | 10 +- 5 files changed, 254 insertions(+), 198 deletions(-) Since v1: * merged the DEVICE_ATTR_RO patches with the ones that split up the show call-backs; * converted the show call-backs to use sprintf, instead of scnprintf. -- 2.20.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel