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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 93E0ECA9ED3 for ; Mon, 4 Nov 2019 05:19:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 69E0A21D7D for ; Mon, 4 Nov 2019 05:19:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572844768; bh=z1gws+aSLcizSySHy0g8q4QVV6+o3IMdyc+89gN/L88=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=19C7UNS7TOPM8ya6GS4TqICV/1RFAocPMv1bAOTvgDgFV9wK5BBjoUJcaa5UF2ra5 xsakmIGmmkjho0CijBEpNQb3tuKtkEnXcHovMn8VCri4yl4idi96j4lhxc+ziyGr18 hsw5/4SO5C/LZNPJ9AwhinXOnrfz7HCGq3BhmyXc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727814AbfKDFT1 (ORCPT ); Mon, 4 Nov 2019 00:19:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:41936 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbfKDFT1 (ORCPT ); Mon, 4 Nov 2019 00:19:27 -0500 Received: from localhost (mobile-107-92-63-247.mycingular.net [107.92.63.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2CA5A2190F; Mon, 4 Nov 2019 05:19:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572844766; bh=z1gws+aSLcizSySHy0g8q4QVV6+o3IMdyc+89gN/L88=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o6SyQw9Uht7TbkA7F1G7gSbqCTWXDYac9KsDBVA4Er8NPby/KZgL97xzqsikp5oud 7o9zZDSPtDREhW9FzD8ukhbPsE+hPH7yVg7qTvw3TFi6kgNgktKQr2NQYSqyrQFYxS vuhEC1lsEnDlswIp/sqD0BtJYx9e2GHp3IwhmKwA= Date: Sun, 3 Nov 2019 23:19:25 -0600 From: Andy Gross To: Sai Prakash Ranjan Cc: Will Deacon , bjorn.andersson@linaro.org, Robin Murphy , Joerg Roedel , iommu@lists.linux-foundation.org, Stephen Boyd , Vivek Gautam , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Rajendra Nayak , linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCHv7 0/3] QCOM smmu-500 wait-for-safe handling for sdm845 Message-ID: <20191104051925.GC5299@hector.lan> Mail-Followup-To: Sai Prakash Ranjan , Will Deacon , bjorn.andersson@linaro.org, Robin Murphy , Joerg Roedel , iommu@lists.linux-foundation.org, Stephen Boyd , Vivek Gautam , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Rajendra Nayak , linux-arm-msm-owner@vger.kernel.org References: <20191101163136.GC3603@willie-the-truck> <20191101172508.GB3983@willie-the-truck> <119d4bcf5989d1aa0686fd674c6a3370@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <119d4bcf5989d1aa0686fd674c6a3370@codeaurora.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 01, 2019 at 11:01:59PM +0530, Sai Prakash Ranjan wrote: > >>> What's the plan for getting this merged? I'm not happy taking the > >>> firmware > >>> bits without Andy's ack, but I also think the SMMU changes should go via > >>> the IOMMU tree to avoid conflicts. > >>> > >>> Andy? > >>> > >> > >>Bjorn maintains QCOM stuff now if I am not wrong and he has already > >>reviewed > >>the firmware bits. So I'm hoping you could take all these through IOMMU > >>tree. > > > >Oh, I didn't realise that. Is there a MAINTAINERS update someplace? If I > >run: > > > >$ ./scripts/get_maintainer.pl -f drivers/firmware/qcom_scm-64.c > > > >in linux-next, I get: > > > >Andy Gross (maintainer:ARM/QUALCOMM SUPPORT) > >linux-arm-msm@vger.kernel.org (open list:ARM/QUALCOMM SUPPORT) > >linux-kernel@vger.kernel.org (open list) > > > > It hasn't been updated yet then. I will leave it to Bjorn or Andy to comment > on this. The rumors of my demise have been greatly exaggerated. All kidding aside, I ack'ed both. Bjorn will indeed be coming on as a co-maintener at some point. He has already done a lot of yeomans work in helping me out the past 3 months. Andy