This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5076001689e4 Merge tag 'loongarch-fixes-6.13-1' of git://git.kernel.org [...] new 4497ee914f10 watchdog: fix typo in the comment new daa814d784ac iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call new 006778844c2c watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using [...] new b2dd16c277bc dt-bindings: watchdog: Document Qualcomm QCS615 watchdog new 8af9ff6b1112 watchdog: ziirave_wdt: Drop explicit initialization of str [...] new 68adabf48f79 MAINTAINERS: Update the maintainer of StarFive watchdog driver new 3ab1663af6c1 watchdog: stm32_iwdg: Add pretimeout support new 51dfe714c03c watchdog: apple: Actually flush writes after requesting wa [...] new e6a08988eb59 watchdog: apple: Increase reset delay to 150ms new 06ba0b8da1da watchdog: armada_37xx_wdt: remove struct resource new 140fb00c40c1 watchdog: always print when registering watchdog fails new c9e8ba37163a watchdog: da9055_wdt: don't print out if registering watch [...] new 7022274d6259 watchdog: gxp-wdt: don't print out if registering watchdog fails new fb2de4ea0578 watchdog: iTCO_wdt: don't print out if registering watchdog fails new ebc75304f0b6 watchdog: it87_wdt: don't print out if registering watchdog fails new 8904da690985 watchdog: octeon-wdt: don't print out if registering watch [...] new 844f8dff29e5 watchdog: rti_wdt: don't print out if registering watchdog fails new 74ccee5e6cef watchdog: rza_wdt: don't print out if registering watchdog fails new 39885f22e9f4 watchdog: sl28cpld_wdt: don't print out if registering wat [...] new bcbd7b2b031d dt-bindings: watchdog: airoha: document watchdog for Airoh [...] new 3cf67f3769b8 watchdog: Add support for Airoha EN7851 watchdog new 3a6a399cfbb7 watchdog: Delete the cpu5wdt driver new 076354a4d4a7 watchdog: da9063: Do not use a global variable new 90fc2c8e720b watchdog: da9063: Remove __maybe_unused notations new 43439076383a watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04 new 562b0b03193b watchdog: Switch back to struct platform_driver::remove() new bad201b2ac4e watchdog: rzg2l_wdt: Power on the watchdog domain in the r [...] new ccfb765944bb Revert "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_b [...] new a5ee1ca57c15 docs: ABI: Fix spelling mistake in pretimeout_avaialable_g [...] new 24a2f4d106a5 dt-bindings: watchdog: Document Qualcomm QCS8300 new f6fe9b628f0b dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endia [...] new a1495a21e0b8 watchdog: mediatek: Make sure system reset gets asserted i [...] new 15ddf704f56f watchdog: mediatek: Add support for MT6735 TOPRGU/WDT new c63e0ee729c8 dt-bindings: watchdog: Document ExynosAutoV920 watchdog bindings new a5cb13980e00 watchdog: s3c2410_wdt: add support for exynosautov920 SoC new 4962ee045d8f watchdog: rti: of: honor timeout-sec property new 42d52acfb10c Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-wat [...] new 34851431ceca HID: i2c-hid: Revert to using power commands to wake on resume new 59548215b76b HID: wacom: fix when get product name maybe null pointer new e8f34747bdde selftests: hid: fix typo and exit code new f9a11da1d92f HID: bpf: constify hid_ops new 0b1b0c112437 HID: bpf: drop unneeded casts discarding const new 8d355b56f295 selftests/hid: fix kfunc inclusions with newer bpftool new 2a770b49b1bf Merge tag 'hid-for-linus-2024120501' of git://git.kernel.o [...] new e63fbd5f6810 tracing: Fix cmp_entries_dup() to respect sort() comparison rules new dc1b157b828d tracing: Fix archs that still call tracepoints without RCU [...] new 9d6a414ad31e Merge tag 'trace-v6.13-rc1' of git://git.kernel.org/pub/sc [...]
The 47 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-class-watchdog | 2 +- .../bindings/watchdog/airoha,en7581-wdt.yaml | 47 ++++ .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 14 + .../devicetree/bindings/watchdog/qcom-wdt.yaml | 2 + .../devicetree/bindings/watchdog/samsung-wdt.yaml | 3 + Documentation/watchdog/watchdog-parameters.rst | 10 - MAINTAINERS | 2 +- drivers/hid/bpf/hid_bpf_dispatch.c | 17 +- drivers/hid/hid-core.c | 2 +- drivers/hid/i2c-hid/i2c-hid-core.c | 20 +- drivers/hid/wacom_sys.c | 3 +- drivers/watchdog/Kconfig | 17 +- drivers/watchdog/Makefile | 2 +- drivers/watchdog/airoha_wdt.c | 216 ++++++++++++++++ drivers/watchdog/apple_wdt.c | 8 +- drivers/watchdog/armada_37xx_wdt.c | 10 +- drivers/watchdog/cpu5wdt.c | 284 --------------------- drivers/watchdog/da9055_wdt.c | 7 +- drivers/watchdog/da9063_wdt.c | 19 +- drivers/watchdog/gxp-wdt.c | 4 +- drivers/watchdog/iTCO_wdt.c | 25 +- drivers/watchdog/it87_wdt.c | 43 +++- drivers/watchdog/mtk_wdt.c | 12 + drivers/watchdog/octeon-wdt-main.c | 4 +- drivers/watchdog/pcwd.c | 2 +- drivers/watchdog/rti_wdt.c | 7 +- drivers/watchdog/rza_wdt.c | 7 +- drivers/watchdog/rzg2l_wdt.c | 20 +- drivers/watchdog/rzn1_wdt.c | 2 +- drivers/watchdog/s3c2410_wdt.c | 45 +++- drivers/watchdog/sa1100_wdt.c | 4 +- drivers/watchdog/sl28cpld_wdt.c | 4 +- drivers/watchdog/smsc37b787_wdt.c | 2 +- drivers/watchdog/starfive-wdt.c | 2 +- drivers/watchdog/stm32_iwdg.c | 95 ++++++- drivers/watchdog/watchdog_core.c | 26 +- drivers/watchdog/xilinx_wwdt.c | 75 +++++- drivers/watchdog/ziirave_wdt.c | 2 +- include/linux/hid_bpf.h | 2 +- include/linux/mfd/da9063/core.h | 1 + kernel/trace/trace_preemptirq.c | 43 +++- kernel/trace/tracing_map.c | 6 +- .../testing/selftests/hid/progs/hid_bpf_helpers.h | 19 +- tools/testing/selftests/hid/run-hid-tools-tests.sh | 16 +- 44 files changed, 709 insertions(+), 444 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/airoha,en7581-wdt.yaml create mode 100644 drivers/watchdog/airoha_wdt.c delete mode 100644 drivers/watchdog/cpu5wdt.c