mbox series

[v3,0/2] of: property: fw_devlink misc fixes

Message ID 20200420120101.31405-1-nsaenzjulienne@suse.de
Headers show
Series of: property: fw_devlink misc fixes | expand

Message

Nicolas Saenz Julienne April 20, 2020, noon UTC
As I'm interested in using this feature to fine-tune Raspberry Pi 4's
device probe dependencies, I tried to get the board to boot with
fw_devlink=on. As of today's linux-next the board won't boot with that
option. I tried to address the underlying issues.

---
Changes since v2:
 - Address Saravana's comments

Changes since v1:
 - Address Saravana's comments
 - Drop patch #3 & #4


Nicolas Saenz Julienne (2):
  of: property: Fix create device links for all child-supplier
    dependencies
  of: property: Do not link to disabled devices

 drivers/of/property.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)