summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()Heiner Kallweit2022-04-201-8/+12
* phy: ti: Add missing pm_runtime_disable() in serdes_am654_probeMiaoqian Lin2022-04-141-1/+1
* phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probeMiaoqian Lin2022-04-141-1/+2
* phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocksMiaoqian Lin2022-04-131-1/+1
* phy: ti: tusb1210: Fix an error handling path in tusb1210_probe()Christophe JAILLET2022-04-111-2/+8
* phy: samsung: exynos5250-sata: fix missing device put in probe error pathsKrzysztof Kozlowski2022-04-111-6/+14
* phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probeMiaoqian Lin2022-04-111-0/+1
* phy: ti: Fix missing of_node_put in ti_pipe3_get_sysctrl()Lv Ruyi2022-04-111-0/+1
* phy: ti: tusb1210: Make tusb1210_chg_det_states staticHans de Goede2022-04-111-1/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-04-032-136/+14
|\
| * Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2022-04-032-136/+14
* | Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-021-12/+12
|\ \
| * | Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe2022-04-021-12/+12
* | | Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-021-8/+0
|\ \ \
| * | | PCI: hv: Remove unused hv_set_msi_entry_from_desc()YueHaibing2022-03-311-8/+0
* | | | Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-04-026-152/+181
|\ \ \ \
| * | | | platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-04-011-6/+6
| * | | | platform: chrome: Split trace include fileGwendal Grignou2022-04-014-97/+127
| * | | | platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
| * | | | platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
| * | | | platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
| * | | | platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
| * | | | platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
| * | | | platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
* | | | | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-0222-90/+182
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-011-15/+27
| * | | | drbd: remove usage of list iterator variable after loopJakob Koschel2022-04-011-2/+5
| * | | | nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-03-311-12/+12
| * | | | drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
| * | | | loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-0/+1
| * | | | nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman2022-03-293-2/+28
| * | | | nvme: fix RCU hole that allowed for endless looping in multipath round robinChris Leech2022-03-291-4/+10
| * | | | nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-293-8/+33
| * | | | nvmet: remove redundant assignment after left shiftColin Ian King2022-03-291-1/+1
| * | | | nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-2911-37/+50
| * | | | nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R2022-03-231-1/+4
| * | | | nvme-pci: expose use_threaded_interrupts read-only in sysfsXin Hao2022-03-231-1/+1
| * | | | nvme: fix the read-only state for zoned namespaces with unsupposed featuresPankaj Raghav2022-03-231-3/+5
| * | | | n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu2022-03-211-1/+1
| * | | | xen/blkfront: fix comment for need_copyDongli Zhang2022-03-211-1/+1
| * | | | xen-blkback: remove redundant assignment to variable iColin Ian King2022-03-211-1/+1
* | | | | Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-04-024-14/+31
|\ \ \ \ \
| * | | | | dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei2022-04-011-7/+13
| * | | | | dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka2022-04-011-2/+2
| * | | | | dm integrity: set journal entry unused when shrinking deviceMikulas Patocka2022-04-011-2/+4
| * | | | | dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka2022-04-011-3/+12
* | | | | | Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-019-135/+903
|\ \ \ \ \ \
| * \ \ \ \ \ RISC-V CPU Idle SupportPalmer Dabbelt2022-03-319-135/+903
| |\ \ \ \ \ \
| | * | | | | | cpuidle: Add RISC-V SBI CPU idle driverAnup Patel2022-03-104-0/+651
| | * | | | | | cpuidle: Factor-out power domain related code from PSCI domain driverAnup Patel2022-03-107-135/+252
| | | |_|/ / / | | |/| | | |