Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp3059677ybz; Sun, 19 Apr 2020 16:40:45 -0700 (PDT) X-Google-Smtp-Source: APiQypLcJeHXl9CN5pVxETzTERx9FBc08kA3yMyrD0FQ/Dxyg5ofPBPo+jDrqliYZZQhsmJop5Ct X-Received: by 2002:a50:b263:: with SMTP id o90mr11478008edd.326.1587339645494; Sun, 19 Apr 2020 16:40:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587339645; cv=none; d=google.com; s=arc-20160816; b=KwFmzLc4t6uOjCFz6a8TS7wIqVBVyrEujgzxDgi7+U4G92UZzGokUntZp2ft7khU30 miNamvr1teHswo88e0Ba8wJ5yhWE99A5XZAD7gOmok9OuVTyXACgi3hFGJ6ktq+LfcVo WFev1HEJ7EBKi1KoEP56J0l/aoK1M801b/pEeinnZ895z9cWq3Y7GZAMQXLN0eonuobv TQOHJdlwf08QtSTClRQ9jH/xIPhl4w+HdXa3+tZ/meGQrNm5bKfsxUhMyYBgSr5CN9Yx 0fhGs30qxmYPsbwv31+fJxV6Y/aMXe4olMDaJcrDgBZB7ZOoCSRUfFjXL6NjZ7WvUi4+ 0HNQ== 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=/PeEeiEjNZAEqAhE0vmTR9J3kUD07GC2X8o/bmhFq0A=; b=VxNDJqXeK8+NAwVU/pkxto+BDUCcGrS1b9poL6XhptyR5KB2++yubWuVB2i19kTPwi GV/5KteJhDTKnVozwCPlLhkHWxWG16onVt5yKl6SeB0cCibmHr/qLX+fJ9NHVKYk4OFx chepiyRo3jyXCgKhq7fqGPjfztPHusmxzOGB6P3Ikwcn/35ulY/e5VX6x8175G49FNt4 WGJnbKxzQZM0YCUjFk6DgPgpDEQ1ft+yT5u7eBw/Il0KQ/W25QDTepPAsLJVzyIKoics ekv7TOdA8GRJCCQOe/98itwfYlUJ740ITp1njFYo+krHIskXU/lOiJJCYTHFNKaPMQti AyJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p16si14343686ejx.212.2020.04.19.16.39.52; Sun, 19 Apr 2020 16:40:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725991AbgDSXiL (ORCPT + 99 others); Sun, 19 Apr 2020 19:38:11 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:31111 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725834AbgDSXiK (ORCPT ); Sun, 19 Apr 2020 19:38:10 -0400 Date: 20 Apr 2020 08:38:09 +0900 X-IronPort-AV: E=Sophos;i="5.72,404,1580742000"; d="scan'208";a="45131356" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 20 Apr 2020 08:38:09 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6E81B40062CC; Mon, 20 Apr 2020 08:38:09 +0900 (JST) Message-ID: <87pnc3t5b2.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Matthias Blankertz Cc: Mark Brown , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH 0/2] ASoC: rsnd: multi-SSI setup fixes In-Reply-To: <20200417153017.1744454-1-matthias.blankertz@cetitec.com> References: <20200417153017.1744454-1-matthias.blankertz@cetitec.com> User-Agent: Wanderlust/2.15.9 Emacs/25.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") 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 Hi Matthias > Fix rsnd_dai_call() operations being performed twice for the master SSI > in multi-SSI setups, and fix the rsnd_ssi_stop operation for multi-SSI > setups. > The only visible effect of these issues was some "status check failed" > spam when the rsnd_ssi_stop was called, but overall the code is cleaner > now, and some questionable writes to the SSICR register which did not > lead to any observable misbehaviour but were contrary to the datasheet > are fixed. > > Mark: > The first patch kind of reverts my "ASoC: rsnd: Fix parent SSI > start/stop in multi-SSI mode" from a few days ago and achieves the same > effect in a simpler fashion, if you would prefer a clean patch series > based on v5.6 drop me a note. Nice catch ! For all patches Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto