Message ID | 20240617144532.17385-1-kabel@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <kabel@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 702E5C2BA15 for <soc@archiver.kernel.org>; Mon, 17 Jun 2024 14:45:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 325B0C4AF51; Mon, 17 Jun 2024 14:45:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12D5CC2BD10; Mon, 17 Jun 2024 14:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718635538; bh=q0e3z49jre01zqDw0s0VIlRYWWDjf51fRvROcgNDLyM=; h=From:List-Id:To:Cc:Subject:Date:From; b=nL3p5Nw1wMevfvympRtqMDKBrr5yU7ebMRPg/eD2HL6xseAvP7C6cAxVB9t/i3e0B ikJS7VITO+vuVYTFd+c55l5wCjlxQNUedTpZ1TrL/uMcJFn98q3UKYVt0ck9p6Quag lybrG8aT2QGTzWvTZGx9qwARJdBjNzvMFPlmiGbYaTBYjjPHqU2aA+Ssd5OkTDpH7m xoQywR7JE0/14P5/HcMMVInLqOV8i1aBkX4HsISFEkJQr7pUgCxnncqUDkTpi6uR5P /Oi6H3UY5hqry68KiA36+Vz56cccwl6770N0AdKBYvmIbDwMuu8RLdBwAu05keS73/ VzZc1AorF2wPg== From: =?utf-8?q?Marek_Beh=C3=BAn?= <kabel@kernel.org> List-Id: <soc.lore.kernel.org> To: Gregory CLEMENT <gregory.clement@bootlin.com>, Andrew Lunn <andrew@lunn.ch>, Arnd Bergmann <arnd@arndb.de>, soc@kernel.org, arm@kernel.org, Andy Shevchenko <andy@kernel.org>, Hans de Goede <hdegoede@redhat.com>, =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> Cc: =?utf-8?q?Marek_Beh=C3=BAn?= <kabel@kernel.org> Subject: [PATCH v3 00/17] Updates for turris-mox-rwtm driver Date: Mon, 17 Jun 2024 16:45:15 +0200 Message-ID: <20240617144532.17385-1-kabel@kernel.org> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
Updates for turris-mox-rwtm driver
|
expand
|
On Mon, Jun 17, 2024 at 4:45 PM Marek Behún <kabel@kernel.org> wrote: > > Hi Gregory, Arnd, Andy et al. > > this is v3 of series of fixes, refactors and cleanups for the > turris-mox-rwtm driver. As far as I'm concerned this looks good enough to proceed. FWIW, Reviewed-by: Andy Shevchenko <andy@kernel.org> In case of a new version, please address a few nit-picks.