MAINTAINERS | 2 +-
drivers/misc/Kconfig | 13 +-
drivers/misc/Makefile | 2 +-
drivers/misc/fastrpc/Kconfig | 16 ++
drivers/misc/fastrpc/Makefile | 4 +
drivers/misc/fastrpc/fastrpc_debug.c | 156 ++++++++++++++++++
drivers/misc/fastrpc/fastrpc_debug.h | 31 ++++
.../{fastrpc.c => fastrpc/fastrpc_main.c} | 154 ++---------------
drivers/misc/fastrpc/fastrpc_shared.h | 155 +++++++++++++++++
9 files changed, 382 insertions(+), 151 deletions(-)
create mode 100644 drivers/misc/fastrpc/Kconfig
create mode 100644 drivers/misc/fastrpc/Makefile
create mode 100644 drivers/misc/fastrpc/fastrpc_debug.c
create mode 100644 drivers/misc/fastrpc/fastrpc_debug.h
rename drivers/misc/{fastrpc.c => fastrpc/fastrpc_main.c} (94%)
create mode 100644 drivers/misc/fastrpc/fastrpc_shared.h