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 7AACEC54EE9 for ; Thu, 8 Sep 2022 17:04:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229579AbiIHREL (ORCPT ); Thu, 8 Sep 2022 13:04:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231126AbiIHREK (ORCPT ); Thu, 8 Sep 2022 13:04:10 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C917EB869 for ; Thu, 8 Sep 2022 10:04:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 15C63B82194 for ; Thu, 8 Sep 2022 17:04:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15343C433D6; Thu, 8 Sep 2022 17:04:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662656645; bh=uttsWyYqTWgSwMj0v2WTNZMc7HaiRnsXz6AVlB/1glM=; h=Subject:To:Cc:From:Date:From; b=gJ8g9PXkUS9iDKPne1SWtGq49MpTTaYtdMZwKxHq81HDi7PMpTNcnTo52PrQRubWy WXADZe+T2TUAz+ynDhr5mz/+PgNUUCly+O8to7k5fZ267gwcKP04+MB414AmFpcDjK /yFcuIRV3nWcOWzsaSbpzGXv1xYeAs7q0BsIOpUg= Subject: FAILED: patch "[PATCH] soc: fsl: select FSL_GUTS driver for DPIO" failed to apply to 5.15-stable tree To: matt@traverse.com.au, arnd@arndb.de, ioana.ciornei@nxp.com Cc: From: Date: Thu, 08 Sep 2022 19:04:05 +0200 Message-ID: <16626566452835@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org The patch below does not apply to the 5.15-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 9a472613f5bccf1b36837423495ae592a9c5182f Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Thu, 1 Sep 2022 05:21:49 +0000 Subject: [PATCH] soc: fsl: select FSL_GUTS driver for DPIO The soc/fsl/dpio driver will perform a soc_device_match() to determine the optimal cache settings for a given CPU core. If FSL_GUTS is not enabled, this search will fail and the driver will not configure cache stashing for the given DPIO, and a string of "unknown SoC" messages will appear: fsl_mc_dpio dpio.7: unknown SoC version fsl_mc_dpio dpio.6: unknown SoC version fsl_mc_dpio dpio.5: unknown SoC version Fixes: 51da14e96e9b ("soc: fsl: dpio: configure cache stashing destination") Signed-off-by: Mathew McBride Reviewed-by: Ioana Ciornei Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20220901052149.23873-2-matt@traverse.com.au' Signed-off-by: Arnd Bergmann diff --git a/drivers/soc/fsl/Kconfig b/drivers/soc/fsl/Kconfig index 07d52cafbb31..fcec6ed83d5e 100644 --- a/drivers/soc/fsl/Kconfig +++ b/drivers/soc/fsl/Kconfig @@ -24,6 +24,7 @@ config FSL_MC_DPIO tristate "QorIQ DPAA2 DPIO driver" depends on FSL_MC_BUS select SOC_BUS + select FSL_GUTS select DIMLIB help Driver for the DPAA2 DPIO object. A DPIO provides queue and