diff options
author | Anastasia Klimchuk <aklm@chromium.org> | 2022-07-18 13:11:06 +1000 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-07-26 00:34:20 +0000 |
commit | 62cb16c709d93a6f300f299bf8da78d1cebac2f8 (patch) | |
tree | 83434829a100d2d61d303008a12d48bf9413863a | |
parent | 509f675fe2c2b940d165ecfc6f29f0854a90f248 (diff) | |
download | flashrom-62cb16c709d93a6f300f299bf8da78d1cebac2f8.tar.gz flashrom-62cb16c709d93a6f300f299bf8da78d1cebac2f8.tar.bz2 flashrom-62cb16c709d93a6f300f299bf8da78d1cebac2f8.zip |
maintainers: Add Peter Marheine for i2c core
Change-Id: I1e2884451aa0dbc40f09ef0e6a61c157d6a734a5
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/65938
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 72c68eb7..2d41e94a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -90,3 +90,8 @@ F: */meson* F: */Makefile* F: util/ich_descriptors_tool/meson* F: util/ich_descriptors_tool/Makefile* + +I2C HELPERS +M: Peter Marheine <pmarheine@chromium.org> +S: Supported +F: i2c_helper_linux.c |