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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 6538DC43381 for ; Wed, 13 Mar 2019 06:33:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3CBBE2173C for ; Wed, 13 Mar 2019 06:33:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727057AbfCMGd5 (ORCPT ); Wed, 13 Mar 2019 02:33:57 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:4012 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726125AbfCMGd5 (ORCPT ); Wed, 13 Mar 2019 02:33:57 -0400 Date: 13 Mar 2019 15:33:55 +0900 X-IronPort-AV: E=Sophos;i="5.58,473,1544454000"; d="scan'208";a="10224309" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 13 Mar 2019 15:33:55 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3E266420BDB2; Wed, 13 Mar 2019 15:33:55 +0900 (JST) Message-ID: <87ef7bguqn.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Jiada Wang Cc: , , , , , , , , , , , , Subject: Re: [PATCH 5/5] ASoC: rsnd: dma: use extended audio dmac registers when available In-Reply-To: <87h8c7gv73.wl-kuninori.morimoto.gx@renesas.com> References: <20190313055811.26135-1-jiada_wang@mentor.com> <87h8c7gv73.wl-kuninori.morimoto.gx@renesas.com> User-Agent: Wanderlust/2.15.9 Emacs/24.5 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 Jiada > > Some of SoCs have both basic and extended dmac registers set > > basic set only supports busif0 ~ busif3, in order to use > > busif4 ~ busif7, extended audio dmac registers need to be used. > > > > This patch changes to use extended dmac registers set when it is > > available in device-tree. > > > > Signed-off-by: Jiada Wang > > --- > > 1st of all, if you want to post this kind of patch-set, > you *should* post driver side patch 1st, and if it was accepted, > you need to post SoC side patch. Then, you need to indicate > to SoC maintainer which branch/commit should be based. > Otherwise, it will 100% breaks git-bisect. Grr, orz my head was 100% broken. This time, your patch doesn't breaks git-bisect. I'm so sorry. Best regards --- Kuninori Morimoto