summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Hogan2012-09-21 18:38:15 +0200
committerJames Hogan2013-03-02 21:09:56 +0100
commitae85ac71b7433fa974759109c4380c620258f07f (patch)
tree066915c6c1f0f830c35ff12f4a84e233b6fd15da /MAINTAINERS
parentscripts/checkstack.pl: Add metag support (diff)
downloadkernel-qcow2-linux-ae85ac71b7433fa974759109c4380c620258f07f.tar.gz
kernel-qcow2-linux-ae85ac71b7433fa974759109c4380c620258f07f.tar.xz
kernel-qcow2-linux-ae85ac71b7433fa974759109c4380c620258f07f.zip
metag: Add JTAG Debug Adapter (DA) support
Add basic JTAG Debug Adapter (DA) support so that drivers which communicate with the DA can detect whether one is actually present (otherwise the target will halt indefinitely). This allows the metag_da TTY driver and imgdafs filesystem driver to be built, updates defconfigs, and sets up the metag_da console early if it's configured in. Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9b2b7699da4d..a6a0c352e559 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5042,6 +5042,8 @@ F: Documentation/devicetree/bindings/metag/
F: drivers/clocksource/metag_generic.c
F: drivers/irqchip/irq-metag.c
F: drivers/irqchip/irq-metag-ext.c
+F: drivers/tty/metag_da.c
+F: fs/imgdafs/
MICROBLAZE ARCHITECTURE
M: Michal Simek <monstr@monstr.eu>