mbox series

[v5,00/16] Updates for turris-mox-rwtm driver

Message ID 20240831092050.23093-1-kabel@kernel.org (mailing list archive)
Headers show
Series Updates for turris-mox-rwtm driver | expand

Message

Marek BehĂșn Aug. 31, 2024, 9:20 a.m. UTC
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.

So here they are.

Marek

[1] https://lore.kernel.org/soc/4b4785ca-0fba-4227-8186-c5da08d38eb2@app.fastmail.com/

Marek BehĂșn (16):
  firmware: turris-mox-rwtm: Use macro constant instead of hardcoded
    4096
  firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
  firmware: turris-mox-rwtm: Use the boolean type where appropriate
  firmware: turris-mox-rwtm: Hide signature related constants behind
    macros
  firmware: turris-mox-rwtm: Fix driver includes
  firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()
  firmware: turris-mox-rwtm: Don't create own kobject type
  firmware: turris-mox-rwtm: Simplify debugfs code
  firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of
    driver .remove()
  firmware: turris-mox-rwtm: Use dev_err_probe() where possible
  firmware: turris-mox-rwtm: Drop redundant device pointer
  firmware: turris-mox-rwtm: Use devm_mutex_init() instead of
    mutex_init()
  firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv
    member
  firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
  firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding
  firmware: turris-mox-rwtm: Deduplicate command execution code

 drivers/firmware/turris-mox-rwtm.c | 380 ++++++++++++-----------------
 1 file changed, 153 insertions(+), 227 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 11, 2024, 10:59 a.m. UTC | #1
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!