index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
turris-mox-rwtm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-02
firmware: turris-mox-rwtm: Deduplicate command execution code
Marek Behún
1
-59
/
+39
2024-09-02
firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding
Marek Behún
1
-1
/
+2
2024-09-02
firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
Marek Behún
1
-3
/
+3
2024-09-02
firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
Marek Behún
1
-2
/
+1
2024-09-02
firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
Marek Behún
1
-1
/
+4
2024-09-02
firmware: turris-mox-rwtm: Drop redundant device pointer
Marek Behún
1
-7
/
+11
2024-09-02
firmware: turris-mox-rwtm: Use dev_err_probe() where possible
Marek Behún
1
-11
/
+5
2024-09-02
firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remo...
Marek Behún
1
-14
/
+11
2024-09-02
firmware: turris-mox-rwtm: Simplify debugfs code
Marek Behún
1
-33
/
+11
2024-09-02
firmware: turris-mox-rwtm: Don't create own kobject type
Marek Behún
1
-78
/
+30
2024-09-02
firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()
Marek Behún
1
-1
/
+1
2024-09-02
firmware: turris-mox-rwtm: Fix driver includes
Marek Behún
1
-1
/
+6
2024-09-02
firmware: turris-mox-rwtm: Hide signature related constants behind macros
Marek Behún
1
-14
/
+22
2024-09-02
firmware: turris-mox-rwtm: Use the boolean type where appropriate
Marek Behún
1
-7
/
+8
2024-09-02
firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
Marek Behún
1
-1
/
+2
2024-09-02
firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096
Marek Behún
1
-4
/
+7
2024-07-15
firmware: turris-mox-rwtm: Initialize completion before mailbox
Marek Behún
1
-2
/
+1
2024-07-15
firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...
Marek Behún
1
-9
/
+6
2024-07-15
firmware: turris-mox-rwtm: Do not complete if there are no waiters
Marek Behún
1
-1
/
+4
2024-01-04
firmware: turris-mox-rwtm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-07
firmware: turris-mox-rwtm: make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-1
/
+0
2021-06-24
Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
1
-0
/
+1
2021-06-17
firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...
Pali Rohár
1
-0
/
+1
2021-06-17
firmware: turris-mox-rwtm: show message about HWRNG registration
Pali Rohár
1
-0
/
+2
2021-06-17
firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng
Pali Rohár
1
-0
/
+28
2021-06-17
firmware: turris-mox-rwtm: report failures better
Marek Behún
1
-6
/
+12
2021-06-17
firmware: turris-mox-rwtm: fix reply status decoding function
Marek Behún
1
-2
/
+5
2021-04-10
treewide: change my e-mail address, fix my name
Marek Behún
1
-2
/
+2
2020-07-18
firmware: turris-mox-rwtm: support ECDSA signatures via debugfs
Marek Behún
1
-0
/
+166
2020-01-08
firmware: turris-mox-rwtm: small white space cleanup
Dan Carpenter
1
-1
/
+1
2019-09-04
firmware: Add Turris Mox rWTM firmware driver
Marek Behún
1
-0
/
+384