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.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 13054C4361B for ; Thu, 10 Dec 2020 15:07:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD64A23B45 for ; Thu, 10 Dec 2020 15:07:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389985AbgLJPHj (ORCPT ); Thu, 10 Dec 2020 10:07:39 -0500 Received: from mail.iot.bzh ([51.75.236.24]:62010 "EHLO mail.iot.bzh" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388784AbgLJPEs (ORCPT ); Thu, 10 Dec 2020 10:04:48 -0500 Received: from [192.168.1.26] (lfbn-ren-1-2120-93.w92-167.abo.wanadoo.fr [92.167.199.93]) by mail.iot.bzh (Postfix) with ESMTPSA id 4FAE140098; Thu, 10 Dec 2020 16:03:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iot.bzh; s=20180822; t=1607612638; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8kTFjOjwQ3NVF/D4JED5jVChYQ6McGoOhNYBQ2LZMVg=; b=KAofPOcqD8zjF9lPjxakTNvCMNpWLDu201tNqxBBOmvSB8rTkgwuH/ma8ARzl1pnDYcxGj UA4f4mF4+Y9ofSmgUVIPkgk4pevMpknN8NMw4STdeXaayZRzJxO7/2GGahNZIjLFrW0wN5 CYma4G1q0vPsViStPki6toOL5hI1HzeLFdjNpyrGlik0KqqxSU/4Y9gLwq4DPdYEy6DwWH NBT2S2etKcMBelAmuN9hGi8qzH3qsrv2RllRUa3fn9npQInrvbxJUEi8WVVdKRjXRuEJaF aEmIJkQUmSThn7mmntLHY5794QBbyMqgNBUAaq3WCW3/0srYHsMHlNOu10j29w== Subject: Re: [PATCH 0/5] clk: renesas: Add MFIS clock To: Biju Das , "linux-renesas-soc@vger.kernel.org" References: <20201210142021.163182-1-julien.massot@iot.bzh> From: Julien Massot Message-ID: <5526f9b5-59b2-492b-f541-8381894a005f@iot.bzh> Date: Thu, 10 Dec 2020 16:03:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi, On 12/10/20 3:57 PM, Biju Das wrote: > Hi Julian, > > Thanks for the patch. > >> Subject: [PATCH 0/5] clk: renesas: Add MFIS clock >> >> This series adds the missing MFIS clocks for most Reneas R-Car Gen3 SoCs. >> I have tested this series on E3, M3, and H3 based boards, I don't have >> access to D3 nor V3 boards. > > Just a question, Can you explain what test have you done with MFIS module? A basic usage I did is to store and read a byte into one of the communication register MFISARIICR / MFISAREMBR, a more complex usage is to trigger interrupts between Linux and the realtime processor, using a mailbox driver, that I didn't post yet. Regards, -- Julien Massot [IoT.bzh]