Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp2047377ybg; Fri, 5 Jun 2020 04:21:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzCu8uIqXOhOw3E0jAwJ3Yesdulirp+Q/IH4fU9pNFugGVM19zLFD3nbscB62L6OoosUEV/ X-Received: by 2002:a17:906:1149:: with SMTP id i9mr8649511eja.100.1591356077181; Fri, 05 Jun 2020 04:21:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591356077; cv=none; d=google.com; s=arc-20160816; b=oMRqCoB9Pgm+HA6XPp0DODbH8IcnREfF+G+Rh6b3X66xcsxyTKfLmwPc2Rg4tJCoAr yOn3SWnKg96nvVuEh8sg0i1xxemzmAEZat1xHzGHd2krgPb+wx6x9Dct2dwh4H/okQcX if0e5tDQlEpy0MjQEctyUaioQ++VA6gvcKYo18yHr2RtUqdRxHNKzewYIG83KP0Hgwj4 seJdcGv1YtTGffzjwdpT/AnpJEP1zZImqMrqYkYPclGf7UoBhAXWQKZk9sbGRtJQ22gl /XEvWfXo2yAbgZ9ipMAoDBGzHs02otdGGk3Zs8U6kfEinkhatig1mo0GAcXtmP8hgtZ0 7hRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=A0GiKG4IPOFrTaoV0gYp4AbOZwN7D5lwqFTh1PpcO4U=; b=QNV4Bt7GmL+fVNICILxa5Amzj+JTnWizaqtc4FxUMaMzarkIJttRUq16L+9nAbZ656 bcLAGGCzjbVRbFIuF6O/OMtZBOJHgsiXV16Mce5Hp+3rE7sUEwHwTFsrTdoZu83XGt5/ gKEGk4xlDCU1QvUMWZ2kaA+2aG3ak64/L7qL/Juavw3PpaJ8aCqeFxtJDS1kub5hqqHp LxJJYYlk+stJ25QIKPBSp7nFsQ6TF1xzDnvO+yixOzmjOgLOrLTYL4v+zobFhE0OrWgx t5dfiPhp/3PBE5JJtBTO4lvU3mmb6oeBE52EZ3VociCM1CK66eVa5Fbgx1bsYAPNhXx4 JNkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-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 h18si3561568eja.48.2020.06.05.04.20.53; Fri, 05 Jun 2020 04:21:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-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-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726302AbgFELSb (ORCPT + 99 others); Fri, 5 Jun 2020 07:18:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725997AbgFELSb (ORCPT ); Fri, 5 Jun 2020 07:18:31 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68E85C08C5C2 for ; Fri, 5 Jun 2020 04:18:31 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jhAMn-0002kz-IJ; Fri, 05 Jun 2020 13:18:29 +0200 Date: Fri, 5 Jun 2020 13:18:29 +0200 From: Sebastian Andrzej Siewior To: yhchuang@realtek.com Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org, tehuang@realtek.com Subject: Re: [PATCH v3 0/7] rtw88: 8821c: add basic function routines Message-ID: <20200605111829.pf6hmgmkfjqfl5gm@linutronix.de> References: <20200603093804.19779-1-yhchuang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200603093804.19779-1-yhchuang@realtek.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2020-06-03 17:37:57 [+0800], yhchuang@realtek.com wrote: > v1 -> v2 > * rebase on top of tree > > v2 -> v3 > * fix some wordings > * give register definition possible Reviewed-by: Sebastian Andrzej Siewior Sebastian