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 v4] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens
Date: Wed, 14 Jan 2015 00:59:10 +0900	[thread overview]
Message-ID: <CACBHAexySaKa3NhW06H-EAy7nvsnprpOa6YH22AOwD6aMABk8g@mail.gmail.com> (raw)
In-Reply-To: <20141205181739.3f3da16b1573c891cf49ba68@linux-mips.org>

Hi Dmitry,

I updated the driver according to your comments.
Do you have any comments?

Thanks,

Yoichi

2014-12-05 18:17 GMT+09:00 Yoichi Yuasa <yuasa@linux-mips.org>:
> v4 Changes:
> - remove inline
> - master_xfer checks in probe()
> - rewrite rohm_i2c_burst_read()
> - rohm_i2c_burst_read() transfer error returns -EIO
> - remove unused module parameters
> - fix prev_touch_report update
> - pass NULL to hard_irq
> - per-device parameters use sysfs
> - fix errno
> - header file is taken in .c
>
> 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
>
> Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
> ---
>  drivers/input/touchscreen/Kconfig        |   11 +
>  drivers/input/touchscreen/Makefile       |    1 +
>  drivers/input/touchscreen/rohm_bu21023.c | 1257 ++++++++++++++++++++++++++++++
>  3 files changed, 1269 insertions(+)
>  create mode 100644 drivers/input/touchscreen/rohm_bu21023.c
>

  reply	other threads:[~2015-01-13 15:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-05  9:17 [PATCH v4] input: Add ROHM BU21023/24 Dual touch support resistive touchscreens Yoichi Yuasa
2015-01-13 15:59 ` Yuasa Yoichi [this message]
2015-01-15  1:35 ` Dmitry Torokhov
2015-08-06 10:10   ` Yuasa Yoichi
2015-08-07  9:06     ` [PATCH v5] " Yoichi Yuasa
2015-08-29  0:45       ` Dmitry Torokhov
2015-09-01 14:15         ` Yuasa Yoichi
2015-09-18 13:34           ` [PATCH v6] " Yoichi Yuasa

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=CACBHAexySaKa3NhW06H-EAy7nvsnprpOa6YH22AOwD6aMABk8g@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.