From: patchwork-bot+linux-soc@kernel.org
To: =?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: soc@kernel.org
Subject: Re: [PATCH v5 00/16] Updates for turris-mox-rwtm driver
Date: Fri, 11 Oct 2024 10:59:08 +0000 [thread overview]
Message-ID: <172864434848.2676212.16801778199740341205.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240831092050.23093-1-kabel@kernel.org>
Hello:
This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:
On Sat, 31 Aug 2024 11:20:34 +0200 you wrote:
> Hi Arnd,
>
> this is v5 of refactors and cleanups for the turris-mox-rwtm driver.
> Back on 15th July [1] you said that I should separate bugfixes in
> another series, which you already applied. I forgot to send the rest
> once 6.11 merge window closed.
>
> [...]
Here is the summary with links:
- [v5,01/16] firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096
https://git.kernel.org/soc/soc/c/29d258542f90
- [v5,02/16] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
https://git.kernel.org/soc/soc/c/c3358e101741
- [v5,03/16] firmware: turris-mox-rwtm: Use the boolean type where appropriate
https://git.kernel.org/soc/soc/c/b787a6b89284
- [v5,04/16] firmware: turris-mox-rwtm: Hide signature related constants behind macros
https://git.kernel.org/soc/soc/c/99ed7980b5b0
- [v5,05/16] firmware: turris-mox-rwtm: Fix driver includes
https://git.kernel.org/soc/soc/c/671d5f68698b
- [v5,06/16] firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()
https://git.kernel.org/soc/soc/c/97a9c5b3e0a4
- [v5,07/16] firmware: turris-mox-rwtm: Don't create own kobject type
https://git.kernel.org/soc/soc/c/579e05ee1bfb
- [v5,08/16] firmware: turris-mox-rwtm: Simplify debugfs code
https://git.kernel.org/soc/soc/c/1b649ec180d4
- [v5,09/16] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove()
https://git.kernel.org/soc/soc/c/fbd48bd8cf0c
- [v5,10/16] firmware: turris-mox-rwtm: Use dev_err_probe() where possible
https://git.kernel.org/soc/soc/c/869b1fc04356
- [v5,11/16] firmware: turris-mox-rwtm: Drop redundant device pointer
https://git.kernel.org/soc/soc/c/ed09d6d4f593
- [v5,12/16] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
https://git.kernel.org/soc/soc/c/db955e084748
- [v5,13/16] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
https://git.kernel.org/soc/soc/c/21733f5902be
- [v5,14/16] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
https://git.kernel.org/soc/soc/c/8a4853a65b88
- [v5,15/16] firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding
https://git.kernel.org/soc/soc/c/82944f65a0a5
- [v5,16/16] firmware: turris-mox-rwtm: Deduplicate command execution code
https://git.kernel.org/soc/soc/c/a79f256fc99d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-10-11 10:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-31 9:20 [PATCH v5 00/16] Updates for turris-mox-rwtm driver Marek Behún
2024-08-31 9:20 ` [PATCH v5 01/16] firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096 Marek Behún
2024-08-31 9:20 ` [PATCH v5 02/16] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6 Marek Behún
2024-08-31 9:20 ` [PATCH v5 03/16] firmware: turris-mox-rwtm: Use the boolean type where appropriate Marek Behún
2024-08-31 9:20 ` [PATCH v5 04/16] firmware: turris-mox-rwtm: Hide signature related constants behind macros Marek Behún
2024-08-31 9:20 ` [PATCH v5 05/16] firmware: turris-mox-rwtm: Fix driver includes Marek Behún
2024-08-31 9:20 ` [PATCH v5 06/16] firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf() Marek Behún
2024-08-31 9:20 ` [PATCH v5 07/16] firmware: turris-mox-rwtm: Don't create own kobject type Marek Behún
2024-08-31 9:20 ` [PATCH v5 08/16] firmware: turris-mox-rwtm: Simplify debugfs code Marek Behún
2024-08-31 9:20 ` [PATCH v5 09/16] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove() Marek Behún
2024-08-31 9:20 ` [PATCH v5 10/16] firmware: turris-mox-rwtm: Use dev_err_probe() where possible Marek Behún
2024-08-31 9:20 ` [PATCH v5 11/16] firmware: turris-mox-rwtm: Drop redundant device pointer Marek Behún
2024-08-31 9:20 ` [PATCH v5 12/16] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init() Marek Behún
2024-08-31 9:20 ` [PATCH v5 13/16] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member Marek Behún
2024-08-31 9:20 ` [PATCH v5 14/16] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS Marek Behún
2024-08-31 9:20 ` [PATCH v5 15/16] firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding Marek Behún
2024-08-31 9:20 ` [PATCH v5 16/16] firmware: turris-mox-rwtm: Deduplicate command execution code Marek Behún
2024-10-11 10:59 ` patchwork-bot+linux-soc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=172864434848.2676212.16801778199740341205.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-soc@kernel.org \
--cc==?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.