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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2E84DC433EF for ; Tue, 15 Mar 2022 09:39:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/UxZFNQUQZw/a7VISV4C0bo/zX+PIlGOQpgeQGdGus4=; b=Zno8HalFwcVBBD vrp8WqvMYunAe1zAa7zJNdPsc9e3aLVtZjXkSpdxK+fQguWmetlpXYw5xt19nk+RtiUzHtbWmHKzV kMZe8W2soJfbX3cjfjlWDAfqSFqlVPcPUVnQzjnYlNTYZlqIoVS0eOZEn4bbfA/6pzyk0vWADpm7P aNrqZpcDedUQLg1rXb3jCL7d6o3xqEipT6G6aYNefDhmFcqPGc1hbKeph76bz1WImN1f3vjX7iChs ZOjyrRImH+hQy5yPl7L09WYT+fPhd4rB02qE93jEjdAEaoQZsYGoUGcF9YoDkKzlyhpYAN+bx+CtM xOrSk7jpX7s0RPuPgTBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nU3dq-008Ysb-7c; Tue, 15 Mar 2022 09:38:58 +0000 Received: from relay07.th.seeweb.it ([5.144.164.168]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nU3dW-008Yh0-7k for linux-mediatek@lists.infradead.org; Tue, 15 Mar 2022 09:38:41 +0000 Received: from [192.168.1.100] (unknown [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id E49F13F71B; Tue, 15 Mar 2022 10:38:29 +0100 (CET) Message-ID: Date: Tue, 15 Mar 2022 10:38:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH V4 3/6] spi: mediatek: add ipm design support for MT7986 Content-Language: en-US To: Leilk Liu , Mark Brown Cc: Rob Herring , Matthias Brugger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20220315032411.2826-1-leilk.liu@mediatek.com> <20220315032411.2826-4-leilk.liu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220315032411.2826-4-leilk.liu@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220315_023838_503112_AE2BF16C X-CRM114-Status: UNSURE ( 8.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Il 15/03/22 04:24, Leilk Liu ha scritto: > this patch add the support of ipm design. > > Signed-off-by: Leilk Liu Reviewed-by: AngeloGioacchino Del Regno > --- > drivers/spi/spi-mt65xx.c | 102 +++++++++++++++++++++++++++++++++------ > 1 file changed, 87 insertions(+), 15 deletions(-) > _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek