linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis <alistair@alistair23.me>
To: s.hauer@pengutronix.de, shawnguo@kernel.org,
	dmitry.torokhov@gmail.com, benjamin.tissoires@redhat.com
Cc: jikos@kernel.org, linux-kernel@vger.kernel.org,
	alistair23@gmail.com, linux-arm-kernel@lists.infradead.org,
	linux-input@vger.kernel.org, Jason.Gerecke@wacom.com,
	linux-imx@nxp.com, Ping.Cheng@wacom.com,
	devicetree@vger.kernel.org, martin.chen@wacom.com,
	tatsunosuke.tobita@wacom.com,
	Alistair Francis <alistair@alistair23.me>
Subject: [PATCH v16 0/3] Add Wacom I2C support to rM2
Date: Wed,  8 Dec 2021 22:40:42 +1000	[thread overview]
Message-ID: <20211208124045.61815-1-alistair@alistair23.me> (raw)

Add Wacom I2C support for the reMarkable 2 eInk tablet using the
generic I2C HID framework.

v16:
 - Add commit message to DTS patch

Alistair Francis (3):
  HID: quirks: Allow inverting the absolute X/Y values
  HID: i2c-hid-of: Expose the touchscreen-inverted properties
  ARM: dts: imx7d: remarkable2: add wacom digitizer device

 .../bindings/input/hid-over-i2c.txt           |  2 +
 arch/arm/boot/dts/imx7d-remarkable2.dts       | 59 +++++++++++++++++++
 drivers/hid/hid-input.c                       |  6 ++
 drivers/hid/i2c-hid/i2c-hid-acpi.c            |  2 +-
 drivers/hid/i2c-hid/i2c-hid-core.c            |  4 +-
 drivers/hid/i2c-hid/i2c-hid-of-goodix.c       |  2 +-
 drivers/hid/i2c-hid/i2c-hid-of.c              | 11 +++-
 drivers/hid/i2c-hid/i2c-hid.h                 |  2 +-
 include/linux/hid.h                           |  2 +
 9 files changed, 85 insertions(+), 5 deletions(-)

-- 
2.31.1


             reply	other threads:[~2021-12-08 12:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 12:40 Alistair Francis [this message]
2021-12-08 12:40 ` [PATCH v16 1/3] HID: quirks: Allow inverting the absolute X/Y values Alistair Francis
2021-12-08 12:40 ` [PATCH v16 2/3] HID: i2c-hid-of: Expose the touchscreen-inverted properties Alistair Francis
2021-12-08 12:40 ` [PATCH v16 3/3] ARM: dts: imx7d: remarkable2: add wacom digitizer device Alistair Francis
2021-12-16  3:08   ` Shawn Guo
2021-12-14 12:33 ` [PATCH v16 0/3] Add Wacom I2C support to rM2 Benjamin Tissoires

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=20211208124045.61815-1-alistair@alistair23.me \
    --to=alistair@alistair23.me \
    --cc=Jason.Gerecke@wacom.com \
    --cc=Ping.Cheng@wacom.com \
    --cc=alistair23@gmail.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jikos@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.chen@wacom.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=tatsunosuke.tobita@wacom.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).