kernel: bump 4.19 to 4.19.90
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch
index 34d2a8a2414c907f11f9a5766cd290cf934bfb41..ffe679fcf21ce85c64585aa85527aa345e98108e 100644 (file)
@@ -18,10 +18,10 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  #include <linux/of_platform.h>
  #include <linux/platform_device.h>
 +#include <linux/reboot.h>
+ #include <linux/slab.h>
  #include <soc/bcm2835/raspberrypi-firmware.h>
  
- #define MBOX_MSG(chan, data28)                (((data28) & ~0xf) | ((chan) & 0xf))
-@@ -174,6 +175,26 @@ int rpi_firmware_property(struct rpi_fir
+@@ -175,6 +176,26 @@ int rpi_firmware_property(struct rpi_fir
  }
  EXPORT_SYMBOL_GPL(rpi_firmware_property);
  
@@ -48,7 +48,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  static void
  rpi_firmware_print_firmware_revision(struct rpi_firmware *fw)
  {
-@@ -284,15 +305,32 @@ static struct platform_driver rpi_firmwa
+@@ -285,15 +306,32 @@ static struct platform_driver rpi_firmwa
        .remove         = rpi_firmware_remove,
  };