From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E223C433C1 for ; Tue, 23 Mar 2021 09:04:24 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DE3B6619B1 for ; Tue, 23 Mar 2021 09:04:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DE3B6619B1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A46404036D; Tue, 23 Mar 2021 09:04:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7_XKtVYngd0k; Tue, 23 Mar 2021 09:04:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 8671B4037E; Tue, 23 Mar 2021 09:04:22 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D00461BF319 for ; Tue, 23 Mar 2021 09:04:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id BEEC54037E for ; Tue, 23 Mar 2021 09:04:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n0qfvUzY248w for ; Tue, 23 Mar 2021 09:04:20 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp2.osuosl.org (Postfix) with ESMTPS id 3B8974036D for ; Tue, 23 Mar 2021 09:04:20 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 99E8361879; Tue, 23 Mar 2021 09:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616490258; bh=EUl/v0iffJBU2WtPHHnlxTZrCzvNxJZP1g5ojT/BG8c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S10jimcRP8IHCkeX7z2kd73vhXg11unBK+dF/c68f2POE2Ofippr4Q1UGeSVABffn /T5xqJ5AlmFghW9rdLAbVQiKmCQz/FIQhRBLgWY3C2WlYJ+iNA8p1sjP2eLvrmzzDr SIZOJOMe+4MOsp4hT6R7R3pgtO0Fn2OKLiy/dNhI= Date: Tue, 23 Mar 2021 10:04:15 +0100 From: Greg KH To: Christian Gromm Subject: Re: [PATCH v3] drivers: most: add ALSA sound driver Message-ID: References: <1612865627-29950-1-git-send-email-christian.gromm@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1612865627-29950-1-git-send-email-christian.gromm@microchip.com> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: driverdev-devel@linuxdriverproject.org, linux-sound@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Tue, Feb 09, 2021 at 11:13:47AM +0100, Christian Gromm wrote: > This patch moves the ALSA sound driver out of the staging area and adds it > to the stable part of the MOST driver. Modifications to the Makefiles and > Kconfigs are done accordingly to not break the build. > > Signed-off-by: Christian Gromm > --- > v2: > Reported-by: Greg Kroah-Hartman > > submitted patch that fixes issue found during code audit > to staging version first to be able to resend single patch that > adds the driver. The patch series included: > > - use swabXX functions of kernel > > v3: > Reported-by: Dan Carpenter > > - use non-safe list iteration > - add sanity check for function argument Given a lack of complaints about this, I've now queued this up in my staging tree for the next -rc1 merge window, thanks! greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel