summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: slot-gpio: Refactor mmc_gpio_alloc()Andy Shevchenko2021-10-121-17/+17
* memstick: avoid out-of-range warningArnd Bergmann2021-10-121-1/+1
* mmc: sdhci-sprd: Wait until DLL locked after being configuredZhenxiong Lai2021-10-121-0/+13
* mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"Colin Ian King2021-10-121-1/+1
* mmc: sdhci-s3c: Describe driver in KConfigKrzysztof Kozlowski2021-10-121-3/+5
* mmc: sdhci: Return true only when timeout exceeds capacity of the HW timerBean Huo2021-10-121-12/+9
* mmc: mmci: Add small comment about reset threadLinus Walleij2021-10-121-0/+4
* mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMATony Lindgren2021-10-121-2/+22
* mmc: sdhci-omap: Parse legacy ti,non-removable propertyTony Lindgren2021-10-121-0/+5
* mmc: sdhci-omap: Restore sysconfig after resetTony Lindgren2021-10-121-1/+13
* mmc: sdhci-omap: Fix context restoreTony Lindgren2021-10-121-1/+14
* mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredTony Lindgren2021-10-121-1/+2
* mmc: mtk-sd: Add HS400 online tuning supportWenbin Mei2021-10-121-2/+77
* mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei2021-10-122-1/+8
* mmc: sdhci-s3c: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-10-121-1/+0
* dt-bindings: mmc: update mmc-card.yaml referenceMauro Carvalho Chehab2021-10-121-1/+1
* mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle2021-10-121-1/+2
* memstick: jmb38x_ms: Prefer struct_size over open coded arithmeticLen Baker2021-10-121-2/+1
* mmc: cqhci: Print out qcnt in case of timeoutBean Huo2021-10-121-2/+2
* mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC dr...Rashmi A2021-10-121-1/+28
* mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-10-121-7/+3
* memstick: mspro_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* memstick: ms_block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+5
* mmc: block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+6
* mmc: mtk-sd: Remove unused parametersChanWoo Lee2021-10-121-6/+5
* mmc: mtk-sd: Remove unused parameters(mrq)ChanWoo Lee2021-10-121-2/+2
* mmc: mtk-sd: Add wait dma stop done flowDerong Liu2021-10-121-0/+5
* mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee2021-10-121-1/+1
* Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-093-3/+13
|\
| * i2c: mlxcpld: Modify register setting for 400KHz frequencyVadim Pasternak2021-10-041-1/+1
| * i2c: mlxcpld: Fix criteria for frequency settingVadim Pasternak2021-10-041-1/+1
| * i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu2021-10-021-1/+10
| * i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles2021-10-021-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-10-096-43/+41
|\ \
| * | scsi: iscsi: Fix iscsi_task use after freeMike Christie2021-10-041-6/+9
| * | scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handlingJames Smart2021-10-041-4/+7
| * | scsi: elx: efct: Delete stray unlock statementDan Carpenter2021-10-041-2/+1
| * | scsi: ufs: core: Fix task management completionAdrian Hunter2021-10-042-30/+23
| * | scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry2021-10-041-1/+1
* | | Merge tag 's390-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-10-081-8/+1
|\ \ \
| * | | s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2021-10-041-8/+1
* | | | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-084-25/+31
|\ \ \ \
| * | | | xen/balloon: fix cancelled balloon actionJuergen Gross2021-10-061-6/+15
| * | | | xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich2021-10-051-3/+1
| * | | | xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich2021-10-051-5/+4
| * | | | xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich2021-10-051-2/+2
| * | | | xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-3/+2
| * | | | xen/privcmd: fix error handling in mmap-resource processingJan Beulich2021-10-051-3/+4
| * | | | xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pagesJan Beulich2021-10-051-3/+3
* | | | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-0811-14/+16
|\ \ \ \ \