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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 055EEC77B61 for ; Thu, 13 Apr 2023 10:16:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230064AbjDMKQK (ORCPT ); Thu, 13 Apr 2023 06:16:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230260AbjDMKPo (ORCPT ); Thu, 13 Apr 2023 06:15:44 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E70F2A268; Thu, 13 Apr 2023 03:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681380927; x=1712916927; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=tutThUfJ4Tf8gx0JF/9tixyB5xXnZ9PzWxT0W+scGco=; b=A5Md89pdlRfSumpMj6SLd8uxCUXeHOjBbsTixeRNa6Mx28wX1VaNPQgD VFgU4iH+hE8W/OoEWpC+yeKALKIenICTtumu1G24TqTa2sQr+8aUuB/bF Spqtk0JlNObXb3gnno3VUZa5LcOI5Gps1k0Y7U9tK6U2ypyBBRhc8gM6f RdOBv+JT7h4SKaDsrXwnrjfO9RMHdD7DAUuqOq0cDGHbITn+kyU5Lvyhs fL1P8ZhRj30IZC9IKCbCpFGKXUpBgtSYcW7IFD6xXJZZpufD9/xLNZLOO PpnshsbHyx0sl4HvKCGC1yhzWRYBHlLKD7lseu9hkspyzXUydKVtq4nEv w==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="346828428" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="346828428" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 03:15:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="721997301" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="721997301" Received: from jlawryno-mobl.ger.corp.intel.com (HELO [10.249.133.150]) ([10.249.133.150]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 03:15:22 -0700 Message-ID: Date: Thu, 13 Apr 2023 12:15:20 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH] Revert "accel/qaic: Add mhi_qaic_cntl" To: Stanislaw Gruszka , Jeffrey Hugo , sfr@canb.auug.org.au, mani@kernel.org, greg@kroah.com, ogabbay@kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, quic_pkanojiy@quicinc.com, linux-next@vger.kernel.org, airlied@redhat.com References: <1681307864-3782-1-git-send-email-quic_jhugo@quicinc.com> <20230412140542.GA3141290@linux.intel.com> Content-Language: en-US From: Jacek Lawrynowicz Organization: Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi, On 13.04.2023 10:49, Daniel Vetter wrote: > On Wed, Apr 12, 2023 at 04:05:42PM +0200, Stanislaw Gruszka wrote: >> On Wed, Apr 12, 2023 at 07:57:44AM -0600, Jeffrey Hugo wrote: >>> This reverts commit 566fc96198b4bb07ca6806386956669881225271. >>> >>> This exposes a userspace API that is still under debate. Revert the >>> change before the uAPI gets exposed to avoid making a mistake. QAIC is >>> otherwise still functional. >>> >>> Suggested-by: Daniel Vetter >>> Signed-off-by: Jeffrey Hugo >>> Reviewed-by: Pranjal Ramajor Asha Kanojiya >> Reviewed-by: Stanislaw Gruszka > > I think Ack from Oded would be good (but iirc there's some holidays going > on), but I guess Greg's is good enough. Can you pls push this to > drm-misc-next-fixes (it's open now for merge window fixes) since Jeff > isn't set up yet? > I've pushed this revert to drm-misc-next-fixes. Regards, Jacek