summaryrefslogtreecommitdiff
path: root/drivers/firmware/turris-mox-rwtm.c
AgeCommit message (Expand)Author
2024-11-12firmware: turris-mox-rwtm: Document the driver private data structureMarek Behún
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-02firmware: turris-mox-rwtm: Deduplicate command execution codeMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use ALIGN() instead of hardcodingMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYSMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv memberMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()Marek Behún
2024-09-02firmware: turris-mox-rwtm: Drop redundant device pointerMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use dev_err_probe() where possibleMarek Behún
2024-09-02firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remo...Marek Behún
2024-09-02firmware: turris-mox-rwtm: Simplify debugfs codeMarek Behún
2024-09-02firmware: turris-mox-rwtm: Don't create own kobject typeMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()Marek Behún
2024-09-02firmware: turris-mox-rwtm: Fix driver includesMarek Behún
2024-09-02firmware: turris-mox-rwtm: Hide signature related constants behind macrosMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use the boolean type where appropriateMarek Behún
2024-09-02firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6Marek Behún
2024-09-02firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096Marek Behún
2024-07-15firmware: turris-mox-rwtm: Initialize completion before mailboxMarek Behún
2024-07-15firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...Marek Behún
2024-07-15firmware: turris-mox-rwtm: Do not complete if there are no waitersMarek Behún
2024-01-04firmware: turris-mox-rwtm: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-07firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2021-06-23Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson
2021-06-17firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...Pali Rohár
2021-06-17firmware: turris-mox-rwtm: show message about HWRNG registrationPali Rohár
2021-06-17firmware: turris-mox-rwtm: fail probing when firmware does not support hwrngPali Rohár
2021-06-17firmware: turris-mox-rwtm: report failures betterMarek Behún
2021-06-17firmware: turris-mox-rwtm: fix reply status decoding functionMarek Behún
2021-04-09treewide: change my e-mail address, fix my nameMarek Behún
2020-07-18firmware: turris-mox-rwtm: support ECDSA signatures via debugfsMarek Behún
2020-01-08firmware: turris-mox-rwtm: small white space cleanupDan Carpenter
2019-09-04firmware: Add Turris Mox rWTM firmware driverMarek Behún