aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
13 hoursMerge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...HEADmasterLinus Torvalds11-139/+85
13 hoursMerge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+26
13 hoursMerge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-13/+10
13 hoursMerge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-1/+47
13 hoursMerge tag 'acpi-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-102/+16
13 hoursMerge tag 'thermal-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+35
13 hoursMerge tag 'intel-gpio-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+25
14 hoursMerge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-139/+320
14 hoursMerge tag 'phy-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds28-97/+3719
14 hoursMerge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-413/+499
14 hoursMerge tag 'mailbox-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds8-489/+1608
14 hoursMerge tag 'rproc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds7-206/+444
14 hoursMerge tag 'rpmsg-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds5-10/+13
15 hoursMerge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds81-571/+819
15 hoursMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-8/+10
16 hoursgpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu1-1/+18
16 hoursMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+9
16 hoursgpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()Laura Nao1-3/+7
23 hoursMerge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+7
34 hoursMerge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
34 hoursMerge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds11-65/+1098
36 hoursdm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer9-13/+9
36 hoursdm-integrity: set discard_granularity to logical block sizeMikulas Patocka1-0/+1
39 hoursMerge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds12-27/+31
39 hoursMerge tag 'dmi-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jd...Linus Torvalds2-1/+23
40 hoursMerge tag 'linux-watchdog-6.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds9-68/+370
40 hoursMerge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds72-750/+1253
40 hoursMerge tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-215/+533
40 hoursMerge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-14/+5
2 daysmailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2 daysmailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2 daysmailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2 daysmailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2 daysmailbox: arm_mhuv3: Add driverCristian Marussi3-0/+1117
2 daysmailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2 daysmailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2 daysmailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2 daysmailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2 daysmailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2 daysmailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46
2 daysmailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-15/+3
2 daysmailbox: omap: Remove device classAndrew Davis1-87/+2
2 daysmailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis1-5/+2
2 daysmailbox: omap: Move fifo size check to point of useAndrew Davis1-5/+5
2 daysmailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis1-0/+5
2 daysmailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis1-36/+0
2 daysmailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functionsAndrew Davis1-32/+10
2 daysMerge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds8-8/+13
3 daysMerge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-1/+29
3 daysMerge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
3 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds43-101/+142
3 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds63-735/+1327
3 daysMerge tag 'hsi-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-8/+4
3 daysMerge tag 'for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-75/+121
4 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds127-994/+10150
4 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds40-101/+66
4 daysMerge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds53-1542/+3411
4 daysMerge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-35/+115
4 daysMerge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-1/+5
4 daysMerge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-43/+164
4 daysMerge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-206/+153
5 daysnet: dsa: microchip: Correct initialization order for KSZ88x3 portsOleksij Rempel1-0/+10
5 daysMerge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-21/+17
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds20-24/+40
5 daysx86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel1-2/+26
5 daysvfio/pci: Restore zero affected bus reset devices warningAlex Williamson1-0/+3
5 daysMerge tag 'opp-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki2-1/+40
5 dayscrypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
5 daysthermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki2-1/+26
5 daysOPP: Fix required_opp_tables for multiple genpds using same tableViresh Kumar2-1/+40
5 daysnet: txgbe: fix to control VLAN stripJiawen Wu7-13/+84
5 daysnet: wangxun: match VLAN CTAG and STAG featuresJiawen Wu4-0/+50
5 daysnet: wangxun: fix to change Rx featuresJiawen Wu1-1/+3
5 dayss390/zcrypt: Use kvcalloc() instead of kvmalloc_array()Heiko Carstens3-15/+12
5 daysvirtio_net: Fix missed rtnl_unlockDaniel Jurgens1-3/+3
5 daysidpf: don't skip over ethtool tcp-data-split settingMichal Schmidt1-1/+2
5 daysbonding: fix oops during rmmodTony Battersby1-6/+7
5 daysMerge branches 'clk-microchip', 'clk-samsung' and 'clk-qcom' into clk-nextStephen Boyd28-461/+2046
5 daysMerge branches 'clk-counted', 'clk-imx', 'clk-amlogic', 'clk-binding' and 'cl...Stephen Boyd34-63/+868
5 daysMerge branches 'clk-stm', 'clk-renesas', 'clk-scmi' and 'clk-allwinner' into ...Stephen Boyd45-182/+3255
5 daysMerge branches 'clk-cleanup', 'clk-airoha', 'clk-mediatek', 'clk-sophgo' and ...Stephen Boyd16-278/+3977
5 daysMerge branch 'pci/misc'Bjorn Helgaas5-29/+36
5 daysMerge branch 'pci/ims-removal'Bjorn Helgaas4-140/+5
5 daysMerge branch 'pci/endpoint'Bjorn Helgaas2-50/+21
5 daysMerge branch 'pci/controller/tegra194'Bjorn Helgaas1-0/+3
5 daysMerge branch 'pci/controller/rockchip'Bjorn Helgaas1-5/+3
5 daysMerge branch 'pci/controller/mt7621'Bjorn Helgaas1-1/+1
5 daysMerge branch 'pci/controller/dwc'Bjorn Helgaas19-108/+334
5 daysMerge branch 'pci/controller/cadence'Bjorn Helgaas1-4/+1
5 daysMerge branch 'pci/pm'Bjorn Helgaas1-0/+12
5 daysMerge branch 'pci/of'Bjorn Helgaas1-0/+2
5 daysMerge branch 'pci/msi'Bjorn Helgaas1-6/+9
5 daysMerge branch 'pci/hotplug'Bjorn Helgaas1-7/+5
5 daysMerge branch 'pci/enumeration'Bjorn Helgaas39-105/+90
5 daysMerge branch 'pci/edr'Bjorn Helgaas1-11/+17
5 daysMerge branch 'pci/doe'Bjorn Helgaas1-3/+9
5 daysMerge branch 'pci/cxl'Bjorn Helgaas9-7/+160
5 daysMerge branch 'pci/aspm'Bjorn Helgaas1-93/+89
6 daysPCI: Do not wait for disconnected devices when resumingIlpo Järvinen1-0/+5
6 daysPCI: Remove unused pci_enable_device_io()Heiner Kallweit1-14/+0
6 daysata: pata_cs5520: Remove unnecessary call to pci_enable_device_io()Heiner Kallweit1-6/+0
6 daysscsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysscsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysscsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysscsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
6 daysscsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysscsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysscsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 dayswifi: rtw89: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
6 daysplatform/x86: wmi: Remove custom EC address space handlerRafael J. Wysocki1-92/+0
6 daysACPI: EC: Install address space handler at the namespace rootRafael J. Wysocki2-10/+16
6 daysMerge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds60-1132/+5025
6 daysMerge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds7-12/+17
6 daysMerge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds34-368/+799
6 daysMerge tag 'pmdomain-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds12-109/+125
6 daysMerge tag 'media/v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds256-5314/+20195
6 daysMerge tag 'drm-next-2024-05-16' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+37
6 daysMerge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)1-2/+33
6 daysMerge tag 'nand/for-6.10' into mtd/nextMiquel Raynal2-2/+5
6 daysMerge tag 'spi-nor/for-6.10' into mtd/nextMiquel Raynal1-2/+2
6 daysnet: lan966x: remove debugfs directory in probe() error pathHerve Codina1-2/+4
6 dayscpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma1-0/+7
6 dayss390/ap: Fix bind complete udev event sent after each AP bus scanHarald Freudenberger1-1/+7
6 dayss390/ap: Fix crash in AP internal function modify_bitmap()Harald Freudenberger1-1/+1
6 daysdrm/tests: Add a unit test for range bias allocationArunpravin Paneer Selvam1-1/+35
6 daysdrm/buddy: Fix the range bias clear memory allocation issueArunpravin Paneer Selvam1-1/+2
6 daysRevert "iommu/vt-d: Enable PCI/IMS"Bjorn Helgaas1-16/+3
6 daysRevert "iommu/amd: Enable PCI/IMS"Bjorn Helgaas1-15/+2
6 daysRevert "PCI/MSI: Provide IMS (Interrupt Message Store) support"Bjorn Helgaas1-59/+0
6 daysRevert "PCI/MSI: Provide pci_ims_alloc/free_irq()"Bjorn Helgaas1-50/+0
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-33/+286
6 daysMerge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds14-229/+469
6 daysMerge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-37/+9
6 daysPCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek1-4/+2
7 daysMerge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
7 daysMerge tag 'sound-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+54
7 daysMerge tag 'fbdev-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-56/+35
7 daysMerge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1285-55398/+75203
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski1912-34060/+87770
7 daysnet: ks8851: Fix another TX stall caused by wrong ISR flag handlingRonald Wahl1-17/+1
7 daysMerge tag 'thermal-v6.10-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki1-6/+9
7 daysarch/topology: Fix variable naming to avoid shadowingVincent Guittot1-4/+4
7 daysplatform/x86: Add new MeeGoPad ANX7428 Type-C Cross Switch driverHans de Goede3-0/+164
7 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1016-23505/+50347
7 daysMerge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-194/+1070
7 daysMerge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-68/+92
7 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds128-1702/+1974
7 daysMerge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds5-98/+58
7 daysMerge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+12
7 daysMerge tag 'hid-for-linus-2024051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds53-850/+6300
7 daysMerge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-125/+530
7 daysMerge tag 'pwm/for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-823/+818
7 daysMerge tag 'for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pat...Linus Torvalds1-4/+2
7 daysMerge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds119-772/+2006
7 daysMerge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds43-513/+1946
7 daysMerge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-210/+729
7 daysMerge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds10-256/+769
7 daysclk: samsung: Don't register clkdev lookup for the fixed rate clocksMarek Szyprowski1-10/+1
7 daysMerge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds46-185/+557
7 daysMerge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds30-361/+1121
8 daysMerge tag 'thermal-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-578/+1225
8 daystty: hvc-iucv: Make use of iucv_alloc_device()Heiko Carstens1-13/+2
8 dayss390/smsgiucv_app: Make use of iucv_alloc_device()Heiko Carstens1-16/+5
8 dayss390/netiucv: Make use of iucv_alloc_device()Heiko Carstens1-16/+4
8 dayss390/vmlogrdr: Make use of iucv_alloc_device()Heiko Carstens1-17/+3
8 dayss390/irq: Set CIF_NOHZ_DELAY in do_io_irq()Sven Schnelle2-2/+0
8 dayss390/pkey: Wipe copies of protected- and secure-keysHolger Dengler1-43/+37
8 dayss390/pkey: Wipe copies of clear-key structures on failureHolger Dengler1-7/+9
8 dayss390/pkey: Wipe sensitive data on failureHolger Dengler1-2/+2
8 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds24-96/+102
8 daysMerge tag 'm68k-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-18/+7
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-230/+280
8 daysMerge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+113
8 daysMerge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-118/+2627
8 daysMerge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
8 daysMerge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+14
8 daysMerge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-147/+50
8 daysBluetooth: btintel_pcie: Refactor and code cleanupKiran K2-5/+4
8 daysBluetooth: btintel_pcie: Fix warning reported by sparseKiran K1-1/+1
8 daysBluetooth: btintel: Fix compiler warning for multi_v7_defconfig configKiran K1-1/+1
8 daysBluetooth: btintel_pcie: Fix compiler warningsKiran K1-7/+3
8 daysBluetooth: btintel_pcie: Add *setup* function to download firmwareKiran K2-5/+315
8 daysBluetooth: btintel_pcie: Add support for PCIe transportTedd Ho-Jeong An5-1/+1495
8 daysBluetooth: btintel: Export few static functionsKiran K2-10/+59
8 daysBluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz10-47/+1
8 daysBluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
8 daysBluetooth: btintel: Add support for Filmore Peak2 (BE201)Kiran K1-0/+1
8 daysBluetooth: btintel: Add support for BlazarIKiran K1-0/+3
8 daysBluetooth: qca: clean up definesJohan Hovold1-30/+30
8 daysBluetooth: qca: drop bogus module versionJohan Hovold1-4/+1
8 daysBluetooth: qca: drop bogus edl header checksJohan Hovold1-20/+0
8 daysBluetooth: btusb: Sort usb_device_id table by the IDJiande Lu1-18/+15
8 daysBluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925Jiande Lu1-0/+24
8 daysBluetooth: qca: Support downloading board id specific NVM for WCN7850Zijun Hu1-3/+15
8 daysBluetooth: Populate hci_set_hw_info for Intel and RealtekArchie Pusaka2-0/+16
8 daysBluetooth: btusb: Correct timeout macro argument used to receive control messageZijun Hu1-3/+3
8 daysBluetooth: btusb: Fix the patch for MT7920 the affected to MT7921Peter Tsao1-0/+1
8 daysBluetooth: ath3k: Fix multiple issues reported by checkpatch.plUri Arev1-14/+11
8 daysBluetooth: hci_bcm: Limit bcm43455 baudrate to 2000000Hans de Goede1-1/+1
8 daysBluetooth: hci_intel: Fix multiple issues reported by checkpatch.plUri Arev1-9/+10