diff options
author | Bartlomiej Zolnierkiewicz <[email protected]> | 2014-12-02 17:29:08 +0100 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2015-01-06 18:43:20 -0500 |
commit | c7fa056c820fef26de34d346b148943e717958a0 (patch) | |
tree | a50a1b4ac42e9d3fe66b410d7bff0b4fdc08a2c6 | |
parent | 32ac7cb262177f58c7c8846311599460e5e7e3c5 (diff) |
ata: add MAINTAINERS entry for libata PATA drivers
Add myself as the primary maintainer for libata PATA drivers.
The merging process would remain unchanged with patches going
through Tejun's tree.
Cc: Alan Cox <[email protected]>
Cc: Sergei Shtylyov <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c20aebedbb03..5d7b387a0c30 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5703,6 +5703,15 @@ S: Maintained F: include/linux/pata_arasan_cf_data.h F: drivers/ata/pata_arasan_cf.c +LIBATA PATA DRIVERS +M: Bartlomiej Zolnierkiewicz <[email protected]> +M: Tejun Heo <[email protected]> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git +S: Maintained +F: drivers/ata/pata_*.c +F: drivers/ata/ata_generic.c + LIBATA SATA AHCI PLATFORM devices support M: Hans de Goede <[email protected]> M: Tejun Heo <[email protected]> |