This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 614cb5894306 Merge tag 'acpi-5.11-rc1-2' of git://git.kernel.org/pub/sc [...] new 7f6f1dfb2dcb watchdog: armada_37xx: Add missing dependency on HAS_IOMEM new 8ae2511112d2 watchdog: sirfsoc: Add missing dependency on HAS_IOMEM new f61a59acb462 watchdog: sprd: remove watchdog disable from resume fail path new 3e07d2409398 watchdog: sprd: check busy bit before new loading rather t [...] new 2a6c9c65b2fe watchdog: sprd: change to use usleep_range() instead of busy loop new 7c7164f935c8 watchdog: stm32_iwdg: don't print an error on probe deferral new 4600736f050f watchdog: remove pnx83xx driver new 8650d0f9e933 watchdog: qcom_wdt: set WDOG_HW_RUNNING bit when appropriate new 8711071e9700 watchdog: rti-wdt: fix reference leak in rti_wdt_probe new 9747f12b5be9 watchdog: geodewdt: remove unneeded break new 347755d2a88e watchdog: sbc_fitpc2_wdt: add __user annotations new 42e967f3c6cb wdt: sp805: add watchdog_stop on reboot new acc195bd2cc4 watchdog/hpwdt: Disable NMI in Crash Kernel new 5674b74e52c0 watchdog/hpwdt: Reflect changes new 24f98562bb5b watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1 new 6f733cb2e7db watchdog: Fix potential dereferencing of null pointer new 89c866f5a238 watchdog: iTCO_wdt: use module_platform_device() macro new 7948fab26bcc watchdog: qcom: Avoid context switch in restart handler new 8cbd82d62f45 dt-bindings: watchdog: sun4i: Add A100 compatible new 36c47df85ee8 watchdog: coh901327: add COMMON_CLK dependency new e629fffcc333 dt-binding: watchdog: add Rockchip compatibles to snps,dw- [...] new c21172b3a73e watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging new 0b9491b62119 watchdog: convert comma to semicolon new 6755f4563144 Merge tag 'linux-watchdog-5.11-rc1' of git://www.linux-wat [...] new 853c1a789f5f platform/chrome: Don't treat RTC events as wakeup sources new 0498710be002 platform/chrome: cros_ec_typec: Relocate set_port_params_v [...] new 7ab5a673f4ce platform/chrome: cros_ec_typec: Fix remove partner logic new 514acf1cefd0 platform/chrome: cros_ec_typec: Clear partner identity on [...] new cd2c40ff90b0 platform/chrome: cros_ec: Import Type C host commands new 80f8cef60d79 platform/chrome: cros_ec_typec: Introduce TYPEC_STATUS new f6f668118918 platform/chrome: cros_ec_typec: Parse partner PD ID VDOs new de0f49487db3 platform/chrome: cros_ec_typec: Register partner altmodes new 6ae9b5ffcaeb platform/chrome: cros_ec_typec: Tolerate unrecognized mux flags new a0881596757f Merge tag 'tag-chrome-platform-for-v5.11' of git://git.ker [...] new 34cdf405aa5d ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate [...] new 150927c3674d ALSA: hda/realtek - Supported Dell fixed type headset new 74c64efa1557 ALSA: core: memalloc: add page alignment for iram new 725124d10d00 ALSA: usb-audio: Add VID to support native DSD reproductio [...] new f2283366c291 ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() new 9df28edce7c6 ALSA: usb-audio: Disable sample read check if firmware doe [...] new 5c1733e33c88 ALSA: memalloc: Align buffer allocations in page size new 618de0f4ef11 ALSA: pcm: Clear the full allocated memory at hw_params new 11cb881bf075 ALSA: pcm: oss: Fix a few more UBSAN fixes new 09926202e939 ALSA: hda/realtek: Add quirk for MSI-GP73 new 8b7c764e0644 ALSA: core: Remove redundant comments new 525d9c57d0ee ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S new 43877226829e ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1 new 6ca653e3f73a ALSA: hda/realtek: Apply jack fixup for Quanta NL3 new 13be30f156fd ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N66 [...] new 58cf05f597b0 Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub [...]
The 50 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: .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 3 + .../devicetree/bindings/watchdog/snps,dw-wdt.yaml | 10 +- drivers/platform/chrome/cros_ec_proto.c | 14 +- drivers/platform/chrome/cros_ec_typec.c | 336 ++++++++++++++++----- drivers/watchdog/Kconfig | 14 +- drivers/watchdog/Makefile | 1 - drivers/watchdog/geodewdt.c | 2 - drivers/watchdog/hpwdt.c | 8 +- drivers/watchdog/iTCO_wdt.c | 34 +-- drivers/watchdog/mpc8xxx_wdt.c | 4 +- drivers/watchdog/pnx833x_wdt.c | 277 ----------------- drivers/watchdog/qcom-wdt.c | 20 +- drivers/watchdog/rti_wdt.c | 4 +- drivers/watchdog/sbc_fitpc2_wdt.c | 12 +- drivers/watchdog/sp805_wdt.c | 1 + drivers/watchdog/sprd_wdt.c | 43 ++- drivers/watchdog/stm32_iwdg.c | 13 +- drivers/watchdog/watchdog_core.c | 22 +- drivers/watchdog/wdat_wdt.c | 6 +- include/linux/platform_data/cros_ec_commands.h | 155 ++++++++++ sound/core/init.c | 2 - sound/core/memalloc.c | 4 +- sound/core/oss/pcm_oss.c | 22 +- sound/core/pcm_memory.c | 10 +- sound/core/pcm_native.c | 9 +- sound/pci/hda/patch_realtek.c | 33 ++ sound/usb/card.c | 3 + sound/usb/clock.c | 6 + sound/usb/implicit.c | 2 + sound/usb/quirks.c | 1 + 30 files changed, 601 insertions(+), 470 deletions(-) delete mode 100644 drivers/watchdog/pnx833x_wdt.c