linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 12:35:14 to 2021-09-05 12:00:12 UTC [more...]

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-05 12:03 UTC  (56+ messages)
` [PATCH v2 01/46] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v2 03/46] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v2 04/46] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v2 05/46] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v2 06/46] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v2 07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v2 08/46] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v2 09/46] mfd: ti_am335x_tscadc: Fix style
` [PATCH v2 10/46] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v2 11/46] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v2 12/46] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v2 13/46] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v2 14/46] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v2 15/46] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v2 16/46] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v2 17/46] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v2 18/46] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v2 19/46] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v2 20/46] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v2 21/46] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v2 22/46] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v2 23/46] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v2 24/46] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v2 25/46] mfd: ti_am335x_tscadc: Use BIT() and GENMASK() when relevant in the header
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() "
` [PATCH v2 27/46] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v2 28/46] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v2 29/46] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v2 30/46] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v2 31/46] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v2 32/46] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v2 33/46] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v2 35/46] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v2 36/46] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v2 37/46] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v2 38/46] iio: adc: ti_am335x_adc: Fix style
` [PATCH v2 39/46] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v2 40/46] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v2 41/46] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v2 42/46] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v2 43/46] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v2 44/46] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v2 45/46] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v2 46/46] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH 00/40] TI AM437X ADC1
 2021-09-05 11:58 UTC  (75+ messages)
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 05/40] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH 08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH 09/40] mfd: ti_am335x_tscadc: Fix style
` [PATCH 10/40] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH 11/40] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH 12/40] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH 13/40] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH 15/40] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH 16/40] mfd: ti_am335x_tscadc: Use driver data
` [PATCH 19/40] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 21/40] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH 22/40] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH 23/40] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH 24/40] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH 25/40] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH 26/40] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH 27/40] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH 29/40] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH 30/40] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH 31/40] iio: adc: ti_am335x_adc: Fix style
` [PATCH 32/40] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH 33/40] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH 34/40] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH 35/40] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH 36/40] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH 37/40] iio: adc: ti_am335x_adc: Add the am437x compatible

[PATCH] HID: wacom: Add Dell Latitude 7275 battery quirk
 2021-09-04 22:56 UTC  (3+ messages)

[input:master] BUILD SUCCESS 3e204d6b76b29274cc8e57f8bd8d9873f04a7f48
 2021-09-04 19:12 UTC 

[PATCH] input/serio:unneeded variable:delay
 2021-09-04  6:54 UTC  (2+ messages)

[PATCH resend] Input: adc-keys - drop bogus __refdata annotation
 2021-09-04  6:28 UTC  (2+ messages)

[PATCH] Input: keyboard: Fix spelling mistake in Kconfig "useable" -> "usable"
 2021-09-04  6:25 UTC  (2+ messages)

[PATCH] Input: Fix spelling mistake in Kconfig "Modul" -> "Module"
 2021-09-04  6:22 UTC  (2+ messages)

[PATCH v2] Input: ili210x - Set the device name according to the device model
 2021-09-04  6:17 UTC  (4+ messages)

[PATCH v2 24/52] dt-bindings: input: Convert Silead GSL1680 binding to a schema
 2021-09-03 19:35 UTC  (2+ messages)

[PATCH v2 0/3] HID: playstation: add LED support
 2021-09-03 16:17 UTC  (7+ messages)
` [PATCH v2 1/3] HID: playstation: expose DualSense lightbar through a multi-color LED
` [PATCH v2 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers
` [PATCH v2 3/3] HID: playstation: expose DualSense player LEDs through LED class

help needed in this part of code regarding FF in hid-sony.c
 2021-09-02 14:33 UTC  (5+ messages)

[PATCH] Input: ili210x - Set the device name according to the device model
 2021-09-02 12:44 UTC  (6+ messages)

[PATCH 1/2] HID: mcp2221: enable HID I/O during probe
 2021-09-02  7:13 UTC  (7+ messages)
