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=-16.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 73E8CC433EF for ; Fri, 3 Sep 2021 14:10:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A61E60EE3 for ; Fri, 3 Sep 2021 14:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349347AbhICOLf (ORCPT ); Fri, 3 Sep 2021 10:11:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348889AbhICOLd (ORCPT ); Fri, 3 Sep 2021 10:11:33 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7AF1C061757 for ; Fri, 3 Sep 2021 07:10:33 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 70D2F1F44ED9 Subject: Re: [PATCH v3 6/7] soc: mediatek: mmsys: Add reset controller support To: Chun-Kuang Hu , Philipp Zabel Cc: linux-kernel , "Nancy.Lin" , Matthias Brugger , Hsin-Yi Wang , "moderated list:ARM/Mediatek SoC support" , Jitao Shi , Eizan Miyamoto , Nicolas Boichat , Collabora Kernel ML , Linux ARM References: <20210825102632.601614-1-enric.balletbo@collabora.com> <20210825122613.v3.6.I15e2419141a69b2e5c7e700c34d92a69df47e04d@changeid> From: Enric Balletbo i Serra Message-ID: Date: Fri, 3 Sep 2021 16:10:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Nancy, (again in plain text, sorry for the noise) On 26/8/21 2:33, Chun-Kuang Hu wrote: > Philipp Zabel 於 2021年8月25日 週三 下午6:46寫道: >> >> On Wed, 2021-08-25 at 12:26 +0200, Enric Balletbo i Serra wrote: >>> Among other features the mmsys driver should implement a reset >>> controller to be able to reset different bits from their space. >>> >>> Cc: Jitao Shi >>> Suggested-by: Chun-Kuang Hu >>> Signed-off-by: Enric Balletbo i Serra >>> Reviewed-by: Philipp Zabel >>> --- >>> >>> (no changes since v1) >>> >>> drivers/soc/mediatek/mtk-mmsys.c | 69 ++++++++++++++++++++++++++++++++ >>> drivers/soc/mediatek/mtk-mmsys.h | 2 + >> >> Cc: Nancy - this patch clashes with [1], please coordinate. >> >> [1] https://lore.kernel.org/linux-arm-kernel/20210825100531.5653-11-nancy.lin@mediatek.com/ > > Enric's series is all reviewed or acked, so I think Nancy's series > should base on Enric's series. > Is it fine with you to base you patches on top of this patchset? Thanks, Enric > Regards, > Chun-Kuang. > >> >> regards >> Philipp >