messages from 2022-04-19 13:41:51 to 2022-04-22 20:42:22 UTC [more...]
[PATCH v2 0/8] Printbufs & improved shrinker debugging
2022-04-22 20:03 UTC (25+ messages)
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
` [PATCH v2 2/8] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v2 3/8] mm/memcontrol.c: Convert to printbuf
` [PATCH v2 4/8] clk: tegra: bpmp: "
` [PATCH v2 5/8] mm: Add a .to_text() method for shrinkers
` [PATCH v2 6/8] mm: Count requests to free & nr freed per shrinker
` [PATCH v2 7/8] mm: Move lib/show_mem.c to mm/
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c
[PATCH v2 00/48] ARM: PXA multiplatform support
2022-04-22 19:16 UTC (56+ messages)
` [PATCH 01/48] ARM: pxa: split mach/generic.h
` [PATCH 02/48] ARM: pxa: make mainstone.h private
` [PATCH 03/48] ARM: pxa: make mach/regs-uart.h private
` [PATCH 04/48] ARM: pxa: remove mach/dma.h
` [PATCH 05/48] ARM: pxa: split up mach/hardware.h
` [PATCH 06/48] ARM: pxa: stop using mach/bitfield.h
` [PATCH 07/48] ARM: pxa: move mach/sound.h to linux/platform_data/
` [PATCH 08/48] ARM: pxa: move regs-lcd.h into driver
` [PATCH 09/48] watchdog: sa1100: use platform device registration
` [PATCH 10/48] ARM: pxa: pxa2xx-ac97-lib: use IRQ resource
` [PATCH 11/48] ARM: pxa: move pcmcia board data into mach-pxa
` [PATCH 12/48] ARM: pxa: make addr-map.h header local
` [PATCH 13/48] ARM: pxa: use pdev resource for palmld mmio
` [PATCH 14/48] ARM: pxa: maybe fix gpio lookup tables
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 16/48] ARM: pxa: poodle: use platform data for poodle asoc driver
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors for audio
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 19/48] ARM: pxa: lubbock: pass udc irqs as resource
` [PATCH 20/48] ARM: pxa: spitz: use gpio descriptors for audio
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 26/48] input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
` [PATCH 27/48] input: touchscreen: mainstone: sync with zylonite driver
` [PATCH 28/48] Input: touchscreen: use wrapper for pxa2xx ac97 registers
` [PATCH 29/48] Input: wm97xx - switch to using threaded IRQ
` [PATCH 30/48] Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
` [PATCH 31/48] ASoC: pxa: use pdev resource for FIFO regs
` [PATCH 32/48] ASoC: pxa: ac97: use normal MMIO accessors
` [PATCH 33/48] ASoC: pxa: i2s: "
` [PATCH 34/48] ARM: pxa: pcmcia: move smemc configuration back to arch
` [PATCH 35/48] ARM: pxa: remove get_clk_frequency_khz()
` [PATCH 36/48] cpufreq: pxa3: move clk register access to clk driver
` [PATCH 37/48] ARM: pxa: move smemc register access from clk to platform
` [PATCH 38/48] ARM: pxa: move clk register definitions to driver
` [PATCH 39/48] power: tosa: simplify probe function
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery
` [PATCH 41/48] ARM: pxa: remove unused mach/bitfield.h
` [PATCH 42/48] ARM: mmp: remove tavorevb board support
` [PATCH 43/48] ARM: mmp: rename pxa_register_device
` [PATCH 44/48] ARM: pxa: move plat-pxa to drivers/soc/
` [PATCH 45/48] ARM: PXA: fix multi-cpu build of xsc3
` [PATCH 46/48] ARM: pxa: move mach/*.h to mach-pxa/
` [PATCH 47/48] ARM: pxa: remove support for MTD_XIP
` [PATCH 48/48] ARM: pxa: convert to multiplatform
[PATCH 1/3] Input: goodix - Fix double free on managed resource
2022-04-22 16:17 UTC (3+ messages)
` [PATCH 2/3] HID: logitech-hidpp: "
` [PATCH 3/3] HID: wacom: "
[PATCH 2/2] Input: sun4i-lradc-keys - add support for R329 LRADC
2022-04-22 16:07 UTC
[PATCH 1/2] dt-bindings: input: sun4i-lradc-keys: add R329 LRADC binding
2022-04-22 16:07 UTC
[PATCH] Input: synaptics-rmi4: remove unnecessary flush_workqueue()
2022-04-22 9:33 UTC
[PATCH] Input: Remove duplicated condition
2022-04-22 9:25 UTC
[PATCH] HID: multitouch: Implement MT_QUIRK_DROP_REPEATED_SLOT
2022-04-22 8:55 UTC (9+ messages)
[PATCH 00/41] OMAP1 full multiplatform conversion
2022-04-22 5:55 UTC (46+ messages)
` [PATCH 01/41] video: fbdev: omapfb: lcd_ams_delta: fix unused variable warning
` [PATCH 11/41] fbdev: omap: avoid using mach/*.h files
` [PATCH 12/41] usb: omap: avoid mach/*.h headers
` [PATCH 14/41] serial: 8250/omap1: include linux/soc/ti/omap1-soc.h
` [PATCH 15/41] input: omap: void using mach/*.h headers
` [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1
` [PATCH 18/41] ARM: omap: remove debug-leds driver
` [PATCH 19/41] ARM: omap: dma: make usb support optional
` [PATCH 20/41] dma: omap: hide legacy interface
` [PATCH 22/41] ARM: omap1: move plat/dma.c to mach/omap-dma.c
` [PATCH 23/41] ARM: omap: split up arch/arm/plat-omap/Kconfig
` [PATCH 24/41] ARM: omap: un-merge plat/sram.c
` [PATCH 25/41] ARM: omap: remove empty plat-omap directory
` [PATCH 26/41] ARM: omap1: relocate static I/O mapping
` [PATCH 27/41] ARM: omap1: use pci_remap_iospace() for omap_cf
` [PATCH 29/41] ARM: omap1: fix build with no SoC selected
` [PATCH 30/41] ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF
` [PATCH 31/41] ARM: OMAP1: clock: Fix early UART rate issues
` [PATCH 32/41] ARM: OMAP1: clock: Fix UART rate reporting algorithm
` [PATCH 33/41] ARM: OMAP1: clock: Remove unused code
` [PATCH 34/41] ARM: OMAP1: clock: Remove noop code
` [PATCH 35/41] usb: host: ohci-omap: Make it CCF clk API compatible
` [PATCH 36/41] usb: gadget: omap_udc: "
` [PATCH 37/41] [MERGED] video: fbdev: omap: "
` [PATCH 38/41] [MERGED] mmc: "
` [PATCH 39/41] [MERGED] ASoC: ti: osk5912: "
` [PATCH 40/41] [TO BE REBASED] ARM: OMAP1: clock: Convert to CCF
` [PATCH 41/41] [TO BE REBASED] ARM: omap1: enable multiplatform
[RESEND PATCH v4 0/6] Input: edt-ft5x06 - Improve configuration
2022-04-21 19:00 UTC (7+ messages)
` [RESEND PATCH v4 1/6] dt-bindings: input: touchscreen: edt-ft5x06: add report-rate-hz
` [RESEND PATCH v4 2/6] Input: edt-ft5x06 - get/set M12 report rate by sysfs
` [RESEND PATCH v4 3/6] Input: edt-ft5x06 - set report rate by dts property
` [RESEND PATCH v4 4/6] Input: edt-ft5x06 - show model name by sysfs
` [RESEND PATCH v4 5/6] Input: edt-ft5x06 - show firmware version "
` [RESEND PATCH v4 6/6] Input: edt-ft5x06 - show crc and header errors "
[PATCH for-5.19/uclogic 0/5] DIGImend patches, part V
2022-04-21 17:50 UTC (6+ messages)
` [PATCH for-5.19/uclogic 1/5] HID: uclogic: Clarify params desc_size description
` [PATCH for-5.19/uclogic 2/5] HID: uclogic: Clarify pen/frame desc_ptr description
` [PATCH for-5.19/uclogic 3/5] HID: uclogic: Pass keyboard reports as is
` [PATCH for-5.19/uclogic 4/5] HID: uclogic: Support disabling pen usage
` [PATCH for-5.19/uclogic 5/5] HID: uclogic: Disable pen usage for Huion keyboard interfaces
[PATCH] HID: wacom: Correct power_supply type
2022-04-21 17:13 UTC (10+ messages)
[PATCH 4/7] Input: mtk-pmic-keys: rename platform data struct
2022-04-21 15:57 UTC (4+ messages)
` [PATCH 5/7] Input: mtk-pmic-keys: add field to store if PMIC has key release IRQs
[hid:for-5.19/wacom 1/2] drivers/hid/wacom_wac.c:2411:42: warning: format specifies type 'unsigned short' but the argument has type 'int'
2022-04-21 14:26 UTC
[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-04-21 14:07 UTC (8+ messages)
` [RFC bpf-next v4 1/7] bpf/btf: also allow kfunc in tracing programs
` [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
` [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable
` [RFC bpf-next v4 4/7] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [RFC bpf-next v4 5/7] HID: initial BPF new way implementation
` [RFC bpf-next v4 6/7] samples/bpf: add new hid_mouse example
` [RFC bpf-next v4 7/7] selftests/bpf: add tests for the HID-bpf initial implementation
[PATCH] dt-bindings: input: mediatek,mt6779-keypad: update maintainer
2022-04-21 14:02 UTC
[PATCH] HID: add HID device reset callback
2022-04-21 11:23 UTC (3+ messages)
[PATCH] HID: elan: Fix potential double free in elan_input_configured
2022-04-21 9:39 UTC (3+ messages)
Bug 215744 - input from the accelerometer disappeared, regression on amd_sfh on kernel 5.17
2022-04-21 9:24 UTC (11+ messages)
[PATCH] HID: amd_sfh: Drop redundant memset
2022-04-21 9:17 UTC
[PATCH] hid: multitouch: new device class fix Lenovo X12 trackpad sticky
2022-04-21 9:12 UTC (2+ messages)
[PATCH 2/2] hid: multitouch: improve custom quirks kernel parameter
2022-04-21 8:58 UTC (2+ messages)
[PATCH] HID: hid-led: fix maximum brightness for Dream Cheeky
2022-04-21 8:29 UTC (2+ messages)
[PATCH 1/2] hid: multitouch: add module paramter to override quirks
2022-04-21 8:27 UTC (2+ messages)
[PATCH v2] HID: multitouch: Add support for Google Whiskers Touchpad
2022-04-21 8:25 UTC (4+ messages)
[PATCH] HID: amd_sfh: change global variables to static
2022-04-21 8:19 UTC (3+ messages)
[PATCH for-5.19/uclogic 0/4] DIGImend patches, part IV
2022-04-21 8:09 UTC (2+ messages)
[PATCH] HID: hidraw - add HIDIOCREVOKE ioctl
2022-04-21 8:09 UTC (3+ messages)
[PATCH] HID: Driver for Google Hangouts Meet Speakermic
2022-04-21 7:48 UTC (2+ messages)
[PATCH] HID: wacom: Adding Support for new usages
2022-04-21 7:43 UTC (2+ messages)
[PATCH v2] HID: Add support for Mega World controller force feedback
2022-04-21 2:40 UTC
[PATCH] input: Make use of the helper function devm_platform_ioremap_resource()
2022-04-20 21:48 UTC (2+ messages)
[PATCH] input: clps711x-keypad: Use syscon_regmap_lookup_by_phandle
2022-04-20 21:45 UTC (2+ messages)
[PATCH] Input: Remove unneeded variable
2022-04-20 20:56 UTC (2+ messages)
[PATCH v7 0/4] Add support for the Cypress cyttsp5
2022-04-20 12:25 UTC (2+ messages)
Wycena paneli fotowoltaicznych
2022-04-20 7:40 UTC
[PATCH v9 2/6] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver
2022-04-20 6:44 UTC (3+ messages)
` [PATCH v9 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema
[PATCH] HID: hid-wiimote-core: Removed Unnecessary Braces
2022-04-19 21:15 UTC
[PATCH 00/46] ARM: pxa: towards multiplatform support
2022-04-19 15:51 UTC (4+ messages)
` [PATCH 28/46] input: touchscreen: mainstone: sync with zylonite driver
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).