linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] input: Add CSR SiRFSoC internal touchscreen driver
@ 2014-06-23  9:42 Barry Song
  2014-06-23  9:43 ` [PATCH 1/2] lib: int_sqrt: add int64_sqrt routine Barry Song
  2014-06-23  9:43 ` [PATCH 2/2] input: sirfsoc_rs - add sirfsoc internal ADC-based touchscreen driver Barry Song
  0 siblings, 2 replies; 8+ messages in thread
From: Barry Song @ 2014-06-23  9:42 UTC (permalink / raw)
  To: dmitry.torokhov, dtor, akpm; +Cc: linux-input, workgroup.linux, Barry Song

From: Barry Song <Baohua.Song@csr.com>

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-24 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23  9:42 [PATCH 0/2] input: Add CSR SiRFSoC internal touchscreen driver Barry Song
2014-06-23  9:43 ` [PATCH 1/2] lib: int_sqrt: add int64_sqrt routine Barry Song
2014-06-23  9:52   ` Peter Meerwald
2014-06-24  4:51     ` Yibo Cai
2014-06-24  6:15       ` Peter Meerwald
2014-06-24 20:25         ` Andrew Morton
2014-06-24 13:43   ` Elias Vanderstuyft
2014-06-23  9:43 ` [PATCH 2/2] input: sirfsoc_rs - add sirfsoc internal ADC-based touchscreen driver Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).