Re: [U-Boot] [PATCH] video: arm: rpi: Bail out early if querying video information fails

2019-07-29 Thread Anatolij Gustschin
On Thu, 11 Jul 2019 16:56:24 +0200 matthias@kernel.org matthias@kernel.org wrote: ... > drivers/video/bcm2835.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied to u-boot-video/master, thanks! -- Anatolij ___ U-Boot mailing

Re: [U-Boot] [PATCH] video: arm: rpi: Bail out early if querying video information fails

2019-07-26 Thread Andre Przywara
On Thu, 11 Jul 2019 16:56:24 +0200 matthias@kernel.org wrote: Hi, > From: Fabian Vogt > > When probing we query for the width and hight of the display. If the > firmware does not report any connected display the system will crash. > See https://github.com/raspberrypi/firmware/issues/1157

[U-Boot] [PATCH] video: arm: rpi: Bail out early if querying video information fails

2019-07-11 Thread matthias . bgg
From: Fabian Vogt When probing we query for the width and hight of the display. If the firmware does not report any connected display the system will crash. See https://github.com/raspberrypi/firmware/issues/1157 for details. Signed-off-by: Fabian Vogt [mb: update commit message]