jtag: add jtag setup driver support
authorBo Yang <bo.yang@amlogic.com>
Fri, 31 Mar 2017 12:08:17 +0000 (20:08 +0800)
committerBo Yang <bo.yang@amlogic.com>
Sat, 1 Apr 2017 03:58:44 +0000 (11:58 +0800)
commit5a3633a1a3ff0ca732a3fef45d9670a5936a270e
tree6aabb238a37d4d7a8c8985a56432c31fd6daf2ef
parent464deb9b789b7a6105fec0a363a1e483016b4695
jtag: add jtag setup driver support

PD#138714: jtag: add jtag setup driver support

add two configuration fot jtag support:

+CONFIG_AMLOGIC_JTAG=y
+CONFIG_AMLOGIC_JTAG_MESON=y

Change-Id: Ic0bdd336b1ec8ca31359f1a6ab0b0e305a8e37d1
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
MAINTAINERS
arch/arm64/configs/meson64_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/jtag/Kconfig [new file with mode: 0644]
drivers/amlogic/jtag/Makefile [new file with mode: 0644]
drivers/amlogic/jtag/meson_jtag.c [new file with mode: 0644]
drivers/amlogic/jtag/meson_jtag.h [new file with mode: 0644]
include/linux/amlogic/jtag.h [new file with mode: 0644]
include/linux/amlogic/mmc_notify.h [new file with mode: 0644]