Re: [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names

2025-07-14 Thread Kees Cook
On Tue, 01 Jul 2025 14:55:53 +0100, Dave Martin wrote: > This series aims to clean up an aspect of coredump generation: > > ELF coredumps contain a set of notes describing the state of machine > registers and other information about the dumped process. > > Notes are identified by a numeric identi

[PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema

2025-07-14 Thread Rob Herring (Arm)
Many simple GPIO controllers without interrupt capability have the same schema other than their compatible value. Combine all these bindings into a single schema. The criteria to be included here is must use 2 cells, have no interrupt capability, have 0 or 1 "reg" entries, and have no other resourc

Re: [PATCH] ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequency

2025-07-14 Thread Mark Brown
On Tue, 08 Jul 2025 16:53:17 +0800, Shengjiu Wang wrote: > The sysclk frequency can be calculated from sample rate multiply ratio. > When sysclk_freq is not configured, but sysclk_ratio is configured, then > calculate sysclk frequency according to sysclk_ratio. > > Apply this change for wm8524 cod