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 90EEDC05027 for ; Wed, 1 Feb 2023 05:05:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230526AbjBAFFI (ORCPT ); Wed, 1 Feb 2023 00:05:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229937AbjBAFFF (ORCPT ); Wed, 1 Feb 2023 00:05:05 -0500 Received: from mail-ot1-x333.google.com (mail-ot1-x333.google.com [IPv6:2607:f8b0:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B66604E53F for ; Tue, 31 Jan 2023 21:05:04 -0800 (PST) Received: by mail-ot1-x333.google.com with SMTP id r17-20020a056830449100b0068bb088317aso4291923otv.12 for ; Tue, 31 Jan 2023 21:05:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eclypsium.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=NFYcNel/Q2GQJL9XoH2s47LEJcta3F35GHGftrB3A3w=; b=Ea5i83I2CXZqQXspWK2Ax27Zy741SAd0GXG5IexoQd7CE1sWpvXfSrzfQuP8JwghAS 4rLbzbinfuVbqeG3+bSWjrKbiJuIfQW17m7xEO2eOyEbEQ4QKfQzpMoxvgJMfE+f6fwv 2J1OisSAZHh0hrF8mw5f9IS4TtUagLrGa5TxVxzTsSubSq9gpA/LqwBFc8FwdZXuwyfL XXM68ffecTfDYGIE4Eewyh+CQ3TwIJPeSJX7yJgrrFRORBpCCa4L0q/HDsiRoU7wVdqf 8jTrYl7zJlf0QyKZuJTB7U/KLzYpif8/5cuVM+WakcOlRanGj1Qel6n0YgNj2W5m7Kjz unVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=NFYcNel/Q2GQJL9XoH2s47LEJcta3F35GHGftrB3A3w=; b=MQzi7FcJY144kWxbL9jgMq9LQveEeBUHIzZhO6/o7v5TrcGm2duVjSikDt9rkBMOfH 9ruj6ceeo4WR8INScIQmkG1E3BxWNCZo+YAy+0LyHd1ya//S4WJ2FlGNCYa283KSoYdS U2DYClYVQ0Sxx4VS56h77ImYfwWDg/z9Mnt7XrkYyFect/9YeYg95Pi/w0I6JNHpAGGw LdPC+YNlD9qu/sttP7612p5YBHEbO5LnhX0rn4wK/ievpXTrcHML8kOidhzZsrE6G8Dn c6aUQa6owk4+51Z5pArx4zC/6LDO/Vp+N2afQXbpCDsPwc5Jp1/4EzQNNeTSW24Jrp8e vsKw== X-Gm-Message-State: AO0yUKXuC7yCjPyYZB3mYd2bKsmHktjwSo8quW1PYGqbP/qz7FcIn67v /4fOgclrP2TjbgkDAu2ZKRJxZQ== X-Google-Smtp-Source: AK7set8KeuNtvBFotSzeEtOdjHVaV5Th4l75UFiGeDLXMeuzJcMuKyU4woiV+JArxxJz/h4vGD42Jw== X-Received: by 2002:a9d:560c:0:b0:671:cacb:681b with SMTP id e12-20020a9d560c000000b00671cacb681bmr555143oti.22.1675227903841; Tue, 31 Jan 2023 21:05:03 -0800 (PST) Received: from fedora.. ([186.122.181.28]) by smtp.gmail.com with ESMTPSA id cd26-20020a056830621a00b0068be61a7ac6sm1123445otb.56.2023.01.31.21.05.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Jan 2023 21:05:03 -0800 (PST) From: Mauro Lima To: mika.westerberg@linux.intel.com Cc: broonie@kernel.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Mauro Lima Subject: [PATCH 0/2] spi: intel: PCI driver housekeeping Date: Wed, 1 Feb 2023 02:04:53 -0300 Message-Id: <20230201050455.505135-1-mauro.lima@eclypsium.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Found some controllers' private data that were wrong according to the documentation. Also, the number of Protected Regions from BXT types was changed. The second patch adds more Device IDs to the module table. Probably good candidates to stable? Mauro Lima (2): spi: intel: Fix device private data and PR_NUM for BXT spi: intel: Add support for controllers drivers/spi/spi-intel-pci.c | 13 ++++++++----- drivers/spi/spi-intel.c | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) -- 2.39.1