Message ID | cover.1747401908.git.geert+renesas@glider.be |
---|---|
Headers | show
Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (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 5668C7263C for <linux-spi@vger.kernel.org>; Fri, 16 May 2025 13:32:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.48 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747402368; cv=none; b=Uq6qyJks9KjJwJA47z9PA08Z+1fDsMWFfAdpIHCfuqRoGqz8OcBpcw9AwYU8iCGwYmpHDoJqJeZP9R9ke1vbKtjWWoeZgrprbnc+t0K1H+ELFdOA8nKhA+fBaR5mlPmPAXBgUv86oGH4Zrgm6ZCb4s1ip8seJNZOi5VbD7zuv4E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747402368; c=relaxed/simple; bh=HtteoMpXwZumxvkhLX0UpbrbT4fRDbTpJ3wPmMXkYtc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TZrtxjReWMyspzv4diIc+zf9+WrxRjqKL5WZL9iG8kIhweTxqb7yKHf5gpszWNEQe916g2oVHY6a4IfOQi/buVsOxy1C3xYWpg6hlBJc7uWfgEZ2gdeRqgxwwucqLWDfJCjElQvRO9eegLGt55FWHNpyF5ddaUVQN49r/tsfJsY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4ZzSgP3wK8z4xBbR for <linux-spi@vger.kernel.org>; Fri, 16 May 2025 15:32:33 +0200 (CEST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:b0d6:ccd4:58dc:70fd]) by albert.telenet-ops.be with cmsmtp id ppYX2E0083S8nz406pYXwv; Fri, 16 May 2025 15:32:33 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from <geert@linux-m68k.org>) id 1uFvAi-000000020iJ-0dAn; Fri, 16 May 2025 15:32:31 +0200 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from <geert@linux-m68k.org>) id 1uFvAt-00000001522-23dN; Fri, 16 May 2025 15:32:31 +0200 From: Geert Uytterhoeven <geert+renesas@glider.be> To: Mark Brown <broonie@kernel.org>, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>, Liam Girdwood <lgirdwood@gmail.com>, Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>, Koji Matsuoka <koji.matsuoka.xm@renesas.com>, Wolfram Sang <wsa+renesas@sang-engineering.com> Cc: linux-spi@vger.kernel.org, linux-sound@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be> Subject: [PATCH v2 00/22] spi: sh-msiof: Transfer size improvements and I2S reuse Date: Fri, 16 May 2025 15:32:03 +0200 Message-ID: <cover.1747401908.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: <linux-spi.vger.kernel.org> List-Subscribe: <mailto:linux-spi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-spi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
spi: sh-msiof: Transfer size improvements and I2S reuse
|
expand
|