linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 11:10:20 to 2020-03-07 21:06:46 UTC [more...]

[PATCH v4 1/5] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
 2020-03-07 21:14 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC
` [PATCH v4 3/5] IIO: Ingenic JZ47xx: Add touchscreen mode
` [PATCH v4 4/5] dt-bindings: input: Add docs for ADC driven joystick
` [PATCH v4 5/5] input: joystick: Add ADC attached joystick driver

[PATCH v3 1/5] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
 2020-03-07 13:12 UTC  (9+ messages)
` [PATCH v3 3/5] IIO: Ingenic JZ47xx: Add touchscreen mode
` [PATCH v3 4/5] dt-bindings: input: Add docs for ADC driven joystick
` [PATCH v3 5/5] input: joystick: Add ADC attached joystick driver

[PATCH v3 01/11] Input: goodix - Refactor IRQ pin GPIO accesses
 2020-03-07 12:15 UTC  (11+ messages)
` [PATCH v3 02/11] Input: goodix - Make loading the config from disk independent from the GPIO setup
` [PATCH v3 03/11] Input: goodix - Make resetting the controller at probe "
` [PATCH v3 04/11] Input: goodix - Add support for getting IRQ + reset GPIOs on Cherry Trail devices
` [PATCH v3 05/11] Input: goodix - Add support for getting IRQ + reset GPIOs on Bay "
` [PATCH v3 06/11] Input: goodix - Add support for controlling the IRQ pin through ACPI methods
` [PATCH v3 07/11] Input: goodix - Move defines to above struct goodix_ts_data declaration
` [PATCH v3 08/11] Input: goodix - Save a copy of the config from goodix_read_config()
` [PATCH v3 09/11] Input: goodix - Add minimum firmware size check
` [PATCH v3 10/11] Input: goodix - Make goodix_send_cfg() take a raw buffer as argument
` [PATCH v3 11/11] Input: goodix - Restore config on resume if necessary

[input:for-linus] BUILD SUCCESS da3289044833769188c0da945d2cec90af35e87e
 2020-03-07  8:23 UTC 

[input:master] BUILD SUCCESS 061706716384f1633d3d5090b22a99f33f1fcf2f
 2020-03-07  6:41 UTC 

[PATCH 1/5] firmware: imx: add COMPILE_TEST support
 2020-03-07  3:33 UTC  (15+ messages)
` [PATCH 2/5] rtc: add COMPILE_TEST support for i.MX SC RTC
` [PATCH 3/5] input: keyboard: add COMPILE_TEST support for KEYBOARD_IMX_SC_KEY
` [PATCH 4/5] watchdog: add COMPILE_TEST support for IMX_SC_WDT
` [PATCH 5/5] thermal: add COMPILE_TEST support for IMX_SC_THERMAL

INFO: trying to register non-static key in uhid_char_release
 2020-03-07  3:05 UTC 

