From 633e973e5fa2e5ee7fa1aabea666e8ac04b9755c Mon Sep 17 00:00:00 2001 From: Bingzhe Cai Date: Fri, 12 Jul 2013 13:49:24 +0800 Subject: [PATCH] input: touchpanel: Move Goodix GT915 driver to drivers folder Goodix GT915 driver was provided by vendor and cherry-picked into our project, it need to be placed to right location. Change-Id: Idf191144354426233eca41727a41e26ddbf92f95 Signed-off-by: Bingzhe Cai Signed-off-by: Pan Fang --- {input => drivers/input}/touchscreen/gt9xx/goodix_tool.c | 0 {input => drivers/input}/touchscreen/gt9xx/gt9xx.c | 0 {input => drivers/input}/touchscreen/gt9xx/gt9xx.h | 0 {input => drivers/input}/touchscreen/gt9xx/gt9xx_firmware.h | 0 {input => drivers/input}/touchscreen/gt9xx/gt9xx_update.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {input => drivers/input}/touchscreen/gt9xx/goodix_tool.c (100%) rename {input => drivers/input}/touchscreen/gt9xx/gt9xx.c (100%) rename {input => drivers/input}/touchscreen/gt9xx/gt9xx.h (100%) rename {input => drivers/input}/touchscreen/gt9xx/gt9xx_firmware.h (100%) rename {input => drivers/input}/touchscreen/gt9xx/gt9xx_update.c (100%) diff --git a/input/touchscreen/gt9xx/goodix_tool.c b/drivers/input/touchscreen/gt9xx/goodix_tool.c similarity index 100% rename from input/touchscreen/gt9xx/goodix_tool.c rename to drivers/input/touchscreen/gt9xx/goodix_tool.c diff --git a/input/touchscreen/gt9xx/gt9xx.c b/drivers/input/touchscreen/gt9xx/gt9xx.c similarity index 100% rename from input/touchscreen/gt9xx/gt9xx.c rename to drivers/input/touchscreen/gt9xx/gt9xx.c diff --git a/input/touchscreen/gt9xx/gt9xx.h b/drivers/input/touchscreen/gt9xx/gt9xx.h similarity index 100% rename from input/touchscreen/gt9xx/gt9xx.h rename to drivers/input/touchscreen/gt9xx/gt9xx.h diff --git a/input/touchscreen/gt9xx/gt9xx_firmware.h b/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h similarity index 100% rename from input/touchscreen/gt9xx/gt9xx_firmware.h rename to drivers/input/touchscreen/gt9xx/gt9xx_firmware.h diff --git a/input/touchscreen/gt9xx/gt9xx_update.c b/drivers/input/touchscreen/gt9xx/gt9xx_update.c similarity index 100% rename from input/touchscreen/gt9xx/gt9xx_update.c rename to drivers/input/touchscreen/gt9xx/gt9xx_update.c