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 A9DEE1C0FC3 for ; Wed, 18 Nov 2015 12:44:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A395A86CC7 for ; Wed, 18 Nov 2015 12:44:29 +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 N+z5ws1QLYAG for ; Wed, 18 Nov 2015 12:44:28 +0000 (UTC) Received: from email.microchip.com (exsmtp01.microchip.com [198.175.253.37]) by whitealder.osuosl.org (Postfix) with ESMTPS id 943C086C97 for ; Wed, 18 Nov 2015 12:44:28 +0000 (UTC) From: Christian Gromm Subject: [PATCH 00/28] staging: most: bug-fixes and clean-up Date: Wed, 18 Nov 2015 13:43:24 +0100 Message-ID: <1447850632-16782-1-git-send-email-christian.gromm@microchip.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 Cc: Christian Gromm , driverdev-devel@linuxdriverproject.org This patchset is needed to have open issues of the MOST driver fixed and the code cleaned up. Christian Gromm (28): staging: most: remove unnecessary keep_mbo variable staging: most: rename variables staging: most: simplify expression staging: most: unify types staging: most: use min_t staging: most: fix mbo leak staging: most: fix tracking of MBO offset staging: most: use readl and writel functions staging: most: remove function destroy_most_c_obj staging: most: add missing call to ida_simple_remove staging: most: move call to disconnect_channel callback staging: most: move initialization of pointer staging: most: move mutex staging: most: move channel disconnect to function most_deregister_interface staging: most: remove tainted flag staging: most: remove reference counter staging: most: remove code to destroy channel staging: most: remove redundant mutexes staging: most: remove redundant call to wake_up_interruptible staging: most: encapsulate shared code staging: most: fix retrieval of buffer availability staging: most: rename variable channel staging: most: fix race conditions staging: most: change type of access_ref staging: most: remove stacked_mbo staging: most: rearrange function aim_write staging: most: add statistics for dropped packets staging: most: remove 2nd forward declaration of struct most_aim drivers/staging/most/aim-cdev/cdev.c | 362 ++++++++++++------------- drivers/staging/most/aim-network/networking.c | 11 +- drivers/staging/most/hdm-dim2/dim2_hdm.c | 4 +- drivers/staging/most/mostcore/core.c | 125 ++------- drivers/staging/most/mostcore/mostcore.h | 3 +- 5 files changed, 218 insertions(+), 287 deletions(-) -- 1.7.9.5 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel