diff options
author | Joel Stanley <[email protected]> | 2019-07-02 14:07:05 +0930 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2019-07-03 10:41:22 +0930 |
commit | 60c87bc53178965aeb3dea798020e33900ab46f0 (patch) | |
tree | 4d4a345a41c0e25c84fc87951074fc72ccfa32ed | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) |
MAINTAINERS: Add FSI subsystem
The subsystem was merged some time ago but we did not have a maintainers
entry. The mailing list exists to allow our patchwork to slurp up the
patches. The tree will be co-maintained by myself and Jeremy.
Acked-by: Jeremy Kerr <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5cfbea4ce575..c37c14459759 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6477,6 +6477,19 @@ F: fs/crypto/ F: include/linux/fscrypt*.h F: Documentation/filesystems/fscrypt.rst +FSI SUBSYSTEM +M: Jeremy Kerr <[email protected]> +M: Joel Stanley <[email protected]> +R: Alistar Popple <[email protected]> +R: Eddie James <[email protected]> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git +Q: http://patchwork.ozlabs.org/project/linux-fsi/list/ +S: Supported +F: drivers/fsi/ +F: include/linux/fsi*.h +F: include/trace/events/fsi*.h + FSI-ATTACHED I2C DRIVER M: Eddie James <[email protected]> |