]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "driver core: Set fw_devlink to "permissive" behavior by default"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Mar 2020 15:17:30 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Mar 2020 15:17:30 +0000 (16:17 +0100)
commitd4c04b13f98dc2d66a59a8511262d0ac3e190a82
tree7945601773d94633f802853d864c78c95f2b86ab
parent770e0f6df3357ebab3ea9fd88c7b8e75aeebce90
Revert "driver core: Set fw_devlink to "permissive" behavior by default"

This reverts commit 770e0f6df3357ebab3ea9fd88c7b8e75aeebce90 as it
breaks some of the Raspberry Pi devices.  Marek writes:
This patch has just landed in linux-next 20200326. Sadly it
breaks booting of the Raspberry Pi3b and Pi4 boards, either in
32bit or 64bit mode. There is no warning nor panic message, just
a silent freeze. The last message shown on the earlycon is:

[    0.893217] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled

so revert it for now and let's try again and add it to linux-next after
5.7-rc1 is out so that we can try to get more debugging/testing
happening.

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Saravana Kannan <saravanak@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c