summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Bluetooth: btmtksdio: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+3
2026-08-07Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseqSherry Sun1-4/+30
2026-08-07Bluetooth: btnxpuart: Simplify nxp_set_ind_reset() by __hci_reset_dev()Zijun Hu1-13/+1
2026-08-07Bluetooth: btintel: Remove redundant (hdr->plen > 0) in btintel_recv_event()Zijun Hu1-2/+1
2026-08-07Bluetooth: btintel: Fix diagnostics event detectionZijun Hu1-1/+1
2026-08-07Bluetooth: btmrvl: fix event packet length validationMarek Szyprowski1-1/+11
2026-08-07Bluetooth: virtio_bt: avoid OOB read of build info stringHyeongJun An1-2/+6
2026-08-07Bluetooth: hcli_ldisc: Remove reduntant bracesoshada imalka1-2/+2
2026-08-07Bluetooth: hci_aml: validate firmware segment lengthsLaxman Acharya Padhya1-2/+16
2026-08-07Bluetooth: btintel: Add Bluetooth SAR revision 2 supportKiran K2-1/+208
2026-08-07Bluetooth: btintel_pcie: Add vendor_reset PCI sysfs for PLDRChandrashekar Devegowda1-0/+38
2026-08-07Bluetooth: hci_intel: drop unused assignment of acpi_device_id::driver_dataPawel Zalewski (The Capable Hub)1-2/+2
2026-08-07Bluetooth: use a named initializer for acpi_device_idPawel Zalewski (The Capable Hub)3-177/+177
2026-08-07Bluetooth: btmrvl_sdio: Do not free HCI_VENDOR_PKT frame by hci_recv_frame()Zijun Hu1-1/+1
2026-08-07Bluetooth: btintel: Simplify btintel_classify_pkt_type() by hci_acl_handle()Zijun Hu1-3/+1
2026-08-07Bluetooth: btusb: Simplify btusb_recv_bulk() by hci_acl_dlen()Zijun Hu1-3/+1
2026-08-07Bluetooth: btusb: Add a simple static btusb_prepare_reset()Zijun Hu1-2/+9
2026-08-07Bluetooth: btusb: Make btusb_recv_{event,acl}() take struct hci_dev *Zijun Hu1-6/+10
2026-08-07Bluetooth: btrsi: Move set_bt_context after successful HCI registrationChen Changcheng1-1/+2
2026-08-07Bluetooth: btintel_pcie: Remove unreachable break after gotoChen Changcheng1-1/+0
2026-08-07Bluetooth: btusb: Realtek: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDORZijun Hu1-1/+1
2026-08-07Bluetooth: btusb: QCA: Replace HCI_VENDOR_PKT usages with HCI_EV_VENDORZijun Hu1-2/+2
2026-08-07Bluetooth: hci_qca: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDORZijun Hu1-2/+2
2026-08-07Bluetooth: hci_ldisc: reject invalid tty write lengthsLi Qiang1-0/+6
2026-08-07Bluetooth: hci_bcsp: validate received packet lengthsLi Qiang1-1/+4
2026-08-07Bluetooth: btmrvl: validate event packet lengthsLi Qiang1-0/+10
2026-08-07Merge branch 'pm-cpuidle'Rafael J. Wysocki3-302/+539
2026-08-07Merge branch 'intel-idle-lpi'Rafael J. Wysocki3-302/+516
2026-08-07Merge tag 'pinctrl-v7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-6/+11
2026-08-07Merge branch 'pm-cpufreq'Rafael J. Wysocki12-273/+407
2026-08-07pinctrl: airoha: add support of an7563 SoCMikhail Kshevetskiy3-0/+1125
2026-08-07pinctrl: airoha: try to find chip scu node by phandle firstMikhail Kshevetskiy5-3/+10
2026-08-07pinctrl: airoha: add support of en7523 SoCMikhail Kshevetskiy3-0/+1166
2026-08-07pinctrl: airoha: an7583: add support for olt pinmuxMikhail Kshevetskiy1-0/+18
2026-08-07pinctrl: airoha: an7583: add support for pon_alt pinmuxMikhail Kshevetskiy1-2/+14
2026-08-07pinctrl: airoha: an7583: add support for npu_uart pinmuxMikhail Kshevetskiy1-1/+11
2026-08-07pinctrl: airoha: an7583: rename registers to match its an7583 namesMikhail Kshevetskiy1-5/+5
2026-08-07pinctrl: airoha: an7583: remove an7583 prefix from variable names and definit...Mikhail Kshevetskiy1-307/+307
2026-08-07pinctrl: airoha: an7581: remove en7581 prefix from variable namesMikhail Kshevetskiy1-198/+198
2026-08-07pinctrl: airoha: split driver on shared code and SoC specific driversMikhail Kshevetskiy6-2374/+2999
2026-08-07pinctrl: airoha: move common definitions to the separate headerMikhail Kshevetskiy2-270/+283
2026-08-07pinctrl: airoha: statically allocate gpio regs structureMikhail Kshevetskiy1-46/+46
2026-08-07pinctrl: airoha: remove not needed irq_type[] arrayMikhail Kshevetskiy1-14/+8
2026-08-07pinctrl: airoha: fix edge-triggered interrupts handlingMikhail Kshevetskiy1-4/+33
2026-08-07pinctrl: airoha: fix IRQ mask/unmask codeMikhail Kshevetskiy1-0/+2
2026-08-07pinctrl: airoha: add missed IRQ resource helpersMikhail Kshevetskiy1-0/+1
2026-08-07pinctrl: airoha: fix getting gpiochip/pinctrl pointers in the IRQ handling codeMikhail Kshevetskiy1-11/+9
2026-08-07pinctrl: airoha: minor improvementsMikhail Kshevetskiy1-13/+43
2026-08-07pinctrl: airoha: add set_direction() helper for gpio_chipMikhail Kshevetskiy1-18/+34
2026-08-07pinctrl: airoha: add missed get_direction() function for gpio_chipMikhail Kshevetskiy1-16/+34