` [PATCH 2/2] HID: mcp2221: configure GP pins for GPIO function

[PATCH v15 00/16] HID: nintendo
 2021-09-01 23:42 UTC  (17+ messages)
` [PATCH v15 01/16] HID: nintendo: add nintendo switch controller driver
` [PATCH v15 02/16] HID: nintendo: add player led support
` [PATCH v15 03/16] HID: nintendo: add power supply support
` [PATCH v15 04/16] HID: nintendo: add home led support
` [PATCH v15 05/16] HID: nintendo: add rumble support
` [PATCH v15 06/16] HID: nintendo: improve subcommand reliability
` [PATCH v15 07/16] HID: nintendo: send subcommands after receiving input report
` [PATCH v15 08/16] HID: nintendo: reduce device removal subcommand errors
` [PATCH v15 09/16] HID: nintendo: patch hw version for userspace HID mappings
` [PATCH v15 10/16] HID: nintendo: set controller uniq to MAC
` [PATCH v15 11/16] HID: nintendo: add support for charging grip
` [PATCH v15 12/16] HID: nintendo: add support for reading user calibration
` [PATCH v15 13/16] HID: nintendo: add IMU support
` [PATCH v15 14/16] HID: nintendo: improve rumble performance and stability
` [PATCH v15 15/16] HID: nintendo: ratelimit subcommands and rumble
` [PATCH v15 16/16] HID: nintendo: prevent needless queueing of the rumble worker

[PATCH 0/3] HID: playstation: add LED support
 2021-09-01 20:24 UTC  (9+ messages)
` [PATCH 2/3] leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers

[syzbot] WARNING in hid_submit_ctrl/usb_submit_urb
 2021-09-01 18:53 UTC  (14+ messages)
                ` [PATCH 1/3] HID: usbhid: Fix flood of "control queue full" messages

[PATCH v3 0/2] Input: cypress-sf - Add support for Cypress Streetfighter touchkeys
 2021-09-01 16:53 UTC  (3+ messages)
` [PATCH v3 1/2] Input: cypress-sf - Add Cypress StreetFighter touchkey driver
` [PATCH v3 2/2] dt-bindings: input: Add binding for cypress-sf

[PATCH 3/3] HID: usbhid: Simplify code in hid_submit_ctrl()
 2021-09-01 16:36 UTC 

[PATCH 2/3] HID: usbhid: Fix warning caused by 0-length input reports
 2021-09-01 16:36 UTC 

[PATCH v10 00/12] Add Wacom I2C support to rM2
 2021-08-31 22:28 UTC  (7+ messages)
` [PATCH v10 05/12] Input: wacom_i2c - Read the descriptor values
` [PATCH v10 07/12] Input: wacom_i2c - Clean up the query device fields
` [PATCH v10 10/12] Input: wacom_i2c - Allow flipping the values from the DT

[PATCH v3 1/3] Input: ili210x - use resolution from ili251x firmware
 2021-08-31 20:25 UTC  (3+ messages)
` [PATCH v3 2/3] Input: ili210x - export ili251x version details via sysfs
` [PATCH v3 3/3] Input: ili210x - add ili251x firmware update support

[PATCH 0/6] Add support for common USB HID headset features
 2021-08-31 19:11 UTC  (9+ messages)
` [PATCH 1/6] HID: hid-input: Add offhook and ring LEDs for headsets

[PATCH v2 1/3] Input: ili210x - use resolution from ili251x firmware
 2021-08-31  2:05 UTC  (17+ messages)
` [PATCH v2 2/3] Input: ili210x - export ili251x version details via sysfs
` [PATCH v2 3/3] Input: ili210x - add ili251x firmware update support

[PATCH] Input: adp5589-keys - Use the right header
 2021-08-30 21:23 UTC  (2+ messages)

[PATCH] input: remove dead CSR Prima2 PWRC driver
 2021-08-30 21:22 UTC  (2+ messages)

[PATCH] Input: adp5588-keys - Use the right header
 2021-08-30 21:19 UTC  (2+ messages)

[PATCH] Input: elantench - Fix the firmware misreport coordinates for trackpoint occasionally
 2021-08-30 20:23 UTC  (3+ messages)

[REGRESSION][BISECTED] flood of "hid-generic ... control queue full" since v5.14-rc1
 2021-08-30 19:23 UTC  (9+ messages)

[PATCH] HID: plantronics: Fix bare use of 'unsigned'
 2021-08-30 15:27 UTC 

[input:master] BUILD SUCCESS 247141f5286b6a915dd225de076c29d8591e9a94
 2021-08-30 14:36 UTC 

[RFC PATCH v2 0/4] Raspberry Pi Sense HAT driver
 2021-08-30 13:00 UTC  (3+ messages)
` [RFC PATCH vs 2/4] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver


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