Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2515087imm; Mon, 10 Sep 2018 02:17:53 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb9MuT5xorJdPE6PQr5SHXlP4kA9PguqZKqeOVmVQk92Y60NHQp939B8ZYDzgLU7Suh8hmN X-Received: by 2002:a62:c699:: with SMTP id x25-v6mr22725088pfk.16.1536571073649; Mon, 10 Sep 2018 02:17:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536571073; cv=none; d=google.com; s=arc-20160816; b=04BTstIsdW7mSh/QntmFGrjyAHJx/W+PhqBXSjjP7xl2GsQ3XOG9DJPyJ5tuEWMKiu /8+5cUCh3F9vdsN8DVkj780Vx0jb2bgyNbZv7/QTljmJN3R1y455FUIDW88gxbvOKkfg xbfd1d8L4f6aeosRNiXMikcJS0EfdlwenhN/IUU8z70o7w6NtoMZO5pBYODg81T54i6+ /VQQ8Go6+SastuLtAR7fgbxiryPgRzuYF9l9DdXyjTM0hVr59QC5CBkDFSjycZe2PlO6 pShPbAJaqOz1W4LFYLztf7QuD4w7woBJebJeprukn4D/76F8Wfibz5Ium222+7EO6WE2 YwSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date; bh=lr1EEDheKZBCh9+H1a+nw0490YcImEXl/FJ2vsoYSXA=; b=vT1IhTmyQ6IMdNyUVlkYinRoTzUJ+pv4UrP2Sbkcv/vJRmCJQOgR5NDJTqZnOilzf1 VyqK+oywpU6m9gvKJzaU9G5mGtG0Rp7nSmJbzZ/OGRGZOqaTsiZY18XPPlA56mQq5gaJ qvD3jYbKLxknb+11mZvX6zWiiUcqj4fhYbaHL59RdiEvKwrQuOQ86qYpB1RBcg+zMU4A jT3ZXkAesQ7tE8hymdHNYzU3Leb8gobIJkjZFcuvkoeWszTERKSQTehv5iEkmzTxWFC1 adZe+rRhQ6K19mB4n8V/nft96djox7FSOkjXD1Xa/HQfe8dNwkMtAmxbaYPILGJUdDfA 4UEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bc5-v6si14872181plb.278.2018.09.10.02.17.38; Mon, 10 Sep 2018 02:17:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727850AbeIJOJN (ORCPT + 99 others); Mon, 10 Sep 2018 10:09:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:38306 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726081AbeIJOJN (ORCPT ); Mon, 10 Sep 2018 10:09:13 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 808BAAEFC; Mon, 10 Sep 2018 09:16:07 +0000 (UTC) Date: Mon, 10 Sep 2018 11:16:07 +0200 Message-ID: From: Takashi Iwai To: Greg Kroah-Hartman Cc: Stefan Wahren , Eric Anholt , linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/29] staging: bcm2835-audio: Cleanups and fixes In-Reply-To: <20180910091236.GB21533@kroah.com> References: <20180904155858.8001-1-tiwai@suse.de> <2050605805.39126.1536412690563@email.1und1.de> <20180910091236.GB21533@kroah.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/26 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Sep 2018 11:12:36 +0200, Greg Kroah-Hartman wrote: > > On Sat, Sep 08, 2018 at 06:21:55PM +0200, Takashi Iwai wrote: > > On Sat, 08 Sep 2018 15:18:10 +0200, > > Stefan Wahren wrote: > > > > > > Hi Takashi, > > > > > > > Takashi Iwai hat am 4. September 2018 um 17:58 geschrieben: > > > > > > > > > > > > Hi, > > > > > > > > since I had an opportunity to play with RPi3B+ recently, I took a look > > > > at the existing bcm2835-audio driver code and was amused very much :) > > > > > > > > So here is the result, a cleanup and fix patch series. > > > > > > > > Most of the patches are trivial cleanups, just brushing up, removing > > > > many redundant and buggy codes, as well as code simplifications. > > > > > > > > A big functional change is that now it uses non-atomic PCM ops, so > > > > that we can kill the ugly workqueue usages. Also, the resource > > > > management was simplified. > > > > > > first of all, thank you very much for this series. > > > > > > Eric has no time as maintainer, so i will try to give you some feedback (beware of very little audio driver knowledge). > > > > > > I functionally tested your patch series on a Raspberry Pi 1 B (bcm2835_defconfig), so this whole series is at least: > > > > > > Tested-by: Stefan Wahren > > > > OK, thanks, I'll put to my series in case of resubmission. > > Meanwhile I'll keep the series in topic/vc04 branch of sound.git > > tree. > > I'll just take this through my tree now, so there aren't merge issues if > there happens to be other cleanups to the driver that show up in the > near future. OK, thanks! Takashi