diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2018-03-28 14:30:27 +0300 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2018-03-28 14:35:46 +0300 |
commit | 4a8ae3353694014241b3f44303c3a597e9ef0c15 (patch) | |
tree | 680665c2a27ffec09e8cc5d15b96d1f116e91b10 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | op-kernel-dev-4a8ae3353694014241b3f44303c3a597e9ef0c15.zip op-kernel-dev-4a8ae3353694014241b3f44303c3a597e9ef0c15.tar.gz |
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 <alexander.shishkin@linux.intel.com>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260..48e426f 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 <alexander.shishkin@linux.intel.com> +S: Maintained +F: drivers/hwtracing/ + HARDWARE SPINLOCK CORE M: Ohad Ben-Cohen <ohad@wizery.com> M: Bjorn Andersson <bjorn.andersson@linaro.org> |