From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 317E941B8CD for ; Thu, 6 Aug 2026 09:03:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786006990; cv=none; b=qZRE5wbs9fPiYksssBLgGVGB5uygjjpHp9cTtDhPBWDQiP82gTVbODivunun3QAeCJOlKr/0pOFVYy6SzuhWARpl+if5to4wCkg/kFeHB9tCrVQWiiYLQW+KF5C13w1imZpfQZHPr4IA57qZ2OGBIkbPHRip3U9fmL4bXt8mObA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786006990; c=relaxed/simple; bh=JRw0fR3R+lHtuwrJriqnpcu5wJXandoJrD7Cmo53RA4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=E2MXKzMLIjXnVctSsp0PTOtj5M75AeDKMzgQauXt4lBmosE9twhW3fGOFJLLDOIsCETFJb4+Np8PBFklSzcpy4gcGRcOpLcWEvMtclOMZgl9HNFwgB5wqZ20ZD4Pi1JrllVzAgRvfLYVmY5tX3QOLAosF1XmVi3UPJiPp/JBU38= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=S3EObt8a; arc=none smtp.client-ip=91.218.175.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="S3EObt8a" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1786006984; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5wfbAvYAm10lGW8r5BMlHstDQmWSH3/UNl2w/lopS4w=; b=S3EObt8a6+pyb1SuDjg428nb4sDwk0UPMTusfaDI2OKleCIaMw6MIjYFX6UKhUffbOCWI9 rhw/ngetSMvIeNwLEszeA/FkdtfgoyWqPG3xQcQEltTXRak3uv4ah8Btan/103NKWnCDQd lVeMZKqAnKQyynsPhm9wql6mcuHZ8Mc= Date: Thu, 6 Aug 2026 10:57:34 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 0/8] Reword the SDCA HID code To: Charles Keepax , broonie@kernel.org Cc: lgirdwood@gmail.com, yung-chuan.liao@linux.intel.com, shenghao-ding@ti.com, kevin-lu@ti.com, baojun.xu@ti.com, sen@ti.com, niranjan.hy@ti.com, oder_chiou@realtek.com, shumingf@realtek.com, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com References: <20260805124205.4152543-1-ckeepax@opensource.cirrus.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Pierre-Louis Bossart In-Reply-To: <20260805124205.4152543-1-ckeepax@opensource.cirrus.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 8/5/26 14:41, Charles Keepax wrote: > This series reworks the SDCA HID code, the primary goals being to no > longer store runtime HID data in the DisCo data structures and remove > the need to pass the soundwire device into the ACPI parsing code. > > To achieve this the HID device registration is moved to the IRQ work > flow rather than the ACPI work flow. > > Also a few small issues are fixed up along the way, some formatting, > some missing cleanup/docs. > > Thanks, > Charles > > Charles Keepax (8): > ASoC: SDCA: Tidy up error message > ASoC: SDCA: Remove unused dev pointer argument > ASoC: SDCA: Move HID registration to IRQ time > ASoC: SDCA: Move HID descriptors to function > ASoC: SDCA: Update HID DisCo parsing > ASoC: SDCA: Add missing destroy for HID device > ASoC: SDCA: Add missing HID kernel doc > ASoC: SDCA: Pass swft table through sdca_dev_register() LGTM Reviewed-by: Pierre-Louis Bossart