mbox series

[GIT,PULL] mtd: Fixes for the next -rc/v5.17 final

Message ID 20220307181734.750b4661@xps13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for the next -rc/v5.17 final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.17-rc8

Message

Miquel Raynal March 7, 2022, 5:17 p.m. UTC
Hello Linus,

The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:

  Linux 5.17-rc7 (2022-03-06 14:28:31 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.17-rc8

for you to fetch changes up to 42da5a4ba17070e9d99abf375a5bd70e85d2a6b8:

  mtd: rawnand: omap2: Actually prevent invalid configuration and build error (2022-03-07 17:46:54 +0100)

----------------------------------------------------------------
As part of a previous changeset introducing support for the K3
architecture, the OMAP_GPMC (a non visible symbol) got selected by the
selection of MTD_NAND_OMAP2 instead of doing so from the architecture
directly (like for the other users of these two drivers). Indeed, from a
hardware perspective, the OMAP NAND controller needs the GPMC to
work.

This led to a robot error which got addressed in fix merge into
-rc4. Unfortunately, the approach at this time still used "select" and
lead to further robot reports.

This time we switch to "depends on" in order to prevent random
misconfigurations. The different dependencies will however need a future
cleanup.

----------------------------------------------------------------
Roger Quadros (1):
      mtd: rawnand: omap2: Actually prevent invalid configuration and build error

 drivers/mtd/nand/raw/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org March 7, 2022, 7:47 p.m. UTC | #1
The pull request you sent on Mon, 7 Mar 2022 18:17:34 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.17-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ea4424be16887a37735d6550cfd0611528dbe5d9

Thank you!