linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Barry Song <21cnbao@gmail.com>
To: dmitry.torokhov@gmail.com, dtor@mail.ru, akpm@linux-foundation.org
Cc: linux-input@vger.kernel.org, workgroup.linux@csr.com,
	Barry Song <Baohua.Song@csr.com>
Subject: [PATCH 0/2] input: Add CSR SiRFSoC internal touchscreen driver
Date: Mon, 23 Jun 2014 17:42:59 +0800	[thread overview]
Message-ID: <1403516581-12560-1-git-send-email-21cnbao@gmail.com> (raw)

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


             reply	other threads:[~2014-06-23  9:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23  9:42 Barry Song [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403516581-12560-1-git-send-email-21cnbao@gmail.com \
    --to=21cnbao@gmail.com \
    --cc=Baohua.Song@csr.com \
    --cc=akpm@linux-foundation.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=dtor@mail.ru \
    --cc=linux-input@vger.kernel.org \
    --cc=workgroup.linux@csr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).