All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuasa Yoichi <yuasa@linux-mips.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Yoichi Yuasa <yuasa@linux-mips.org>, linux-input@vger.kernel.org
Subject: Re: [PATCH v3 0/2] Add ROHM BU21023/24 Dual touch support resistive touchscreens
Date: Fri, 3 Oct 2014 14:16:53 +0900	[thread overview]
Message-ID: <CACBHAewRkZz35D1+s=S+JTsOqrDgwgzS_amB0MJtVQq8-aL4QA@mail.gmail.com> (raw)
In-Reply-To: <20140925001647.dd48571a3c0ceda5c25ab669@linux-mips.org>

Hi Dmitry,

Do you have any comments?
If you have a comment, I will fix it before next merge.

Thanks,

Yoichi

2014-09-25 0:16 GMT+09:00 Yoichi Yuasa <yuasa@linux-mips.org>:
> Hi Dmitry,
>
> I updated the driver according to your comments.
> Do you have any comments?
>
> v3 Changes:
> - fix multi touch slots initialization
> - fix set_bit BTN_TOUCH
> - remove input_unregister_device()
> - switch to __set_bit()
>
> v2 Changes:
> - remove polling mode
> - switch to threaded interrupt
> - switch to managed resources
> - use MT-B protocol with input_mt_assign_slots
> - provide ST emulation
> - firmware load and device initialization are shifted at opening the device
> - add error handling for IO operations
>
> Yoichi Yuasa (2):
>   input: Add ROHM BU21023/24 Dual touch support resistive touchscreens
>   input: bu21023_ts: Add calibration function
>
>  drivers/input/touchscreen/Kconfig        |   11 +
>  drivers/input/touchscreen/Makefile       |    1 +
>  drivers/input/touchscreen/rohm_bu21023.c |  930 ++++++++++++++++++++++++++++++
>  drivers/input/touchscreen/rohm_bu21023.h |  258 +++++++++
>  4 files changed, 1200 insertions(+)
>  create mode 100644 drivers/input/touchscreen/rohm_bu21023.c
>  create mode 100644 drivers/input/touchscreen/rohm_bu21023.h
>
> --
> 1.7.9.5
>

      parent reply	other threads:[~2014-10-03  5:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 15:16 [PATCH v3 0/2] Add ROHM BU21023/24 Dual touch support resistive touchscreens Yoichi Yuasa
2014-09-24 15:18 ` [PATCH v3 1/2] input: " Yoichi Yuasa
2014-09-24 15:19 ` [PATCH v3 2/2] input: bu21023_ts: Add calibration function Yoichi Yuasa
2014-10-03  5:16 ` Yuasa Yoichi [this message]

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='CACBHAewRkZz35D1+s=S+JTsOqrDgwgzS_amB0MJtVQq8-aL4QA@mail.gmail.com' \
    --to=yuasa@linux-mips.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.