aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-21watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin1-1/+4
2022-05-21dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4Geert Uytterhoeven1-1/+1
2022-05-21watchdog: Add Renesas RZ/N1 Watchdog driverPhil Edworthy3-0/+212
2022-05-21dt-bindings: watchdog: renesas,wdt: Add support for RZ/N1Jean-Jacques Hiblot1-0/+6
2022-05-21watchdog: wdat_wdt: Stop watchdog when uninstalling moduleLiu Xinpeng1-0/+1
2022-05-21watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng1-0/+1
2022-05-21watchdog: wdat_wdt: Using the existing function to check parameter timeoutLiu Xinpeng1-2/+2
2022-05-21dt-bindings: watchdog: da9062: add watchdog timeout modeAndrej Picej1-0/+6
2022-05-21dt-bindings: watchdog: renesas,wdt: Document RZ/G2UL SoCBiju Das1-0/+1
2022-05-21watchdog: iTCO_wdt: Using existing macro define covers more scenariosLiu Xinpeng1-13/+7
2022-05-21watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-05-21dt-bindings: watchdog: Add SC8180X and SC8280XP compatiblesBjorn Andersson1-0/+2
2022-05-21watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka1-3/+5
2022-05-21dt-bindings: watchdog: uniphier: Use unevaluatedPropertiesKunihiko Hayashi1-1/+1
2022-05-21watchdog: sp805: disable watchdog on removeEliav Farber1-0/+1
2022-05-21watchdog: da9063: optionally disable watchdog during suspendPrimoz Fiser1-0/+36
2022-05-21dt-bindings: mfd: da9063: watchdog: add suspend disable optionPrimoz Fiser1-3/+6
2022-05-21ALSA: usb-audio: Add missing ep_idx in fixed EP quirksTakashi Iwai1-0/+3
2022-05-21ALSA: usb-audio: Workaround for clock setup on TEAC devicesTakashi Iwai1-0/+7
2022-05-21ALSA: lola: Bounds check loop iterator against streams array sizeKees Cook1-1/+2
2022-05-21Merge tag 'asoc-fix-v5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+5
2022-05-21i2c: rcar: refactor handling of first messageWolfram Sang1-27/+23
2022-05-21i2c: rcar: avoid race condition with SMIsWolfram Sang1-11/+17
2022-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-19/+56
2022-05-21i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta1-2/+2
2022-05-21i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto1-6/+9
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry1-29/+62
2022-05-21i2c: npcm: Correct register access widthTyrone Ting1-2/+2
2022-05-21i2c: npcm: Add tx complete counterTali Perry1-0/+4
2022-05-21i2c: npcm: Fix timeout calculationTali Perry1-4/+4
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry1-5/+0
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry1-4/+8
2022-05-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds4-15/+22
2022-05-20Merge tag 'drm-fixes-2022-05-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-19/+102
2022-05-20clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-1/+1
2022-05-20clk: stm32mp13: add safe mux managementGabriel Fernandez3-4/+62
2022-05-20clk: stm32mp13: add multi mux functionGabriel Fernandez3-0/+42
2022-05-20clk: stm32mp13: add all STM32MP13 kernel clocksGabriel Fernandez1-0/+513
2022-05-20clk: stm32mp13: add all STM32MP13 peripheral clocksGabriel Fernandez1-0/+360
2022-05-20clk: stm32mp13: manage secured clocksGabriel Fernandez3-14/+164
2022-05-20clk: stm32mp13: add composite clockGabriel Fernandez3-0/+225
2022-05-20clk: stm32mp13: add stm32 divider clockGabriel Fernandez3-0/+187
2022-05-20clk: stm32mp13: add stm32_gate managementGabriel Fernandez3-0/+149
2022-05-20clk: stm32mp13: add stm32_mux clock managementGabriel Fernandez3-0/+114
2022-05-20clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller)Gabriel Fernandez9-0/+2590
2022-05-20dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoCGabriel Fernandez3-0/+331
2022-05-20clk: ti: clkctrl: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-05-20clk: ti: composite: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2022-05-20dt-bindings: clock: exynosautov9: correct count of NR_CLKChanho Park1-7/+7
2022-05-20Merge branch 'bpf: refine kernel.unprivileged_bpf_disabled behaviour'Alexei Starovoitov3-1/+408