From: Barry Song <redacted>
patch "lib: int_sqrt: add int64_sqrt routine" add a int64_sqrt() API
which CSR SiRFSoC internal touchscreen driver needs. and patch "input:
sirfsoc_rs - add sirfsoc internal ADC-based touchscreen driver" adds
the new driver.
Guoying Zhang (1):
input: sirfsoc_rs - add sirfsoc internal ADC-based touchscreen driver
Yibo Cai (1):
lib: int_sqrt: add int64_sqrt routine
drivers/input/touchscreen/Kconfig | 10 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/sirfsoc_ts.c | 658 +++++++++++++++++++++++++++++++++
include/linux/kernel.h | 1 +
lib/int_sqrt.c | 27 ++
5 files changed, 697 insertions(+)
create mode 100644 drivers/input/touchscreen/sirfsoc_ts.c
--
1.9.3