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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 7A690C55178 for ; Thu, 5 Nov 2020 19:04:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17C3F2087D for ; Thu, 5 Nov 2020 19:04:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604603075; bh=rLF3a7vXkXT6VY1vh/3QFnBoKyjmSD+C5GvpheuXW5s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2ZWw6rYxMbraCSDqatV/tETwNewsahxe6cPcG9MHYeHBhh2DVXCvpxrkiR0WqICXQ usnnZ7Y2LGrhBg5tpJUAsQ4KnZFxgaVjoKObjKSXnj159C4f9XLQQHTFuuvZsjIoXQ BCsYUz/0QTVUnHT/8TCtxwc2Lt0i9W4sSHf1FL9M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731860AbgKETEe (ORCPT ); Thu, 5 Nov 2020 14:04:34 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:35017 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727275AbgKETEe (ORCPT ); Thu, 5 Nov 2020 14:04:34 -0500 Received: by mail-ed1-f67.google.com with SMTP id ay21so2688231edb.2; Thu, 05 Nov 2020 11:04:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=zqyCE8j+KUun/fJoeSvUEUCu9rjigk9T/yqFJYAG6HE=; b=ub1ZiXtD1v3VIAO3+G/JKURaAw/wLa5IPU67+hKYGZ20g3XLPLBvxOkYb/hWsSQYRY I4ZEpiNg53dyjqFpk3DFiYVsoZwTZwssJK7SxfLLqBLpZQQYTeWZ8IOBI67gkKz1HXJS WGIizfo/zj99WHdx3JWj2tZFlWueuoWNb3Bsh5Y79Nurxre9d6g3Bl41SkOAnoVQAnpq e/qPjlC7VFckmvYD+WtIZh47hRVA9ZmsBAJdRSLQVQyokshKaGBV3nFd+uFsryYSzC/w uiAU4SBxr221Sh1Ag0EPIt11f8Bv1KB8GYG4HIpujUZizss/3g0TaS/sta07vGsIW8Ho V+lQ== X-Gm-Message-State: AOAM531ztJn+PAyTG89N8VW6pSiBVaEHrJHgxkh5mmdzRtuOAKw+uAV1 s629gzwp9SKsMj1AGSVtwA0= X-Google-Smtp-Source: ABdhPJz1Vs7KZFfoAlojBxrrmYqF0uUmNwhflz1BNcxZt0QGdXEDkjrc6x/XVjVsJtmzvIn+5lPqDw== X-Received: by 2002:aa7:cb58:: with SMTP id w24mr4093038edt.35.1604603072260; Thu, 05 Nov 2020 11:04:32 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k23sm1490058ejo.108.2020.11.05.11.04.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Nov 2020 11:04:31 -0800 (PST) Date: Thu, 5 Nov 2020 20:04:29 +0100 From: Krzysztof Kozlowski To: Yong Wu Cc: Matthias Brugger , Rob Herring , Joerg Roedel , Robin Murphy , Will Deacon , Tomasz Figa , linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, youlin.pei@mediatek.com, Nicolas Boichat , anan.sun@mediatek.com, ming-fan.chen@mediatek.com Subject: Re: [PATCH v5 3/3] memory: mtk-smi: Add mt8192 support Message-ID: <20201105190429.GC217610@kozik-lap> References: <20201103054200.21386-1-yong.wu@mediatek.com> <20201103054200.21386-4-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201103054200.21386-4-yong.wu@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 03, 2020 at 01:42:00PM +0800, Yong Wu wrote: > Add mt8192 smi support. > > Signed-off-by: Yong Wu > --- > drivers/memory/mtk-smi.c | 19 +++++++++++++++++++ Thanks, applied. Best regards, Krzysztof 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=-7.0 required=3.0 tests=BAYES_00,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 5C95EC4741F for ; Thu, 5 Nov 2020 19:04:38 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6BB92083B for ; Thu, 5 Nov 2020 19:04:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6BB92083B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1A1F18584A; Thu, 5 Nov 2020 19:04:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bVWSi9lOEr_t; Thu, 5 Nov 2020 19:04:36 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 926E28575E; Thu, 5 Nov 2020 19:04:36 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 83F7FC0893; Thu, 5 Nov 2020 19:04:36 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id A355AC0889 for ; Thu, 5 Nov 2020 19:04:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8FC1786687 for ; Thu, 5 Nov 2020 19:04:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GSsFYW6PAI9M for ; Thu, 5 Nov 2020 19:04:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by whitealder.osuosl.org (Postfix) with ESMTPS id BD0E086663 for ; Thu, 5 Nov 2020 19:04:33 +0000 (UTC) Received: by mail-ed1-f67.google.com with SMTP id o20so2686477eds.3 for ; Thu, 05 Nov 2020 11:04:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=zqyCE8j+KUun/fJoeSvUEUCu9rjigk9T/yqFJYAG6HE=; b=sUHCjB2mGTLyKbE6wdn/XJ9eDMa/HdrPMlDDs4vSJbNTHtnf+vZGxVEkWCMKQOEhjZ X1gJwlrUgpJX5txdFZY5RljA08mnuCNnEvvDGhsIOuk+CExEN0hsX7kFft10fwrsLrs8 TKzLbPR3DyRRrIdtwMtgoPW1JOPeen0Ht8apeCAgu8K13N4MyxrPQv2dGL8WBBVt7xZG 4X+jYL3ys3YGEcLDGDYKyoFunStqkrRCyf0Gwnk0Nae6gpk5Um/1H9n4UHOnlMdyC5vf 8XNq8lxuwGFkLH1G6+zXec93lKss56XvavLN5+v4Qvr+O/2N1vjDt5+z34c734Y1F9jt RalA== X-Gm-Message-State: AOAM533ZCXK57S0bU4eLsZzY/Za2rLGwd21WCcR8MsMzu6xP7veeSgM9 FsOiBhc9jcYZuZUZFq4eD8Y= X-Google-Smtp-Source: ABdhPJz1Vs7KZFfoAlojBxrrmYqF0uUmNwhflz1BNcxZt0QGdXEDkjrc6x/XVjVsJtmzvIn+5lPqDw== X-Received: by 2002:aa7:cb58:: with SMTP id w24mr4093038edt.35.1604603072260; Thu, 05 Nov 2020 11:04:32 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k23sm1490058ejo.108.2020.11.05.11.04.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Nov 2020 11:04:31 -0800 (PST) Date: Thu, 5 Nov 2020 20:04:29 +0100 From: Krzysztof Kozlowski To: Yong Wu Subject: Re: [PATCH v5 3/3] memory: mtk-smi: Add mt8192 support Message-ID: <20201105190429.GC217610@kozik-lap> References: <20201103054200.21386-1-yong.wu@mediatek.com> <20201103054200.21386-4-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201103054200.21386-4-yong.wu@mediatek.com> Cc: youlin.pei@mediatek.com, devicetree@vger.kernel.org, Nicolas Boichat , srv_heupstream@mediatek.com, Robin Murphy , linux-kernel@vger.kernel.org, Tomasz Figa , iommu@lists.linux-foundation.org, Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , ming-fan.chen@mediatek.com, anan.sun@mediatek.com, Will Deacon , linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Tue, Nov 03, 2020 at 01:42:00PM +0800, Yong Wu wrote: > Add mt8192 smi support. > > Signed-off-by: Yong Wu > --- > drivers/memory/mtk-smi.c | 19 +++++++++++++++++++ Thanks, applied. Best regards, Krzysztof _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 0C05EC4741F for ; Thu, 5 Nov 2020 19:04:45 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 81F73206F4 for ; Thu, 5 Nov 2020 19:04:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eqC5OlPr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81F73206F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=wHn8p8mjYYSAm1Tk0hOfdZlti8uf3C5+cSWXOwHlZ/I=; b=eqC5OlPrvHANND+ywZ3xhnPFc aKJP0CCW/+BE1vDHRZEyY5t9a6AFhFqUMk+xZzFGfGt4nVVqSDi+rFN9G8Qe2hLDhBBcyBCvd+D31 Lqbe0Uwp7PWQiDYGQoYfyctwxaHFGY5PaFvqTG9DkTsknZ9SpTgzJSIhERSzO5vl8+Louu0mcFZO/ 6aEvll3pjcC+uddBoU/e28dIjWxUT5vdsfRT2SYZob4CdrAZvIxo9Lov8JTB1ZJO3SJD8OJeJu9rw Bx/4xOohQhYAk9nlzMAim8dbCXcDvyiH+9M73Sw7Sb2IbGDKI7cXtecQvWLKTVcxwEvOjuljq0E6v eW5jFzmwg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakYm-000499-EH; Thu, 05 Nov 2020 19:04:36 +0000 Received: from mail-ed1-f65.google.com ([209.85.208.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakYj-00047x-PF; Thu, 05 Nov 2020 19:04:34 +0000 Received: by mail-ed1-f65.google.com with SMTP id p93so2671121edd.7; Thu, 05 Nov 2020 11:04:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=zqyCE8j+KUun/fJoeSvUEUCu9rjigk9T/yqFJYAG6HE=; b=t9S+OyCsAGXsFjPLYCAFJ/tjYpvMKn/28ckRr1up8IWGdl3Ro2mN+TxSuxiPmpDYUY 0TlpwGBxqH7mpKa3kbO031XQXQllF4fVrT7Lr8EBqCUZPmr8osCBQWoo7hrKX2oCwZHP BFOvaRXnqTzUPYbm4Tsyz/tzLJdiOZuQUcQe9jqpY4j7v3fbi7LxDBwuxKGHmAGuwT6H r5OCUsKK9yBa8IVuD9veRJPhL+YliKiFoPFUiXfiXXTF5VOVnOU0OZmRX3RBxKYoYGJO cYEG0ZcRISDGFZ5YCaLd2OcU9DlUbAolHmgSihMMnHo5eCdvbtntXmHXxyaNkyy2LRwE Gdvw== X-Gm-Message-State: AOAM5316NkdjqsHFMV3j38ip5jMAWDyhNtg6ftpEHGGiDb8T835d3W0A ixg6Amcl1sq7+7ZhNK3MY3Q= X-Google-Smtp-Source: ABdhPJz1Vs7KZFfoAlojBxrrmYqF0uUmNwhflz1BNcxZt0QGdXEDkjrc6x/XVjVsJtmzvIn+5lPqDw== X-Received: by 2002:aa7:cb58:: with SMTP id w24mr4093038edt.35.1604603072260; Thu, 05 Nov 2020 11:04:32 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k23sm1490058ejo.108.2020.11.05.11.04.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Nov 2020 11:04:31 -0800 (PST) Date: Thu, 5 Nov 2020 20:04:29 +0100 From: Krzysztof Kozlowski To: Yong Wu Subject: Re: [PATCH v5 3/3] memory: mtk-smi: Add mt8192 support Message-ID: <20201105190429.GC217610@kozik-lap> References: <20201103054200.21386-1-yong.wu@mediatek.com> <20201103054200.21386-4-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201103054200.21386-4-yong.wu@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201105_140433_831815_EB751E54 X-CRM114-Status: GOOD ( 10.75 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: youlin.pei@mediatek.com, devicetree@vger.kernel.org, Nicolas Boichat , srv_heupstream@mediatek.com, Robin Murphy , Joerg Roedel , linux-kernel@vger.kernel.org, Tomasz Figa , iommu@lists.linux-foundation.org, Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , ming-fan.chen@mediatek.com, anan.sun@mediatek.com, Will Deacon , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, Nov 03, 2020 at 01:42:00PM +0800, Yong Wu wrote: > Add mt8192 smi support. > > Signed-off-by: Yong Wu > --- > drivers/memory/mtk-smi.c | 19 +++++++++++++++++++ Thanks, applied. Best regards, Krzysztof _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 837F8C388F7 for ; Thu, 5 Nov 2020 19:05:06 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0EE75206F4 for ; Thu, 5 Nov 2020 19:05:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dezoTkA5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0EE75206F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6/xpeL//VRHjWRNYH1AVHoB8VUlCmVF+QwrWowtrUYw=; b=dezoTkA51xXGxxe6iYh5Ttgt5 081UrUwpmCVIDvkZq+8n+jkU58rESQPbIUMOzAYeAwThpiJ/VRJxa0H/UPwGvROeiCEVLfRcJFM8y tcJog4soBmHKQmG48K6+d1FdQ0IbxF39eqfJ8Hmzd3I/7OWeWZ/mEaX1tjCnZWkznV0G9Ard76xiW VNe6wQ/WzM4ZprnKMUAObxr9Oz83wjf+zsuvJ+gYTNfW7ph610Ue16h+IdH9yqfsxW6QoJXzFWUQa R4uXD1rKWtHQ3a2pSMCjfmQhFTsAwUzFST2w9O2r8gJ7v5Ne2ap8qPU0UguthAGTzY0eF+xzle0cE Vhhew5mEA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakYn-00049P-Ro; Thu, 05 Nov 2020 19:04:37 +0000 Received: from mail-ed1-f65.google.com ([209.85.208.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kakYj-00047x-PF; Thu, 05 Nov 2020 19:04:34 +0000 Received: by mail-ed1-f65.google.com with SMTP id p93so2671121edd.7; Thu, 05 Nov 2020 11:04:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=zqyCE8j+KUun/fJoeSvUEUCu9rjigk9T/yqFJYAG6HE=; b=t9S+OyCsAGXsFjPLYCAFJ/tjYpvMKn/28ckRr1up8IWGdl3Ro2mN+TxSuxiPmpDYUY 0TlpwGBxqH7mpKa3kbO031XQXQllF4fVrT7Lr8EBqCUZPmr8osCBQWoo7hrKX2oCwZHP BFOvaRXnqTzUPYbm4Tsyz/tzLJdiOZuQUcQe9jqpY4j7v3fbi7LxDBwuxKGHmAGuwT6H r5OCUsKK9yBa8IVuD9veRJPhL+YliKiFoPFUiXfiXXTF5VOVnOU0OZmRX3RBxKYoYGJO cYEG0ZcRISDGFZ5YCaLd2OcU9DlUbAolHmgSihMMnHo5eCdvbtntXmHXxyaNkyy2LRwE Gdvw== X-Gm-Message-State: AOAM5316NkdjqsHFMV3j38ip5jMAWDyhNtg6ftpEHGGiDb8T835d3W0A ixg6Amcl1sq7+7ZhNK3MY3Q= X-Google-Smtp-Source: ABdhPJz1Vs7KZFfoAlojBxrrmYqF0uUmNwhflz1BNcxZt0QGdXEDkjrc6x/XVjVsJtmzvIn+5lPqDw== X-Received: by 2002:aa7:cb58:: with SMTP id w24mr4093038edt.35.1604603072260; Thu, 05 Nov 2020 11:04:32 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id k23sm1490058ejo.108.2020.11.05.11.04.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Nov 2020 11:04:31 -0800 (PST) Date: Thu, 5 Nov 2020 20:04:29 +0100 From: Krzysztof Kozlowski To: Yong Wu Subject: Re: [PATCH v5 3/3] memory: mtk-smi: Add mt8192 support Message-ID: <20201105190429.GC217610@kozik-lap> References: <20201103054200.21386-1-yong.wu@mediatek.com> <20201103054200.21386-4-yong.wu@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201103054200.21386-4-yong.wu@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201105_140433_831815_EB751E54 X-CRM114-Status: GOOD ( 10.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: youlin.pei@mediatek.com, devicetree@vger.kernel.org, Nicolas Boichat , srv_heupstream@mediatek.com, Robin Murphy , Joerg Roedel , linux-kernel@vger.kernel.org, Tomasz Figa , iommu@lists.linux-foundation.org, Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , ming-fan.chen@mediatek.com, anan.sun@mediatek.com, Will Deacon , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 03, 2020 at 01:42:00PM +0800, Yong Wu wrote: > Add mt8192 smi support. > > Signed-off-by: Yong Wu > --- > drivers/memory/mtk-smi.c | 19 +++++++++++++++++++ Thanks, applied. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel