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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 207EFC2D0A8 for ; Mon, 28 Sep 2020 06:49:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF7E0235F7 for ; Mon, 28 Sep 2020 06:49:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725294AbgI1Gtz convert rfc822-to-8bit (ORCPT ); Mon, 28 Sep 2020 02:49:55 -0400 Received: from mail-lf1-f68.google.com ([209.85.167.68]:43582 "EHLO mail-lf1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725308AbgI1Gtz (ORCPT ); Mon, 28 Sep 2020 02:49:55 -0400 Received: by mail-lf1-f68.google.com with SMTP id y2so9781374lfy.10; Sun, 27 Sep 2020 23:49:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=0sGL25OAFSU0NyKSRPgNVNAwmqv5+p5DkVqXN1iipGQ=; b=gx9pt8PIqOctv0xrkT0a3bsf2hIF7LeZcAdGExSU0l+EHQddMdM4Lu3PaW5bUD+AFh IDGTRbpB8MFVzgXceMq3HxgEVOGW1cD4MD7c0AEuIDRVedT6alwrcDP/XHvPi+W2ZPGi O+OOqZhLkafaJ0PI5nkLsHTH4kCKExrzzmyLaZ1Z/zbzkCaqFEPjnmpEOpIJTl15E3C+ LeOtJZuMgjMGGPxUhx+NwPOUGYOFDjVHq6vK0WqZIwq/QC9S0VWMAvSHqsb3BxM8g/tx yLVfRXR4ZUPZ1zJsHnK8mTJN+e6Zxbu41DfLCf8IGm/kCkNMkyHIKxT7NMqxVE73dHBw hgpg== X-Gm-Message-State: AOAM532bjOvJjRhwdoQmGFoXn8DRGscFU3jfxm7J8Qby3v4Qac8EPPbj uvggfRyd6U92WN6BVdq13E4KTKLcefna6Q== X-Google-Smtp-Source: ABdhPJxr2KdcevdyBWBZg5qfoPKpPLappMl8Gt5cnBjrpGRpo9h80VCTMYV70kbWMLFb2I6E7jQXvg== X-Received: by 2002:a19:ac49:: with SMTP id r9mr3081451lfc.582.1601275792800; Sun, 27 Sep 2020 23:49:52 -0700 (PDT) Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com. [209.85.208.170]) by smtp.gmail.com with ESMTPSA id r15sm2710211lfn.259.2020.09.27.23.49.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 27 Sep 2020 23:49:52 -0700 (PDT) Received: by mail-lj1-f170.google.com with SMTP id u21so104178ljl.6; Sun, 27 Sep 2020 23:49:52 -0700 (PDT) X-Received: by 2002:a2e:a550:: with SMTP id e16mr4737780ljn.125.1601275792241; Sun, 27 Sep 2020 23:49:52 -0700 (PDT) MIME-Version: 1.0 References: <20200927192912.46323-1-peron.clem@gmail.com> <20200927192912.46323-8-peron.clem@gmail.com> In-Reply-To: <20200927192912.46323-8-peron.clem@gmail.com> From: Chen-Yu Tsai Date: Mon, 28 Sep 2020 14:49:40 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v5 07/20] ASoC: sun4i-i2s: Fix sun8i volatile regs To: =?UTF-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Maxime Ripard , Rob Herring , Mark Brown , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Marcus Cooper , Jernej Skrabec , Linux-ALSA , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Sep 28, 2020 at 3:29 AM Clément Péron wrote: > > The FIFO TX reg is volatile and sun8i i2s register > mapping is different from sun4i. > > Even if in this case it's doesn't create an issue, > Avoid setting some regs that are undefined in sun8i. > > Signed-off-by: Clément Péron > Acked-by: Maxime Ripard Reviewed-by: Chen-Yu Tsai