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 X-Spam-Level: X-Spam-Status: No, score=-22.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AE6BC433EF for ; Wed, 22 Sep 2021 18:24:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A4D06124A for ; Wed, 22 Sep 2021 18:24:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237092AbhIVSZt (ORCPT ); Wed, 22 Sep 2021 14:25:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:48700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237085AbhIVSZr (ORCPT ); Wed, 22 Sep 2021 14:25:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 23A476124A; Wed, 22 Sep 2021 18:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632335057; bh=4lT8+7HhiPrBpRZXhN9cd75l4Wj4YVa0h9BpITgay34=; h=From:To:Cc:Subject:Date:From; b=bwGSmcq8Mr0EFYucIdqqVyD+xP7KOwEizurBjkdBheppapKkWJ6ITMuwDrJA7WPdX VHoKaqERb++B9uRFHPdocdACkp4cLW4CD1Pjcw0Ii0iwhTeBLjBecGjm3ormrrzpQJ 82emIxnfHsfp52nDeDTrXvmdaS6ZLQDTbJUlbx8qWtWdm0fdqDpCSuKuqYQZMtiEby AxDmEBpYpyiGsPPve3lDfZXb6IrlhRg+Vxrk8ycDjfHN8/bcTOXs2DG/JQBdWBX/5R aDon3nrkPMmzMqikWdxA2fHBJ1th4e6akVxBAVYFjoZeRUDVdr8/otwsk3HkHfw42p rfEEkHw/b/kgQ== From: Mark Brown To: Linus Torvalds Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] SPI fixes for v5.15-rc1 Date: Wed, 22 Sep 2021 19:23:19 +0100 Message-Id: <20210922182417.23A476124A@mail.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.15-rc1 for you to fetch changes up to 96c8395e2166efa86082f3b71567ffd84936439b: spi: Revert modalias changes (2021-09-21 20:22:48 +0100) ---------------------------------------------------------------- spi: Fix modalias issues As reported by Russell King the change to use OF style modaliases for DT enumerated broke at least the spi-nor driver, the patch here reverts that change to fix the regression. Sadly this will mean that anything that started loading since the change to OF modaliases will run into issues, there doesn't seem to be any approach which doesn't cause some problems and thi seems like the least bad approach - gory details are in the commit log for the change. I'm currently working through the SPI drivers to add ID tables and missing IDs to tables which should address things from the other end, this seems more straightforward and robust than any other options. ---------------------------------------------------------------- Mark Brown (1): spi: Revert modalias changes drivers/spi/spi.c | 8 -------- 1 file changed, 8 deletions(-)