From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 503A61C0BE0 for ; Tue, 22 Dec 2015 09:54:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4CB9794D46 for ; Tue, 22 Dec 2015 09:54:18 +0000 (UTC) Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AsvI6eOTQ+kl for ; Tue, 22 Dec 2015 09:54:17 +0000 (UTC) Received: from email.microchip.com (exsmtp03.microchip.com [198.175.253.49]) by hemlock.osuosl.org (Postfix) with ESMTPS id 500D994CE6 for ; Tue, 22 Dec 2015 09:54:17 +0000 (UTC) From: Christian Gromm Subject: [PATCH 00/28] staging: most: bug-fixes and clean-up Date: Tue, 22 Dec 2015 10:52:41 +0100 Message-ID: <1450777989-5551-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