messages from 2022-07-05 12:05:40 to 2022-07-12 15:06:53 UTC [more...]
[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
2022-07-12 14:58 UTC (20+ messages)
` [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation
` [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests
[PATCH 00/10] adp5588-keys refactor and fw properties support
2022-07-12 14:31 UTC (36+ messages)
` [PATCH 01/10] input: keyboard: adp5588-keys: support gpi key events as 'gpio keys'
` [PATCH 02/10] gpio: gpio-adp5588: drop the driver
` [PATCH 03/10] input: keyboard: adp5588-keys: bail out on returned error
` [PATCH 04/10] input: keyboard: adp5588-keys: add support for fw properties
` [PATCH 05/10] dt-bindings: input: adp5588-keys: add bindings
` [PATCH 06/10] input: keyboard: adp5588-keys: do not check for irq presence
` [PATCH 07/10] input: keyboard: adp5588-keys: fix coding style warnings
` [PATCH 08/10] input: keyboard: adp5588-keys: add optional reset gpio
` [PATCH 09/10] input: keyboard: adp5588-keys: add regulator support
` [PATCH 10/10] input: keyboard: adp5588-keys: Use new PM macros
[PATCH v1 0/4] mfd: stmpe: Probe sub-function by compatible
2022-07-12 11:02 UTC (4+ messages)
` [PATCH v1 2/4] dt-bindings: gpio: stmpe: Remove node name requirement
` [PATCH v1 3/4] dt-bindings: iio: adc: "
` [PATCH v1 4/4] dt-bindings: input: touchscreen: "
[dtor-input:next] BUILD SUCCESS 39636805cab2d46aa645f389f3fca8040afd4c4f
2022-07-12 10:37 UTC
[PATCH v1 0/2] Input: touchscreen: Minor colibri-vf50-ts cleanups
2022-07-12 10:17 UTC (4+ messages)
` [PATCH v1 1/2] Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
` [PATCH v1 2/2] dt-bindings: input: colibri-vf50-ts: Improve documentation
[PATCH v8 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
2022-07-12 9:55 UTC (21+ messages)
` [PATCH v8 01/15] dt-bindings: clk: imx: Add fsl,scu-clk yaml file
` [PATCH v8 02/15] dt-bindings: pinctrl: imx: Add fsl,scu-iomux "
` [PATCH v8 03/15] dt-bindings: input: Add fsl,scu-key "
` [PATCH v8 04/15] dt-bindings: nvmem: Add fsl,scu-ocotp "
` [PATCH v8 05/15] dt-bindings: power: Add fsl,scu-pd "
` [PATCH v8 06/15] dt-bindings: rtc: Add fsl,scu-rtc "
` [PATCH v8 07/15] dt-bindings: thermal: Add fsl,scu-thermal "
` [PATCH v8 08/15] dt-bindings: watchdog: Add fsl,scu-wdt "
` [PATCH v8 09/15] dt-bindings: firmware: Add fsl,scu "
` [PATCH v8 10/15] arm64: dts: freescale: imx8qxp: Remove unnecessary clock related entries
` [PATCH v8 11/15] arm64: dts: freescale: imx8: Fix power controller name
` [PATCH v8 12/15] arm64: dts: freescale: imx8qxp: Add fallback compatible for clock controller
` [PATCH v8 13/15] arm64: dts: freescale: imx8qxp: Fix the ocotp node name
` [PATCH v8 14/15] arm64: dts: freescale: imx8: Fix the system-controller "
` [PATCH v8 15/15] arm64: dts: freescale: imx8qxp: Fix the keys "
[RESEND PATCH v3 0/3] dt-bindings: input: gpio-keys: apply via DT tree
2022-07-12 7:11 UTC (8+ messages)
` [RESEND PATCH v3 3/3] dt-bindings: input: gpio-keys: accept also interrupt-extended
[PATCH] Input: properly queue synthetic events
2022-07-12 1:25 UTC
[PATCH v5 0/6] Add spi-hid, transport for HID over SPI bus
2022-07-12 0:54 UTC (10+ messages)
` [PATCH v5 1/6] HID: Add BUS_SPI support when printing out device info in hid_connect()
` [PATCH v5 2/6] HID: define HID_SPI_DEVICE macro in hid.h
` [PATCH v5 3/6] dt-bindings: input: Document Microsoft G6 Touch Digitizer
` [PATCH v5 4/6] Documentation: Correction in HID output_report callback description
` [PATCH v5 5/6] HID: add spi-hid, transport driver for HID over SPI bus
` [PATCH v5 6/6] Enable building drivers/hid/spi-hid as a module
[PATCH] dt-bindings: input: iqs7222: Use central 'linux,code' definition
2022-07-11 22:32 UTC (3+ messages)
[PATCH] HID: multitouch: Use the bitmap API to allocate bitmaps
2022-07-11 19:41 UTC
[PATCH 0/7] XP-PEN Deco Pro S support (for-5.20/uclogic)
2022-07-11 16:16 UTC (10+ messages)
` [PATCH 1/7] HID: uclogic: KUnit best practices and naming conventions
` [PATCH 2/7] HID: uclogic: Refactor UGEE v2 string descriptor parsing
` [PATCH 3/7] HID: uclogic: Refactor UGEE v2 frame initialization
` [PATCH 4/7] HID: uclogic: Parse the UGEE v2 frame type
` [PATCH 5/7] HID: uclogic: Add support for UGEE v2 dial frames
` [PATCH 6/7] HID: uclogic: Add support for UGEE v2 mouse frames
` [PATCH 7/7] HID: uclogic: Add support for XP-PEN Deco Pro S
input/i8042: Malfunctioning brightness keys on HP Elite Dragonfly G2
2022-07-11 14:59 UTC (10+ messages)
[PATCH 0/2] Input: i8042 - add additional TUXEDO devices to i8042 quirk tables
2022-07-11 12:55 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fix
|Question] iforce Boeder Force Feedback Wheel lockup
2022-07-11 9:32 UTC
[PATCH] HID: uclogic: Fix warning in uclogic_rdesc_template_apply
2022-07-11 7:33 UTC
[PATCH] HID: uclogic: Add missing suffix for digitalizers
2022-07-11 7:00 UTC
[PATCH v2] input: serio: i8042-sparcio.h: Fix refcount leak bug
2022-07-11 6:43 UTC
[PATCH] input/serio: Fix refcount leak bug in i8042-sparcio
2022-07-11 4:57 UTC (5+ messages)
` "
` "
` "
[PATCH v2 0/4] Add Richtek RT5120 PMIC support
2022-07-11 3:43 UTC (4+ messages)
` [PATCH v2 4/4] input: misc: rt5120: Add power key support
[PATCH v1 28/33] input/drivers/touchscreen_sun4i: Switch to new of thermal API
2022-07-11 3:28 UTC (2+ messages)
[PATCH] AMD_SFH: Add a DMI quirk entry for Chromebooks
2022-07-10 8:15 UTC
[dtor-input:for-linus] BUILD SUCCESS 2a96271fb66c499e4a89d76a89d3d01170c10bef
2022-07-09 17:48 UTC
[dtor-input:next] BUILD SUCCESS 94c8e8664ab6f781b2ba1258c3bb389131f5ebb4
2022-07-09 17:48 UTC
[PATCH] Document the units for resolution of size axes
2022-07-09 5:02 UTC (6+ messages)
[PATCH] Input: goodix - call acpi_device_fix_up_power() in some cases
2022-07-09 4:55 UTC (2+ messages)
[PATCH] input/i8042: Add dritek quirk for Acer Aspire One AO532
2022-07-09 4:50 UTC (2+ messages)
[PATCH] Input: adc-joystick - fix ordering in adc_joystick_probe()
2022-07-09 4:35 UTC
[PATCH 6/6] i2c: Make remove callback return void
2022-07-09 4:28 UTC (3+ messages)
[PATCH] HID: Kconfig: remove redundant "depends on HID" lines
2022-07-09 1:57 UTC
[PATCH v2 0/5] dt-bindings: input: Common property clean-ups and adc-keys conversion
2022-07-08 22:20 UTC (3+ messages)
[RESEND PATCH v3 0/2] Input: mt6779-keypad - fix hw code logic and row/col selection
2022-07-08 21:58 UTC (4+ messages)
` [RESEND PATCH v3 1/2] Input: mt6779-keypad - match hardware matrix organization
` [RESEND PATCH v3 2/2] Input: mt6779-keypad - implement row/column selection
[PATCH v2 RESEND] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys
2022-07-08 21:51 UTC (5+ messages)
[PATCH] Input: wm97xx: Make .remove() obviously always return 0
2022-07-08 20:19 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
2022-07-08 10:02 UTC (5+ messages)
[PATCH 1/1] HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
2022-07-08 7:40 UTC
[PATCH v2 00/20] Update Documentation/ cross-references
2022-07-07 19:12 UTC (2+ messages)
[PATCH] HID: amd_sfh: Ignore uninitialized device
2022-07-07 18:19 UTC (6+ messages)
[dtor-input:next] BUILD SUCCESS c4bcc1b99b8b8acdfe673e4701a9c2acb6b8b2fb
2022-07-07 11:43 UTC
[PATCH v1 1/1] Input: goodix - switch use of acpi_gpio_get_*_resource() APIs
2022-07-06 23:33 UTC (3+ messages)
[PATCH v7 0/3] adc-joystick: Add polled support
2022-07-06 20:58 UTC (7+ messages)
` [PATCH v7 1/3] dt-bindings: adc-joystick: add poll-interval
` [PATCH v7 2/3] Input: adc-joystick - Add polled input device support
` [PATCH v7 3/3] arm64: dts: rockchip: Update joystick to polled for OG2
[PATCH v7 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
2022-07-06 17:16 UTC (9+ messages)
` [PATCH v7 01/15] dt-bindings: clk: imx: Add fsl,scu-clk yaml file
` [PATCH v7 02/15] dt-bindings: pinctrl: imx: Add fsl,scu-iomux "
` [PATCH v7 09/15] dt-bindings: firmware: Add fsl,scu "
[PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
2022-07-06 14:29 UTC (8+ messages)
` [PATCH v6 02/14] dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
doubts concerning locking and signals in input_register_device()
2022-07-06 8:54 UTC (3+ messages)
[BUG] amba: Remove deferred device addition
2022-07-05 19:25 UTC (5+ messages)
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).