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 A0474C77B6E for ; Wed, 12 Apr 2023 14:06:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230367AbjDLOGD (ORCPT ); Wed, 12 Apr 2023 10:06:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229994AbjDLOGC (ORCPT ); Wed, 12 Apr 2023 10:06:02 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 154201738; Wed, 12 Apr 2023 07:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681308348; x=1712844348; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=hN0Jiq8CDxzQKhPLeSv0y2X2Dz6dEPHF/ZbEy1MipLo=; b=oDqQsSxL20fa55HGdmCw1AZZf4WBF/cBcYy66JA137HrgojIfkGuOC4/ YgbLVoakHJkgB5w59KsTIMHeLQ0ZF5VakkG0hmyAH/ZPWIXp1QlMRVdKf iEey+GnYDi0TDreLnwcJKKOjXkP4a7MLu3WKZgj29Z9qlcmueVLTgJYyJ moSnQHQ25BHXyZ8xIGPa/SUMSh53LecnrKAUWZFvQmM5NlF33G+Kz6OMP VFpnwG+x18FH/oDRepJW3C6wFDLvpze9zsXqlTQNIHyt95v/WqNrO7252 B2ku6MQatbsk03iFkGxB297VqXP/DElSvwTWZXX52Zpy/c1kNk8Sk26mD A==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="346581252" X-IronPort-AV: E=Sophos;i="5.98,339,1673942400"; d="scan'208";a="346581252" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2023 07:05:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="812998229" X-IronPort-AV: E=Sophos;i="5.98,339,1673942400"; d="scan'208";a="812998229" Received: from joe-255.igk.intel.com (HELO localhost) ([10.91.220.57]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2023 07:05:44 -0700 Date: Wed, 12 Apr 2023 16:05:42 +0200 From: Stanislaw Gruszka To: Jeffrey Hugo Cc: daniel@ffwll.ch, 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, jacek.lawrynowicz@linux.intel.com, airlied@redhat.com Subject: Re: [PATCH] Revert "accel/qaic: Add mhi_qaic_cntl" Message-ID: <20230412140542.GA3141290@linux.intel.com> References: <1681307864-3782-1-git-send-email-quic_jhugo@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1681307864-3782-1-git-send-email-quic_jhugo@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org 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