summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-25HID: logitech-hidpp: Fix connect event raceHans de Goede1-20/+5
2023-10-25HID: logitech-hidpp: Remove unused connected param from *_connect()Hans de Goede1-6/+6
2023-10-25HID: logitech-hidpp: Remove connected check for non-unifying devicesHans de Goede1-7/+0
2023-10-25HID: logitech-hidpp: Add hidpp_non_unifying_init() helperHans de Goede1-8/+10
2023-10-25HID: logitech-hidpp: Move hidpp_overwrite_name() to before connect checkHans de Goede1-13/+8
2023-10-25HID: logitech-hidpp: Move g920_get_config() to just before hidpp_ff_init()Hans de Goede1-8/+6
2023-10-25HID: logitech-hidpp: Remove wtp_get_config() call from probe()Hans de Goede1-5/+1
2023-10-25HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect...Hans de Goede1-11/+9
2023-10-25HID: logitech-hidpp: Revert "Don't restart communication if not necessary"Hans de Goede1-16/+8
2023-10-25HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() onlyHans de Goede1-10/+12
2023-10-11Merge tag 'for-linus-2023101101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-64/+83
2023-10-10Merge tag 'xsa441-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds1-41/+46
2023-10-10Merge tag 'irq-urgent-2023-10-10-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-85/+186
2023-10-10Merge tag 'v6.6-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+2
2023-10-09xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-10-07Merge tag 'for-6.6/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+7
2023-10-07Merge tag 'media/v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-36/+30
2023-10-07Merge tag 'devicetree-fixes-for-6.6-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2023-10-07Merge tag 'gpio-fixes-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2023-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-30/+54
2023-10-07irqchip/renesas-rzg2l: Convert to irq_data_get_irq_chip_data()Geert Uytterhoeven1-1/+1
2023-10-07irqchip/stm32-exti: add missing DT IRQ flag translationBen Wolsieffer1-0/+1
2023-10-07irqchip/riscv-intc: Mark all INTC nodes as initializedAnup Patel1-1/+9
2023-10-07irqchip/gic-v3: Enable non-coherent redistributors/ITSes DT probingLorenzo Pieralisi3-4/+34
2023-10-07irqchip/gic-v3-its: Split allocation from initialisation of its_nodeMarc Zyngier1-60/+89
2023-10-07Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linuxLinus Torvalds2-1/+9
2023-10-06Merge tag 'pci-v6.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-19/+43
2023-10-06Merge tag 'platform-drivers-x86-v6.6-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-18/+94
2023-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+2
2023-10-06Merge tag 'drm-fixes-2023-10-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-39/+110
2023-10-06HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-06platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section m...Uwe Kleine-König1-1/+7
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold1-63/+81
2023-10-06Merge tag 'for-linus-2023100502' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-76/+135
2023-10-06Merge tag 'drm-misc-fixes-2023-10-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-12/+62
2023-10-06Merge tag 'amd-drm-fixes-6.6-2023-10-04' of https://gitlab.freedesktop.org/ag...Dave Airlie6-23/+30
2023-10-06dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu1-1/+2
2023-10-05platform/x86: touchscreen_dmi: Add info for the Positivo C4128BRenan Guilherme Lebre Ramos1-0/+23
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds38-254/+352
2023-10-05Merge tag 'leds-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-4/+0
2023-10-05Merge tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-0/+1
2023-10-05RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky1-0/+1
2023-10-05net: stmmac: remove unneeded stmmac_poll_controllerRemi Pommarel1-30/+0
2023-10-05net: lan743x: also select PHYLIBRandy Dunlap1-0/+1
2023-10-05net: ethernet: mediatek: disable irq before schedule napiChristian Marangi1-2/+2
2023-10-05HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ngFabian Vogt2-0/+3
2023-10-05HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bitSrinivas Pandruvada1-0/+8
2023-10-05HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina1-2/+1
2023-10-05HID: nintendo: reinitialize USB Pro Controller after resuming from suspendMartino Fontana1-72/+103
2023-10-05HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET1-2/+4