summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Bluetooth: hci_qca: Mundane typo fixBhaskar Chowdhury1-1/+1
2021-03-18Bluetooth: btbcm: Add BCM4330 and BCM4334 compatiblesLinus Walleij1-0/+2
2021-03-11Bluetooth: hci_qca: Add device_may_wakeup supportVenkata Lakshmi Narayana Gubba1-0/+15
2021-03-08Bluetooth: btintel: Fix offset calculation boot address parameterKiran K1-1/+2
2021-03-08Bluetooth: btusb: print firmware file name on error loading firmwareKiran K1-2/+4
2021-03-08Bluetooth: btbcm: Obtain and handle reset GPIOLinus Walleij1-0/+17
2021-02-26Bluetooth: btusb: Fix incorrect type in assignment and uninitialized symbolmark-yw.chen1-4/+4
2021-02-26Bluetooth: btusb: support 0cb5:c547 Realtek 8822CE deviceRasmus Moorats1-0/+2
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+55
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2021-02-21Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-1374/+73
2021-02-21Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-397/+571
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds49-4365/+628
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds71-371/+282
2021-02-21Merge tag 'for-5.12/libata-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+26
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-3009/+0
2021-02-21Merge tag 'pnp-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-2/+2
2021-02-21Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds176-653/+774
2021-02-21Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds46-515/+2017
2021-02-21Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds183-4440/+6381
2021-02-21Merge tag 'usb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds171-3041/+15875
2021-02-21Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds53-5058/+929
2021-02-21tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds1-1/+4
2021-02-21Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2021-02-21Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-1/+741
2021-02-21Merge tag 'edac_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-340/+319
2021-02-21Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds62-649/+1984
2021-02-21Merge tag 'arm-soc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds7-137/+142
2021-02-21Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-396/+5
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds901-23875/+81878
2021-02-18octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter1-1/+1
2021-02-18cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter1-3/+3
2021-02-18net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee2-0/+5
2021-02-18ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessaryVincent Cheng1-10/+8
2021-02-18ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.Vincent Cheng1-4/+1
2021-02-18ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.Vincent Cheng1-79/+11
2021-02-18ptp: ptp_clockmatrix: Clean-up dev_*() messages.Vincent Cheng1-79/+43
2021-02-18ptp: ptp_clockmatrix: Remove unused header declarations.Vincent Cheng1-2/+0
2021-02-18ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.Vincent Cheng1-3/+13
2021-02-18ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.Vincent Cheng3-2/+87
2021-02-18net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland1-0/+10
2021-02-18net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland1-1/+3
2021-02-18net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland1-4/+4
2021-02-18net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland1-4/+2
2021-02-18net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland1-3/+2
2021-02-18r8169: use macro pm_ptrHeiner Kallweit1-3/+1
2021-02-18net: mdio: Remove of_phy_attach()Florian Fainelli1-30/+0
2021-02-18net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean1-0/+1
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar758-4256/+9266
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski4-36/+9