lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221216170348.GA21326@www.linux-watchdog.org>
Date:   Fri, 16 Dec 2022 18:03:48 +0100
From:   Wim Van Sebroeck <wim@...ux-watchdog.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Linux Watchdog Mailing List <linux-watchdog@...r.kernel.org>,
        Guenter Roeck <linux@...ck-us.net>,
        Allen-KH Cheng <allen-kh.cheng@...iatek.com>,
        AngeloGioacchino Del Regno 
        <angelogioacchino.delregno@...labora.com>,
        Eddie James <eajames@...ux.ibm.com>,
        Marcus Folkesson <marcus.folkesson@...il.com>,
        Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Paul Cercueil <paul@...pouillou.net>,
        Runyang Chen <runyang.chen@...iatek.com>,
        Thomas Kastner <thomas.kastner@...antech.com>
Subject: [GIT PULL REQUEST] watchdog - v6.2 release cycle.

Hi Linus,

Please pull following watchdog changes for the v5.19 release cycle.

This series contains:
* Add Advantech EC watchdog driver
* Add support for MT6795 Helio X10 watchdog and toprgu
* Add support for MT8188 watchdog device
* Remove #ifdef guards for PM related functions
* Other fixes and improvements

The output from git request-pull:
----------------------------------------------------------------
The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the git repository at:

  git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.2-rc1

for you to fetch changes up to 9ec0b7e06835b857f892feb2fe6121db1393425d:

  watchdog: aspeed: Enable pre-timeout interrupt (2022-11-19 15:30:41 +0100)

----------------------------------------------------------------
linux-watchdog 6.2-rc1 tag

----------------------------------------------------------------
Allen-KH Cheng (1):
      dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8173

AngeloGioacchino Del Regno (3):
      watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchdog and toprgu
      dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema
      dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT6795

Eddie James (1):
      watchdog: aspeed: Enable pre-timeout interrupt

Marcus Folkesson (1):
      watchdog: rn5t618: add support for read out bootstatus

Mika Westerberg (1):
      watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running

Paul Cercueil (4):
      watchdog: at91rm9200: Remove #ifdef guards for PM related functions
      watchdog: twl4030: Remove #ifdef guards for PM related functions
      watchdog: omap: Remove #ifdef guards for PM related functions
      watchdog: kempld: Remove #ifdef guards for PM related functions

Runyang Chen (3):
      dt-bindings: watchdog: Add compatible for MediaTek MT8188
      dt-bindings: reset: mt8188: add toprgu reset-controller header file
      watchdog: mediatek: mt8188: add wdt support

Thomas Kastner (1):
      watchdog: Add Advantech EC watchdog driver

 .../bindings/watchdog/mediatek,mtk-wdt.yaml        |  80 ++++++++
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |  42 -----
 drivers/watchdog/Kconfig                           |   7 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/advantech_ec_wdt.c                | 205 +++++++++++++++++++++
 drivers/watchdog/aspeed_wdt.c                      | 104 +++++++++--
 drivers/watchdog/at91rm9200_wdt.c                  |  11 +-
 drivers/watchdog/db8500_wdt.c                      |   9 +-
 drivers/watchdog/iTCO_wdt.c                        |  21 ++-
 drivers/watchdog/kempld_wdt.c                      |  11 +-
 drivers/watchdog/mtk_wdt.c                         |  12 ++
 drivers/watchdog/omap_wdt.c                        |  11 +-
 drivers/watchdog/rn5t618_wdt.c                     |  12 ++
 drivers/watchdog/twl4030_wdt.c                     |   9 +-
 include/dt-bindings/reset/mt8188-resets.h          |  36 ++++
 include/linux/mfd/rn5t618.h                        |   9 +
 16 files changed, 474 insertions(+), 106 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
 create mode 100644 drivers/watchdog/advantech_ec_wdt.c
 create mode 100644 include/dt-bindings/reset/mt8188-resets.h
----------------------------------------------------------------

Kind regards,
Wim.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