From patchwork Thu May 30 15:09:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13680528 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 39F6BC25B74 for ; Thu, 30 May 2024 15:11:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Cy1UwMaTmuxk1pJIjtF6bTeh9cZgIPVw8YJkiU8t9oo=; b=ws826y9U3msn+Y 20/Z9gVXTrIxYLxXF4IyUT8JHqspKR+YXGKyUAuZC2vu1CUTNZhIP+RE3D4GOcx0vKMrlSJBJTFrg P5UbqHYtWg9JahaiIisKiHObnUyBmIU+h3Fh2yEinXuF9drwUdyyrCko+EJV6nffFlJK5FISaP921 PcEx55iICyH9TJvS7x2DiIXeRgT8bawxgtbSdKF+ONAD9vrvT5n3MviJG/q0+Y0A5hSWunOSz5krA FhjhNiV8u1yu3H5eZhzWigxrm2LRmCqu14JbG95u4i2hotbx1nkpx3fVjtOBF3xxcMYJoK3zxkDLb Wbv1WB6oEDjHcbhPYQuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sChRD-00000007erT-1joN; Thu, 30 May 2024 15:11:31 +0000 Received: from mgamail.intel.com ([192.198.163.8]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sChR8-00000007emi-1CzY for linux-arm-kernel@lists.infradead.org; Thu, 30 May 2024 15:11:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1717081886; x=1748617886; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TQxj52QzB21T4oND+oGj5zj9iueR9JjcCvK8NiCC4XM=; b=AjtadZFvoN1KpSwr6dm4RhQ0i8roaunzCUpIUVVZ4AWUqkca4SJXDMYY unvqWjqBaNA+QEexeiaOkZoqiTxmee25T1SpeXp+jygcUCtQIceJhgGvD CE6vRivKkJKKl7p+C8o8VYFpQYXp8ULJapCQUAQPhGjAk8+JSHG4I1r3w gDuuMSvkJ0Q7u/Fa60lPoYFDWyzUev0a6afIxwtzAkkYP2f/4W9tmtkcv 8wc+p1uiCfuZoSHl4uR6nBnXCg1Txk34Y/ExnsqN3RthyVQnfHx2lLcGR LhlzmR0POZp9d1ibbaGWOwnJdkZ2TFn4WsTcsZgPzv4NZCoO3+BcCNhRq w==; X-CSE-ConnectionGUID: omAOhos4Tg2l4WdR55CdYw== X-CSE-MsgGUID: 3lC+rnxXREituMjuOz8kpQ== X-IronPort-AV: E=McAfee;i="6600,9927,11088"; a="31093030" X-IronPort-AV: E=Sophos;i="6.08,201,1712646000"; d="scan'208";a="31093030" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 May 2024 08:11:22 -0700 X-CSE-ConnectionGUID: /FZZb/pJSWy8TGVnqxXSMA== X-CSE-MsgGUID: XT/+hSA9QyKUq3odAWBusg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,201,1712646000"; d="scan'208";a="40288501" Received: from black.fi.intel.com ([10.237.72.28]) by fmviesa005.fm.intel.com with ESMTP; 30 May 2024 08:11:20 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 3D9C44DE; Thu, 30 May 2024 18:11:19 +0300 (EEST) From: Andy Shevchenko To: Mark Brown , Andy Shevchenko , Linus Walleij , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Daniel Mack , Haojian Zhuang , Robert Jarzmik Subject: [PATCH v2 03/11] spi: pxa2xx: Remove no more needed driver data Date: Thu, 30 May 2024 18:09:59 +0300 Message-ID: <20240530151117.1130792-4-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1336.g36b5255a03ac In-Reply-To: <20240530151117.1130792-1-andriy.shevchenko@linux.intel.com> References: <20240530151117.1130792-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240530_081126_370766_8F4AE364 X-CRM114-Status: GOOD ( 12.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Since the ACPI enumerated devices provide a property with SSP type, there is no more necessity to bear the copy of them in the ID table. Drop the driver data in ACPI ID table. Signed-off-by: Andy Shevchenko --- drivers/spi/spi-pxa2xx.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index f4dc113768cd..b62a613378e0 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -1718,12 +1718,12 @@ static const struct dev_pm_ops pxa2xx_spi_pm_ops = { }; static const struct acpi_device_id pxa2xx_spi_acpi_match[] = { - { "80860F0E", LPSS_BYT_SSP }, - { "8086228E", LPSS_BSW_SSP }, - { "INT33C0", LPSS_LPT_SSP }, - { "INT33C1", LPSS_LPT_SSP }, - { "INT3430", LPSS_LPT_SSP }, - { "INT3431", LPSS_LPT_SSP }, + { "80860F0E" }, + { "8086228E" }, + { "INT33C0" }, + { "INT33C1" }, + { "INT3430" }, + { "INT3431" }, {} }; MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match);