diff options
author | Alexander Shishkin <[email protected]> | 2018-03-28 14:30:27 +0300 |
---|---|---|
committer | Alexander Shishkin <[email protected]> | 2018-03-28 14:35:46 +0300 |
commit | 4a8ae3353694014241b3f44303c3a597e9ef0c15 (patch) | |
tree | 680665c2a27ffec09e8cc5d15b96d1f116e91b10 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
MAINTAINERS: Bestow upon myself the care for drivers/hwtracing
Although all components of drivers/hwtracing are Maintained, the
directory itself isn't, which leads to confusion when people want
to patch the Kconfig file, for example.
This adds an entry to the MAINTAINERS file with myself as a
maintainer.
Signed-off-by: Alexander Shishkin <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260e36b7..48e426fcde97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6242,6 +6242,11 @@ F: Documentation/hw_random.txt F: drivers/char/hw_random/ F: include/linux/hw_random.h +HARDWARE TRACING FACILITIES +M: Alexander Shishkin <[email protected]> +S: Maintained +F: drivers/hwtracing/ + HARDWARE SPINLOCK CORE M: Ohad Ben-Cohen <[email protected]> M: Bjorn Andersson <[email protected]> |