All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80)
@ 2018-04-09  9:10 Benjamin Tissoires
  2018-04-09  9:10 ` [PATCH v2 1/9] Input: synaptics - add Lenovo 80 series ids to SMBus Benjamin Tissoires
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Benjamin Tissoires @ 2018-04-09  9:10 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: kt.liao, Oliver Haessler, Benjamin Berg, Rob Herring, devicetree,
	linux-input, linux-kernel, Benjamin Tissoires

Hi Dmitry,

Here is the v2 of the Lenovo 80 series.
Changes from v1:
- included patch to convert a function to static from build bot
- use of device property instead of platform data (thus the new device tree
  binding)

BTW, KT, if you want to add your Signed-off-by on the patches, feel free to
do so. You were of tremendous help :)

Cheers,
Benjamin

Benjamin Tissoires (9):
  Input: synaptics - add Lenovo 80 series ids to SMBus
  input: elan_i2c_smbus - fix corrupted stack
  Input: elan_i2c - add trackstick report
  Input: elantech - split device info into a separate structure
  Input: elantech_query_info() can be static
  Input: elantech - query the resolution in query_info
  Input: elantech - add support for SMBus devices
  Input: elantech - detect new ICs and setup Host Notify for them
  input: psmouse-smbus: allow to control psmouse_deactivate

 .../devicetree/bindings/input/elan_i2c.txt         |   1 +
 drivers/input/mouse/Kconfig                        |  12 +
 drivers/input/mouse/elan_i2c_core.c                |  90 +++-
 drivers/input/mouse/elan_i2c_smbus.c               |  22 +-
 drivers/input/mouse/elantech.c                     | 479 +++++++++++++++------
 drivers/input/mouse/elantech.h                     |  69 ++-
 drivers/input/mouse/psmouse-base.c                 |  21 +-
 drivers/input/mouse/psmouse-smbus.c                |  24 +-
 drivers/input/mouse/psmouse.h                      |   2 +
 drivers/input/mouse/synaptics.c                    |   5 +-
 10 files changed, 565 insertions(+), 160 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-05-16  8:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09  9:10 [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 1/9] Input: synaptics - add Lenovo 80 series ids to SMBus Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 2/9] input: elan_i2c_smbus - fix corrupted stack Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 3/9] Input: elan_i2c - add trackstick report Benjamin Tissoires
2018-04-13 17:36   ` Rob Herring
2018-04-09  9:10 ` [PATCH v2 4/9] Input: elantech - split device info into a separate structure Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 5/9] Input: elantech_query_info() can be static Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 6/9] Input: elantech - query the resolution in query_info Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 7/9] Input: elantech - add support for SMBus devices Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 8/9] Input: elantech - detect new ICs and setup Host Notify for them Benjamin Tissoires
2018-04-09  9:10 ` [PATCH v2 9/9] input: psmouse-smbus: allow to control psmouse_deactivate Benjamin Tissoires
2018-04-17  8:34 ` [PATCH v2 0/9] Input: support for latest Lenovo thinkpads (series 80) Benjamin Tissoires
2018-04-17  8:40   ` 廖崇榮
2018-04-17  8:40     ` 廖崇榮
2018-04-17 11:42     ` Aaron Ma
2018-05-14  8:19       ` Benjamin Tissoires
2018-05-16  7:09       ` Teika Kazura
2018-05-16  8:48         ` Aaron Ma

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.