messages from 2024-06-21 06:56:21 to 2024-06-30 12:18:04 UTC [more...]
[PATCH v5 0/2] Consolidate ec_response_get_next_event
2024-06-30 12:17 UTC (9+ messages)
` [PATCH v5 1/2] cros_ec_proto: "
` [PATCH v5 2/2] dt-bindings: cros-ec-keyboard: Add keyboard matrix v3.0
[PATCH v6 0/2] Consolidate ec_response_get_next_event
2024-06-29 20:11 UTC (3+ messages)
` [PATCH v6 1/2] cros_ec_proto: "
` [PATCH v6 2/2] dt-bindings: cros-ec-keyboard: Add keyboard matrix v3.0
[PATCH v2] Input: Add driver for PixArt PS/2 touchpad
2024-06-29 1:52 UTC (5+ messages)
[PATCH v15 0/3] Input: Add TouchNetix axiom touchscreen driver
2024-06-28 23:42 UTC (5+ messages)
` [PATCH v15 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v15 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v15 3/3] Input: Add TouchNetix axiom i2c touchscreen driver
[PATCH 1/5] Input: cypress_ps2 - clean up setting reporting rate
2024-06-28 22:47 UTC (5+ messages)
` [PATCH 2/5] Input: cypress_ps2 - fix error handling when sending command fails
` [PATCH 3/5] Input: cypress_ps2 - report timeouts when reading command status
` [PATCH 4/5] Input: cypress_ps2 - propagate errors from lower layers
` [PATCH 5/5] Input: cypress_ps2 - use u8 when dealing with byte data
[PATCH] Input: goodix_berlin - use __free() cleanup in SPI transport
2024-06-28 22:09 UTC (2+ messages)
[PATCH] Input: wacom_w8001 - use "guard" notation when acquiring mutex
2024-06-28 22:07 UTC (2+ messages)
[dtor-input:next] BUILD SUCCESS 866a5c7e2781cf1b019072288f1f5c64186dcb63
2024-06-28 21:57 UTC
[dtor-input:ib/ads7846-hsync] BUILD SUCCESS 8685f22b5bfdab0b335232eb70a0af3388d35299
2024-06-28 18:58 UTC
[PROBLEM linux-next] drivers/hid/hidraw.c: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
2024-06-28 18:07 UTC
[PATCH v7 0/5] initial support for Marvell 88PM886 PMIC
2024-06-28 17:20 UTC (6+ messages)
` [PATCH v7 3/5] regulator: add regulators driver "
[PATCH v2 0/2] Input: exc3000 - EXC81W32 controller support
2024-06-28 16:21 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: input: touchscreen: exc3000: add EXC81W32
` [PATCH v2 2/2] Input: exc3000 - add EXC81W32 support
[PATCH RESEND v11 0/5] Add support for CS40L50
2024-06-28 14:38 UTC (24+ messages)
` [PATCH RESEND v11 1/5] firmware: cs_dsp: Add write sequence interface
` [PATCH RESEND v11 2/5] dt-bindings: input: cirrus,cs40l50: Add initial DT binding
` [PATCH RESEND v11 3/5] mfd: cs40l50: Add support for CS40L50 core driver
` [PATCH RESEND v11 4/5] Input: cs40l50 - Add support for the CS40L50 haptic driver
` [PATCH RESEND v11 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50
[PATCH v2] adp5588-keys: Support for dedicated gpio operation
2024-06-28 14:04 UTC (4+ messages)
` [PATCH v3] "
[PATCH] Input: exc3000 - add EXC81W32 support
2024-06-28 8:35 UTC (3+ messages)
[PATCH 0/6] HID: bpf: import some more fixes from udev-hid-bpf
2024-06-28 0:22 UTC (8+ messages)
` [PATCH 1/6] HID: bpf: Add a HID report composition helper macros
` [PATCH 2/6] HID: bpf: add a driver for the Huion Inspiroy 2S (H641P)
` [PATCH 3/6] HID: bpf: move the BIT() macro to hid_bpf_helpers.h
` [PATCH 4/6] HID: bpf: Add support for the XP-PEN Deco Mini 4
` [PATCH 5/6] HID: bpf: Add Huion Dial 2 bpf fixup
` [PATCH 6/6] HID: bpf: Thrustmaster TCA Yoke Boeing joystick fix
[PATCH 0/7] qcom: initial support for the OnePlus 8T
2024-06-27 23:40 UTC (25+ messages)
` [PATCH 1/7] dt-bindings: panel: document Samsung AMB655X
` [PATCH 2/7] dt-bindings: input: touchscreen: document synaptics TCM oncell
` [PATCH 3/7] dt-bindings: arm: qcom: add OnePlus 8 series
` [PATCH 4/7] drm: mipi: add mipi_dsi_generic_write_multi_type()
` [PATCH 5/7] drm/panel: add driver for samsung amb655x
` [PATCH 6/7] Input: touchscreen: add Synaptics TCM oncell S3908
` [PATCH 7/7] arm64: dts: qcom: add OnePlus 8T (kebab)
[PATCH v3 RESEND] HID: logitech-dj: Add support for a new lightspeed receiver iteration
2024-06-27 22:43 UTC
[PATCH] selftests/hid: ensure CKI can compile our new tests on old kernels
2024-06-27 15:49 UTC
[PATCH HID v2 00/13] HID: bpf_struct_ops, part 2
2024-06-27 9:45 UTC (17+ messages)
` [PATCH HID v2 01/13] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
` [PATCH HID v2 02/13] HID: add source argument to HID low level functions
` [PATCH HID v2 03/13] HID: bpf: protect HID-BPF prog_list access by a SRCU
` [PATCH HID v2 04/13] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH HID v2 05/13] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
` [PATCH HID v2 06/13] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH HID v2 07/13] HID: bpf: add HID-BPF hooks for hid_hw_output_report
` [PATCH HID v2 08/13] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
` [PATCH HID v2 09/13] HID: bpf: make hid_bpf_input_report() sleep until the device is ready
` [PATCH HID v2 10/13] selftests/hid: add wq test for hid_bpf_input_report()
` [PATCH HID v2 11/13] HID: bpf: allow hid_device_event hooks to inject input reports on self
` [PATCH HID v2 12/13] selftests/hid: add another test for injecting an event from an event hook
` [PATCH HID v2 13/13] selftests/hid: add an infinite loop test for hid_bpf_try_input_report
[PATCH v10 00/38] ep93xx device tree conversion
2024-06-27 8:29 UTC (4+ messages)
[PATCH] HID: core: Remove extra spaces
2024-06-27 7:52 UTC
[PATCH RESEND] hid: bpf: Fix grammar
2024-06-27 7:25 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2024-06-27 7:14 UTC (8+ messages)
[PATCH] Input: ads7846 - add dummy command register clearing cycle
2024-06-26 22:33 UTC (6+ messages)
[PATCH v11 0/5] Add support for CS40L50
2024-06-26 18:33 UTC (5+ messages)
` [PATCH v11 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50
[PATCH v10 0/4] Input: support overlay objects on touchscreens
2024-06-26 9:56 UTC (5+ messages)
` [PATCH v10 1/4] dt-bindings: touchscreen: add touch-overlay property
` [PATCH v10 2/4] Input: touch-overlay - Add touchscreen overlay handling
` [PATCH v10 3/4] dt-bindings: input: touchscreen: st1232: add touch-overlay example
` [PATCH v10 4/4] Input: st1232 - add touch overlays handling
[PATCH] Input: qt1050 - handle CHIP_ID reading error
2024-06-25 19:35 UTC (4+ messages)
[PATCH] Input: qt1050 - handle CHIP_ID reading error
2024-06-25 19:30 UTC
[PATCH v2 0/1] hid-asus: use hid for keyboard brightness control
2024-06-25 15:02 UTC (6+ messages)
` [PATCH v2 1/1] hid-asus: use hid for brightness control on keyboard
[PATCH] Fixes: bda38f9a41 ("HID: asus: use hid for brightness control on keyboard")
2024-06-25 14:59 UTC (2+ messages)
[PATCH v14 0/3] Input: Add TouchNetix axiom touchscreen driver
2024-06-25 14:39 UTC (4+ messages)
` [PATCH v14 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v14 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v14 3/3] Input: Add TouchNetix axiom i2c touchscreen driver
[linux-next:master] BUILD REGRESSION f76698bd9a8ca01d3581236082d786e9a6b72bb7
2024-06-25 12:55 UTC (3+ messages)
[git pull] Input updates for v6.10-rc5
2024-06-24 18:41 UTC (6+ messages)
` "
[PATCH] adp5588-keys: Support for dedicated gpio operation
2024-06-24 13:19 UTC (5+ messages)
[PATCH v5 0/2] HID: add initial support for Goodix HID-over-SPI touchscreen
2024-06-24 10:10 UTC (2+ messages)
[PATCH HID 00/12] HID: bpf_struct_ops, part 2
2024-06-24 8:52 UTC (18+ messages)
` [PATCH HID 01/12] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value
` [PATCH HID 02/12] HID: add source argument to HID low level functions
` [PATCH HID 03/12] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH HID 04/12] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
` [PATCH HID 05/12] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH HID 06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report
` [PATCH HID 07/12] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks
` [PATCH HID 08/12] HID: bpf: make hid_bpf_input_report() sleep until the device is ready
` [PATCH HID 09/12] selftests/hid: add wq test for hid_bpf_input_report()
` [PATCH HID 10/12] HID: bpf: allow hid_device_event hooks to inject input reports on self
` [PATCH HID 11/12] selftests/hid: add another test for injecting an event from an event hook
` [PATCH HID 12/12] selftests/hid: add an infinite loop test for hid_bpf_try_input_report
[dtor-input:next] BUILD SUCCESS 0ca1323c6aba8fd9309ca33a4bf57c1c9fc06171
2024-06-23 10:26 UTC
[PATCH v3 0/2] Input: add ft5426
2024-06-22 8:30 UTC (3+ messages)
[PATCH RESEND v3 0/3] Input: Add ektf2232 support
2024-06-22 8:00 UTC (5+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: touchscreen: convert elan,ektf2127 to json-schema
` [PATCH RESEND v3 2/3] dt-bindings: touchscreen: elan,ektf2127: Add EKTF2232
` [PATCH RESEND v3 3/3] Input: ektf2127 - add ektf2232 support
Sticky fingers with GXTP7386:00 27C6:0111
2024-06-22 7:05 UTC
[PATCH 0/3] ARM: Modernize the PXA Spitz a bit
2024-06-21 22:26 UTC (6+ messages)
` [PATCH 2/3] dt-bindings: ads7846: Add hsync-gpios
` [PATCH 3/3] ARM: spitz: Use software nodes for the ADS7846 touchscreen
[PATCH v2] Input: adc-joystick - move axes data into the main structure
2024-06-21 17:16 UTC (3+ messages)
[PATCH v4 0/4] Add a property to turn off the max touch controller if not used
2024-06-21 14:38 UTC (7+ messages)
` [PATCH v4 1/4] Input: atmel_mxt_ts - add power off and power on functions
` [PATCH v4 4/4] Input: atmel_mxt_ts - add support for poweroff-sleep
[PATCH v5 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
2024-06-21 7:04 UTC (3+ messages)
` [PATCH v5 6/7] rtc: support i.MX95 BBM RTC
` [PATCH v5 7/7] input: keyboard: support i.MX95 BBM module
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).