[PATCH V2 1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case
 2020-03-07  1:25 UTC  (7+ messages)
` [PATCH V2 2/7] firmware: imx: add COMPILE_TEST support
` [PATCH V2 3/7] rtc: add COMPILE_TEST support for i.MX SC RTC
` [PATCH V2 4/7] input: keyboard: add COMPILE_TEST support for KEYBOARD_IMX_SC_KEY
` [PATCH V2 5/7] input: keyboard: imx_sc_key: Fix build warning for !CONFIG_IMX_SCU case
` [PATCH V2 6/7] watchdog: add COMPILE_TEST support for IMX_SC_WDT
` [PATCH V2 7/7] thermal: add COMPILE_TEST support for IMX_SC_THERMAL

[PATCH v1 1/5] Input: of_touchscreen - explicitly choose axis
 2020-03-07  1:12 UTC  (9+ messages)
` [PATCH v1 2/5] Input: edt-ft5x06 - refactor condition in edt_ft5x06_debugfs_mode_set()
` [PATCH v1 3/5] Input: edt-ft5x06 - use U16_MAX instead of -1
` [PATCH v1 4/5] Input: edt-ft5x06 - do not try to allocate too much memory
` [PATCH v1 5/5] Input: edt-ft5x06 - allocate buffer once for debugging

[PATCH v2 01/11] Input: goodix - Refactor IRQ pin GPIO accesses
 2020-03-07  0:14 UTC  (17+ messages)
` [PATCH v2 02/11] Input: goodix - Make loading the config from disk independent from the GPIO setup
` [PATCH v2 03/11] Input: goodix - Make resetting the controller at probe "
` [PATCH v2 04/11] Input: goodix - Add support for getting IRQ + reset GPIOs on Cherry Trail devices
` [PATCH v2 05/11] Input: goodix - Add support for getting IRQ + reset GPIOs on Bay "
` [PATCH v2 06/11] Input: goodix - Add support for controlling the IRQ pin through ACPI methods
` [PATCH v2 07/11] Input: goodix - Move defines to above struct goodix_ts_data declaration
` [PATCH v2 08/11] Input: goodix - Save a copy of the config from goodix_read_config()
` [PATCH v2 09/11] Input: goodix - Add minimum firmware size check
` [PATCH v2 10/11] Input: goodix - Make goodix_send_cfg() take a raw buffer as argument
` [PATCH v2 11/11] Input: goodix - Restore config on resume if necessary

[PATCH] Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()
 2020-03-06 19:51 UTC  (2+ messages)

[PATCHv2 0/3] Lost key-up interrupt handling for omap4-keypad
 2020-03-06 19:23 UTC  (7+ messages)
` [PATCH 3/3] Input: omap4-keypad - check state again for lost key-up interrupts
` [PATCHv2 4/3] Input: omap4-keypad - scan the keys in two phases to detect lost key-up

[PATCH 1/2] Input: omap4-keypad - Configure interrupt as level
 2020-03-06 19:04 UTC  (3+ messages)

[PATCH] Input: elants_i2c - Report resolution information for touch major
 2020-03-06 18:05 UTC  (6+ messages)

INFO: trying to register non-static key in uhid_dev_destroy
 2020-03-06 16:55 UTC 

[PATCH V10 0/3] da7280: haptic driver submission
 2020-03-06 14:37 UTC  (5+ messages)
` [PATCH V10 2/3] dt-bindings: input: Add document bindings for DA7280
` [PATCH V10 3/3] Input: new da7280 haptic driver

[PATCH v2] ARM: dts: iwg22d-sodimm: Enable touchscreen
 2020-03-06 13:04 UTC  (2+ messages)

[PATCH v7] dt-bindings: mfd: Convert ChromeOS EC bindings to json-schema
 2020-03-06  8:55 UTC 

[PATCH v6] dt-bindings: mfd: Convert ChromeOS EC bindings to json-schema
 2020-03-06  7:24 UTC  (4+ messages)

[PATCH] Input: i8042 - Fix the selftest retry logic
 2020-03-06  6:40 UTC  (3+ messages)

[PATCH v2] Input: goodix: fix touch coordinates on Cube I15-TC
 2020-03-06  3:55 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 02/67] HID: apple: Add support for recent firmware on Magic Keyboards
 2020-03-05 17:12 UTC  (9+ messages)
` [PATCH AUTOSEL 5.5 03/67] HID: core: fix off-by-one memset in hid_report_raw_event()
` [PATCH AUTOSEL 5.5 04/67] HID: core: increase HID report buffer size to 8KiB
` [PATCH AUTOSEL 5.5 05/67] HID: hiddev: Fix race in in hiddev_disconnect()
` [PATCH AUTOSEL 5.5 06/67] HID: alps: Fix an error handling path in 'alps_input_configured()'
` [PATCH AUTOSEL 5.5 09/67] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
` [PATCH AUTOSEL 5.5 15/67] HID: hid-bigbenff: fix general protection fault caused by double kfree
` [PATCH AUTOSEL 5.5 16/67] HID: hid-bigbenff: call hid_hw_stop() in case of error
` [PATCH AUTOSEL 5.5 17/67] HID: hid-bigbenff: fix race condition for scheduled work during removal

[PATCH AUTOSEL 5.4 02/58] HID: apple: Add support for recent firmware on Magic Keyboards
 2020-03-05 17:13 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 03/58] HID: core: fix off-by-one memset in hid_report_raw_event()
` [PATCH AUTOSEL 5.4 04/58] HID: core: increase HID report buffer size to 8KiB
` [PATCH AUTOSEL 5.4 05/58] HID: hiddev: Fix race in in hiddev_disconnect()
` [PATCH AUTOSEL 5.4 06/58] HID: alps: Fix an error handling path in 'alps_input_configured()'
` [PATCH AUTOSEL 5.4 09/58] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
` [PATCH AUTOSEL 5.4 14/58] HID: hid-bigbenff: fix general protection fault caused by double kfree
` [PATCH AUTOSEL 5.4 15/58] HID: hid-bigbenff: call hid_hw_stop() in case of error
` [PATCH AUTOSEL 5.4 16/58] HID: hid-bigbenff: fix race condition for scheduled work during removal

[PATCH AUTOSEL 4.19 02/31] HID: apple: Add support for recent firmware on Magic Keyboards
 2020-03-05 17:14 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 03/31] HID: core: fix off-by-one memset in hid_report_raw_event()
` [PATCH AUTOSEL 4.19 04/31] HID: core: increase HID report buffer size to 8KiB
` [PATCH AUTOSEL 4.19 05/31] HID: hiddev: Fix race in in hiddev_disconnect()
` [PATCH AUTOSEL 4.19 06/31] HID: alps: Fix an error handling path in 'alps_input_configured()'
` [PATCH AUTOSEL 4.19 08/31] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override

[PATCH AUTOSEL 4.14 02/19] HID: apple: Add support for recent firmware on Magic Keyboards
 2020-03-05 17:15 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 03/19] HID: core: fix off-by-one memset in hid_report_raw_event()
` [PATCH AUTOSEL 4.14 04/19] HID: core: increase HID report buffer size to 8KiB
` [PATCH AUTOSEL 4.14 05/19] HID: hiddev: Fix race in in hiddev_disconnect()
` [PATCH AUTOSEL 4.14 07/19] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override

