Re: [PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-19 Thread Tom Rini
On Thu, Jan 12, 2023 at 04:48:54PM -0700, Simon Glass wrote: > This device is created when there are no bootmeths defined in the device > tree. But it cannot be probed without a device tree node. > > For now, ignore a probe failure. > > Signed-off-by: Simon Glass > Reported-by: Karsten Merker

Re: [PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-15 Thread Karsten Merker
On Thu, Jan 12, 2023 at 04:48:54PM -0700 Simon Glass wrote: > This device is created when there are no bootmeths defined in the device > tree. But it cannot be probed without a device tree node. > > For now, ignore a probe failure. > > Signed-off-by: Simon Glass > Reported-by: Karsten Merker

Re: [PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-14 Thread Vagrant Cascadian
On 2023-01-12, Simon Glass wrote: > This device is created when there are no bootmeths defined in the device > tree. But it cannot be probed without a device tree node. > > For now, ignore a probe failure. > > Signed-off-by: Simon Glass > Reported-by: Karsten Merker > Suggested-by: Heinrich

[PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-12 Thread Simon Glass
This device is created when there are no bootmeths defined in the device tree. But it cannot be probed without a device tree node. For now, ignore a probe failure. Signed-off-by: Simon Glass Reported-by: Karsten Merker Suggested-by: Heinrich Schuchardt Fixes: a56f663f0707 ("vbe: Add info