summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-01ASoC: spacemit: add K3 SoC support with additional clocksTroy Mitchell
2026-06-01ASoC: dt-bindings: add SpacemiT K3 SoC compatibleTroy Mitchell
2026-06-01ASoC: aw88395: use struct_size() and __counted_by() for aw_containerRosen Penev
2026-06-01ARM: dts: nxp: imx51-ts4800: Rename wdt node to watchdogEduard Bostina
2026-06-01dt-bindings: watchdog: Convert TS-4800 to DT schemaEduard Bostina
2026-06-01ASoC: codecs: pcm3168a: Fix and updates for power managementMark Brown
2026-06-01ASoC: codecs: pcm3168a: Drop CONFIG_PM-conditional preproc directiveCezary Rojewski
2026-06-01ASoC: codecs: pcm3168a: Drop redundant pm_runtime_idle()Cezary Rojewski
2026-06-01ASoC: codecs: pcm3168a: Prevent regulator double-disable in S4Cezary Rojewski
2026-06-01tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functionsYash Suthar
2026-06-01tracing: Use flexible array for entry fetch codeRosen Penev
2026-06-01tracing/probes: Ensure the uprobe buffer size is bigger than event sizeMasami Hiramatsu (Google)
2026-06-01ASoC: rsnd: Add RZ/G3E audio driver supportMark Brown
2026-06-01ASoC: rsnd: Add system suspend/resume supportJohn Madieu
2026-06-01ASoC: rsnd: Support unprefixed DT node names for RZ/G3EJohn Madieu
2026-06-01ASoC: rsnd: src: Add SRC reset support for RZ/G3EJohn Madieu
2026-06-01ASoC: rsnd: src: Acquire shared SCU clocks for RZ/G3EJohn Madieu
2026-06-01ASoC: rsnd: adg: Look up RZ/G3E clkin under audio-clk{a,b,c,i}John Madieu
2026-06-01ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock managementJohn Madieu
2026-06-01ASoC: rsnd: Add ADG reset support for RZ/G3EJohn Madieu
2026-06-01ASoC: rsnd: Add SSI reset support for RZ/G3E platformJohn Madieu
2026-06-01ASoC: rsnd: ssiu: Add RZ/G3E BUSIF supportJohn Madieu
2026-06-01ASoC: rsnd: ssiu: Add shared SSI reset controller supportJohn Madieu
2026-06-01ASoC: rsnd: Add RZ/G3E DMA address calculation supportJohn Madieu
2026-06-01ASoC: rsnd: Refactor DMA address tables with named structsJohn Madieu
2026-06-01ASoC: rsnd: Add audmapp clock and reset support for RZ/G3EJohn Madieu
2026-06-01ASoC: rsnd: Add RZ/G3E SoC probing and register mapJohn Madieu
2026-06-01ASoC: rsnd: Support hyphen or dot in indexed clock and reset namesJohn Madieu
2026-06-01ASoC: rsnd: Add reset controller support to rsnd_modJohn Madieu
2026-06-01ASoC: rsnd: Fix RSND_SOC_MASK width to single nibbleJohn Madieu
2026-06-01ASoC: dt-bindings: sound: Add DT binding for RZ/G3E soundJohn Madieu
2026-06-01Merge tag 'socfpga_fix_for_v7.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2026-06-01Merge tag 'at91-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2026-06-01MAINTAINERS: use new drbd-dev mailing listChristoph Böhmwalder
2026-06-01ASoC: nau8822: add support for supply regulatorsMark Brown
2026-06-01ASoC: codecs: nau8822: add support for supply regulatorsAlexey Charkov
2026-06-01ASoC: dt-bindings: nau8822: Add supply regulatorsAlexey Charkov
2026-06-01spi: tegra210-quad: Allocate DMA memory for DMA engineAaron Kling
2026-06-01spi: imx: replace dmaengine_terminate_all() with dmaengine_terminate_sync()Carlos Song
2026-06-01spi: fsl-lpspi: fix DMA termination issuesMark Brown
2026-06-01spi: fsl-lpspi: terminate the RX channel on TX prepare failure pathCarlos Song
2026-06-01spi: fsl-lpspi: replace dmaengine_terminate_all() with dmaengine_terminate_sy...Carlos Song
2026-06-01spi: atmel: fix DMA channel and bounce buffer leaksFelix Gu
2026-06-01ASoC: mediatek: mt2701: fix snprintf boundsRosen Penev
2026-06-01net: ibm: emac: Reserve VLAN header in MJS limitRosen Penev
2026-06-01Merge tag 'renesas-pinctrl-for-v7.2-tag2' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2026-06-01Merge tag 'intel-pinctrl-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi
2026-06-01ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writebackZhang Yi
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto