[PATCH 2/2] ASoC: fsl_xcvr: get channel status data with firmware exists

2025-07-09 Thread Shengjiu Wang
For the XCVR module on i.MX95, even though it only supports SPDIF, the channel status needs to be obtained from RAM space, which is processed by firmware. Firmware is necessary to trigger the FSL_XCVR_IRQ_NEW_CS interrupt. This change also applies for the SPDIF & ARC function on i.MX8MP which has

[PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases

2025-07-09 Thread Shengjiu Wang
There is two different cases for getting channel status data: 1. With PHY exists, there is firmware running on M core, the firmware should fill the channel status to RAM space, driver need to read them from RAM. 2. Without PHY, the channel status need to be obtained from registers. Shengjiu Wang (

[PATCH 1/2] ASoC: fsl_xcvr: get channel status data when PHY is not exists

2025-07-09 Thread Shengjiu Wang
There is no PHY for the XCVR module on i.MX93, the channel status needs to be obtained from FSL_XCVR_RX_CS_DATA_* registers. And channel status acknowledge (CSA) bit should be set once channel status is processed. Fixes: e240b9329a30 ("ASoC: fsl_xcvr: Add support for i.MX93 platform") Signed-off-b

Re: [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

2025-07-09 Thread Kees Cook
On Sat, May 24, 2025 at 04:13:02PM +0530, Ritesh Harjani wrote: > Kees Cook writes: > > > When KCOV is enabled all functions get instrumented, unless > > the __no_sanitize_coverage attribute is used. To prepare for > > __no_sanitize_coverage being applied to __init functions, we have to > > handl

Re: [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges

2025-07-09 Thread Manivannan Sadhasivam
On Mon, Jul 07, 2025 at 01:29:22PM GMT, Niklas Cassel wrote: > + Mani's kernel.org email. > > On Mon, Jul 07, 2025 at 01:05:39PM +0200, Niklas Cassel wrote: > > Hello Mani, > > > > On Fri, May 30, 2025 at 09:39:28PM +0530, Manivannan Sadhasivam wrote: > > > On Fri, May 30, 2025 at 06:34:04AM -050

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

2025-07-09 Thread Akihiko Odaki
On 2025/07/01 22:55, 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 identifier n_type and a "name"