Message ID | 20240831092050.23093-1-kabel@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Updates for turris-mox-rwtm driver | expand |
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!