Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdog
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Mar 2019 18:22:15 +0000 (11:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Mar 2019 18:22:15 +0000 (11:22 -0700)
Pull watchdog updates from Wim Van Sebroeck:

 - a new watchdog driver for the Mellanox systems

 - renesas-wdt: Document r8a77470 support

 - numerous 'Mark expected switch fall-throughs'

 - qcom: Add suspend/resume support

 - some small fixes and documentation updates

* tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdog:
  watchdog: w83877f_wdt: Mark expected switch fall-through
  watchdog: sc520_wdt: Mark expected switch fall-through
  watchdog: sbc60xxwdt: Mark expected switch fall-through
  watchdog: smsc37b787_wdt: Mark expected switch fall-through
  watchdog: sc1200: Mark expected switch fall-through
  watchdog: pc87413: Mark expected switch fall-through
  Documentation/watchdog: Add documentation mlx-wdt driver
  watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems.
  platform_data/mlxreg: additions for Mellanox watchdog driver.
  watchdog: Update sysfs documentation.
  watchdog: dw: remove useless pr_fmt
  watchdog: pika_wdt: drop pointless static qualifier in pikawdt_init
  watchdog/hpwdt: Update Kconfig documentation
  dt-bindings: watchdog: renesas-wdt: Document r8a77470 support
  watchdog: qcom: Add suspend/resume support

1  2 
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
include/linux/platform_data/mlxreg.h

Simple merge
Simple merge
index 1b2f86f9674382815e5e2d17ef0e7b2eb078e28f,31f7c25a44da941a2cc45bd808ac9813102a8d5b..6d54fe3bcac9c934e679d53d8101e3da81a88d4e
@@@ -109,9 -120,12 +122,12 @@@ struct mlxreg_core_item 
  /**
   * struct mlxreg_core_platform_data - platform data:
   *
 - * @led_data: led private data;
 + * @data: instance private data;
   * @regmap: register map of parent device;
 - * @counter: number of led instances;
 + * @counter: number of instances;
+  * @features: supported features of device;
+  * @version: implementation version;
+  * @identity: device identity name;
   */
  struct mlxreg_core_platform_data {
        struct mlxreg_core_data *data;