[PATCH AUTOSEL 4.9 02/12] HID: apple: Add support for recent firmware on Magic Keyboards
 2020-03-05 17:15 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 03/12] HID: core: fix off-by-one memset in hid_report_raw_event()
` [PATCH AUTOSEL 4.9 04/12] HID: core: increase HID report buffer size to 8KiB
` [PATCH AUTOSEL 4.9 05/12] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override

[PATCH AUTOSEL 4.4 1/7] HID: core: fix off-by-one memset in hid_report_raw_event()
 2020-03-05 17:16 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 2/7] HID: core: increase HID report buffer size to 8KiB

RFC: Input: edt-ft5x06 - FT6336G Touch Panel
 2020-03-05 16:36 UTC  (7+ messages)

[PATCH v4 1/4] Input: adp5589: Add default platform data
 2020-03-05 13:29 UTC  (5+ messages)
` [PATCH v4 2/4] Input: adp5589: Add basic devicetree support
` [PATCH v4 3/4] Input: adp5589: unify ret & error variables
` [PATCH v4 4/4] Input: adp5589: fix possible memleak of 'kpad'

[PATCH] add ALWAYS_POLL quirk to lenovo pixart mouse
 2020-03-04 16:47 UTC 

[PATCH v5] dt-bindings: mfd: Convert ChromeOS EC bindings to json-schema
 2020-03-04 16:28 UTC  (2+ messages)

[PATCH] HID: hyperv: NULL check before some freeing functions is not needed
 2020-03-04 14:55 UTC  (5+ messages)

[PATCH] ARM: dts: iwg22d-sodimm: Enable touchscreen
 2020-03-04 14:27 UTC  (4+ messages)

[PATCH v5] dt-bindings: mfd: Convert stpmic1 bindings to json-schema
 2020-03-04  9:42 UTC 

[RESEND,V3,1/1] Input/misc: add support for Advantech software defined button
 2020-03-04  4:01 UTC 

[V3,1/1] Input/misc: add support for Advantech software defined button
 2020-03-04  2:24 UTC 

[PATCH v2] Input: Allocate keycode for SNIP key
 2020-03-04  0:21 UTC 

[PATCH 1/2] Input: Add keycodes for keyboard backlight control
 2020-03-03 23:59 UTC  (4+ messages)
` [PATCH 2/2] Input: Allocate keycode for SNIP key

[PATCH] dt-bindings: mfd: Fix typo in file name of twl-familly.txt
 2020-03-03 22:39 UTC  (2+ messages)

[PATCH] dt-bindings: input: atmel_mxt_ts: convert atmel,maxtouch.txt to yaml
 2020-03-03 17:25 UTC 

[PATCH v4] dt-bindings: mfd: Convert stpmic1 bindings to json-schema
 2020-03-03 16:30 UTC  (4+ messages)

[PATCH] HID: clean up wiimote_cmd_map_mp() return type
 2020-03-03 10:11 UTC 

[PATCH] input: keyboard: applespi: Use new structure for SPI transfer delays
 2020-03-03  6:03 UTC  (4+ messages)

[PATCH v3 1/2][PATCH RESEND] Input: add zinitix touchscreen driver
 2020-03-02 23:25 UTC  (3+ messages)
` [PATCH v3 2/2][PATCH RESEND] dt-bindings: input/touchscreen: add bindings for zinitix

[PATCH resend 01/10] Input: goodix - Refactor IRQ pin GPIO accesses
 2020-03-02 19:08 UTC  (27+ messages)
` [PATCH resend 02/10] Input: goodix - Make loading the config from disk independent from the GPIO setup
` [PATCH resend 03/10] Input: goodix - Make resetting the controller at probe "
` [PATCH resend 04/10] Input: goodix - Add support for getting IRQ + reset GPIOs on Cherry Trail devices
` [PATCH resend 05/10] Input: goodix - Add support for getting IRQ + reset GPIOs on Bay "
` [PATCH resend 06/10] Input: goodix - Add support for controlling the IRQ pin through ACPI methods
` [PATCH resend 07/10] Input: goodix - Move defines to above struct goodix_ts_data declaration
` [PATCH resend 08/10] Input: goodix - Save a copy of the config from goodix_read_config()
` [PATCH resend 09/10] Input: goodix - Make goodix_send_cfg() take a raw buffer as argument
` [PATCH resend 10/10] Input: goodix - Restore config on resume if necessary

[PATCH v5 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2020-03-02 14:24 UTC  (8+ messages)
` [PATCH v5 2/7] mfd: "

[PATCH v2 1/2] gpio: acpi: add quirk to override GpioInt polarity
 2020-03-02 13:08 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max


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).