linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 04:08:04 to 2025-06-18 17:41:12 UTC [more...]

[PATCH v5 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-06-18 17:41 UTC  (24+ messages)
` [PATCH v5 01/20] dt-bindings: mfd: adp5585: ease on the required properties
` [PATCH v5 02/20] mfd: adp5585: only add devices given in FW
` [PATCH v5 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v5 04/20] mfd: adp5585: make use of MFD_CELL_NAME()
` [PATCH v5 05/20] dt-bindings: mfd: adp5585: document adp5589 I/O expander
` [PATCH v5 06/20] mfd: adp5585: refactor how regmap defaults are handled
` [PATCH v5 07/20] mfd: adp5585: add support for adp5589
` [PATCH v5 08/20] mfd: adp5585: add a per chip reg struture
` [PATCH v5 09/20] gpio: adp5585: add support for the adp5589 expander
` [PATCH v5 10/20] pwm: adp5585: add support for adp5589
` [PATCH v5 11/20] dt-bindings: mfd: adp5585: add properties for input events
` [PATCH v5 12/20] mfd: adp5585: add support for event handling
` [PATCH v5 13/20] mfd: adp5585: support reset and unlock events
` [PATCH v5 14/20] mfd: adp5585: add support for input devices
` [PATCH v5 15/20] gpio: adp5585: support gpi events
` [PATCH v5 16/20] Input: adp5585: Add Analog Devices ADP5585/89 support
` [PATCH v5 17/20] Input: adp5589: remove the driver
` [PATCH v5 18/20] mfd: adp5585: support getting vdd regulator
` [PATCH v5 19/20] dt-bindings: mfd: adp5585: document reset gpio
` [PATCH v5 20/20] mfd: adp5585: add support for a reset pin

[PATCH] Input: tca6416-keypad - Add OF support for driver instantiation
 2025-06-18 17:40 UTC  (7+ messages)

[PATCH] HID: amd_sfh: Enable operating mode
 2025-06-18 17:01 UTC  (7+ messages)

[PATCH] HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting
 2025-06-18 13:00 UTC  (2+ messages)

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-18 12:56 UTC  (20+ messages)
` [PATCH 01/11] pmdomain: apple: Drop default ARCH_APPLE in Kconfig
` [PATCH 02/11] soc: "
` [PATCH 03/11] clk: apple-nco: "
` [PATCH 04/11] nvmem: apple: drop "
` [PATCH 05/11] i2c: apple: Drop "
` [PATCH 06/11] cpufreq: apple: drop "
` [PATCH 07/11] iommu/apple-dart: Drop "
` [PATCH 08/11] Input: apple_z2: "
` [PATCH 09/11] dmaengine: apple-admac: "
` [PATCH 10/11] ASoC: apple: mca: "
` [PATCH 11/11] arm64: defconfig: Enable Apple Silicon drivers
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead

[PATCH v7 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-06-17 22:23 UTC  (10+ messages)
` [PATCH v7 1/6] dt-bindings: mfd: add pf1550
` [PATCH v7 2/6] mfd: pf1550: add core mfd driver
` [PATCH v7 3/6] regulator: pf1550: add support for regulator
` [PATCH v7 4/6] input: pf1550: add onkey support
` [PATCH v7 5/6] power: supply: pf1550: add battery charger support
` [PATCH v7 6/6] MAINTAINERS: add an entry for pf1550 mfd driver

[PATCH 0/2] Add nokbdwakeup quirk and enable it for MSI Claw
 2025-06-17 21:50 UTC  (7+ messages)
` [PATCH 1/2] Input: i8042 - Add nokbdwakeup quirk to stop keyboard wakeup from s2idle
` [PATCH 2/2] Input: i8042 - Disable keyboard wakeup from s2idle on MSI Claw devices

[PATCH] Input: Fully open-code compatible for grepping
 2025-06-17 21:12 UTC  (2+ messages)

[PATCH v3 0/6] arm64: mediatek: mt8186-corsola: Consolidate and add new devices
 2025-06-17 20:30 UTC  (9+ messages)
` [PATCH v3 1/6] dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18
` [PATCH v3 2/6] dt-bindings: arm: mediatek: Merge MT8186 Voltorb entries
` [PATCH v3 3/6] dt-bindings: arm: mediatek: Add MT8186 Squirtle Chromebooks
` [PATCH v3 4/6] arm64: dts: mediatek: mt8186-steelix: Mark second source components for probing
` [PATCH v3 5/6] arm64: dts: mediatek: mt8186: Merge Voltorb device trees
` [PATCH v3 6/6] arm64: dts: mediatek: mt8186: Add Squirtle Chromebooks

[PATCH 0/3] Powerbutton driver and powerdown request for TPS65224 PMIC
 2025-06-17 16:07 UTC  (14+ messages)
` [PATCH 1/3] dt-bindings: mfd: Add power-button option for TI TPS6594 PMIC
` [PATCH 2/3] mfd: tps6594-pwrbutton: Add powerbutton functionality
` [PATCH 3/3] mfd: tps6594: Adds support for powering off the PMIC

[REGRESSSION] on linux-next (next-20250509)
 2025-06-17 12:32 UTC  (6+ messages)
    ` [REGRESSION] "

Adding more ABS axes and BTN spaces to evdev
 2025-06-17  2:34 UTC 

[PATCH 2/3] HID: core: Add bus define for SoundWire bus
 2025-06-16  2:17 UTC  (5+ messages)

[PATCH v10 00/11] Add support for MAX7360
 2025-06-13 14:15 UTC  (3+ messages)
` [PATCH v10 02/11] mfd: Add max7360 support

[PATCH v4 00/20] mfd: adp5585: support keymap events and drop legacy Input driver
 2025-06-13 13:27 UTC  (28+ messages)
` [PATCH v4 02/20] mfd: adp5585: only add devices given in FW
` [PATCH v4 03/20] mfd: adp5585: enable oscilator during probe
` [PATCH v4 08/20] mfd: adp5585: add a per chip reg struture
` [PATCH v4 12/20] mfd: adp5585: add support for event handling
` [PATCH v4 13/20] mfd: adp5585: support reset and unlock events
` [PATCH v4 14/20] mfd: adp5585: add support for input devices
` [PATCH v4 18/20] mfd: adp5585: support getting vdd regulator
` [PATCH v4 20/20] mfd: adp5585: add support for a reset pin

[syzbot] Monthly input report (Jun 2025)
 2025-06-13 12:25 UTC 

[PATCH RFC v2 0/5] Support for MELFAS MIP4 touchkey devices
 2025-06-13  8:44 UTC  (9+ messages)
` [PATCH RFC v2 1/5] dt-bindings: input: melfas-mip4: convert to dtschema
` [PATCH RFC v2 2/5] dt-bindings: input: melfas-mip4: document linux,keycodes property
` [PATCH RFC v2 3/5] Input: melfas-mip4 - add support for touchkey input events
` [PATCH RFC v2 4/5] Input: melfas-mip4 - initialize touch events only if the device is a touchscreen
` [PATCH RFC v2 5/5] Input: melfas-mip4 - add support for event formats 4 and 9

[PATCH] HID: intel-thc-hid: Separate max input size control conditional list
 2025-06-13  3:07 UTC  (2+ messages)

[PATCH 00/11] HID: playstation: Add support for audio jack handling on DualSense
 2025-06-12  9:14 UTC  (21+ messages)
` [PATCH 01/11] HID: playstation: Make use of bitfield macros
` [PATCH 02/11] HID: playstation: Add spaces around arithmetic operators
` [PATCH 03/11] HID: playstation: Simplify locking with guard() and scoped_guard()
` [PATCH 04/11] HID: playstation: Replace uint{32,16,8}_t with u{32,16,8}
` [PATCH 09/11] HID: playstation: Rename DualSense input report status field
` [PATCH 10/11] HID: playstation: Support DualSense audio jack hotplug detection

[PATCH] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
 2025-06-12  4:34 UTC 

[PATCH v6 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-06-11 21:44 UTC  (11+ messages)
` [PATCH v6 1/6] dt-bindings: mfd: add pf1550
` [PATCH v6 2/6] mfd: pf1550: add core mfd driver
` [PATCH v6 3/6] regulator: pf1550: add support for regulator
` [PATCH v6 4/6] input: pf1550: add onkey support
` [PATCH v6 5/6] power: supply: pf1550: add battery charger support
  ` [PATCH v6 5/6] power: supply: pf1550: add battery charger supporty
` [PATCH v6 6/6] MAINTAINERS: add an entry for pf1550 mfd driver

[PATCH v5 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-06-11 14:30 UTC  (15+ messages)
` [PATCH v5 1/6] dt-bindings: mfd: add pf1550
` [PATCH v5 2/6] mfd: pf1550: add core mfd driver
` [PATCH v5 3/6] regulator: pf1550: add support for regulator
` [PATCH v5 4/6] input: pf1550: add onkey support
` [PATCH v5 5/6] power: supply: pf1550: add battery charger support
` [PATCH v5 6/6] MAINTAINERS: add an entry for pf1550 mfd driver

[bug report] firmware: add Exynos ACPM protocol driver
 2025-06-11 11:11 UTC  (2+ messages)

[PATCH v3 0/5] HID: multitouch: Add support for Touch Bars on x86 MacBook Pros
 2025-06-11  9:26 UTC  (2+ messages)

[PATCH v5 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers
 2025-06-11  8:10 UTC  (3+ messages)

[PATCH v1 7/7] HID: Intel-thc-hid: Intel-quicki2c: Add two new features to PTL
 2025-06-11  0:35 UTC  (4+ messages)
  ` [PATCH] HID: intel-thc: make ptl_ddata static

[PATCH v1 0/7] Add two new features for QuickI2C
 2025-06-11  0:09 UTC  (3+ messages)

[PATCH] HID: wacom: fix crash in wacom_aes_battery_handler()
 2025-06-10 22:28 UTC  (4+ messages)

[PATCH v2] HID: lenovo: Remove CONFIG_ACPI dependency
 2025-06-10 19:58 UTC  (3+ messages)

[PATCH 0/2] Enhance ISH Device Table and Add Wildcat Lake Support
 2025-06-10 19:55 UTC  (2+ messages)

[PATCH] HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
 2025-06-10 19:51 UTC  (2+ messages)

[PATCH] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
 2025-06-10 19:50 UTC  (2+ messages)

[PATCH] HID: Lower message 'No inputs registered, leaving' to debug
 2025-06-10 19:48 UTC  (2+ messages)

[PATCH v2] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
 2025-06-10 19:46 UTC  (2+ messages)

[PATCH v1] HID: debug: Use the __set_current_state()
 2025-06-10 19:44 UTC  (2+ messages)

[PATCH v2 00/11] HID: pidff: checkpatch fixes
 2025-06-10 19:29 UTC  (2+ messages)

[PATCH v6 0/8] HID: apple: combine patch series for all patches recently sent upstream
 2025-06-10 19:22 UTC  (2+ messages)

[PATCH v1 0/3] Add wake-on-touch feature support for THC
 2025-06-10 19:20 UTC  (2+ messages)

[PATCH] HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow
 2025-06-10 19:18 UTC  (2+ messages)

[PATCH] HID: nintendo: avoid bluetooth suspend/resume stalls
 2025-06-10 19:14 UTC  (2+ messages)

[PATCH RESEND 0/3] HID: wacom: fix resource cleanup issues
 2025-06-10 19:10 UTC  (2+ messages)

WTS Available laptops and Memory
 2025-06-10 14:56 UTC 

[PATCH RESEND 0/3] Input: convert GPIO chips to using new value setters
 2025-06-10 11:01 UTC  (7+ messages)
` [PATCH RESEND 1/3] Input: ad7879 - use new GPIO line value setter callbacks
` [PATCH RESEND 2/3] Input: adp5588 "
` [PATCH RESEND 3/3] Input: adp5589 "

[PATCH v2 0/1] MAINTAINERS: .mailmap: Update Hans de Goede's email address
 2025-06-10  7:49 UTC  (2+ messages)

[PATCH RFC] drivers/hid/hid-wiimote: Improve Wiimote Balance Board input reporting
 2025-06-10  7:02 UTC  (2+ messages)


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