summaryrefslogtreecommitdiffstats
path: root/drivers/parisc/eisa_eeprom.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-17memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng1-0/+3
2018-12-17misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detectionKai-Heng Feng1-0/+8
2018-12-17memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe functionKai-Heng Feng1-0/+1
2018-12-17mmc: rtsx_usb_sdmmc: Re-work card detection/removal supportUlf Hansson1-1/+28
2018-12-17mmc: rtsx_usb_sdmmc: Re-work runtime PM supportUlf Hansson1-7/+4
2018-12-17mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing ledUlf Hansson1-1/+5
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson2-2/+5
2018-12-17mmc: sdhci-msm: Disable CDR function on TXLoic Poulain1-1/+43
2018-12-17mmc: add new Alcor Micro Cardreader SD/MMC driverOleksij Rempel3-0/+1173
2018-12-17misc: cardreader: add new Alcor Micro Cardreader PCI driverOleksij Rempel5-3/+671
2018-12-17mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li4-76/+13
2018-12-17mmc: jz4740: Use PTR_ERR_OR_ZERO in jz4740_mmc_request_gpios()YueHaibing1-4/+1
2018-12-17dt-bindings: mmc: sdhci-msm: Clarify register requirementsEvan Green1-1/+1
2018-12-17mmc: sdhci-pci: Add max-frequency device property for Intel controllersAdrian Hunter1-0/+4
2018-12-17mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij2-85/+1
2018-12-17mmc: pxa: Use GPIO descriptor for powerLinus Walleij37-79/+53
2018-12-17mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij2-21/+0
2018-12-17ARM: pxa: Delete platform data for CD/WPLinus Walleij36-117/+6
2018-12-17mmc: pxamci: Support getting GPIO descs for RO and WPLinus Walleij1-14/+28
2018-12-17ARM: pxa: Add GPIO descriptors for Palm27xLinus Walleij8-19/+108
2018-12-17ARM: pxa: Add gpio descriptor lookup tables for MMC CD/WPLinus Walleij21-11/+322
2018-12-17gpio: name PCA953x gpio chips after device nameLinus Walleij1-1/+1
2018-12-17mmc: s3cmci: Use the slot GPIO descriptorLinus Walleij7-32/+75
2018-12-17mmc: host: tmio: Use GPIO descriptorsLinus Walleij3-16/+31
2018-12-17mmc: spi: Convert to use GPIO descriptorsLinus Walleij6-71/+53
2018-12-17mmc: meson-mx-sdio: check devm_kasprintf for failureNicholas Mc Guire1-0/+6
2018-12-17mmc: sdhci-of-esdhc: workaround for unreliable pulse width detectionYangbo Lu2-0/+23
2018-12-17mmc: sdhci-of-esdhc: temporary fixup for eMMC HS400 issueYangbo Lu1-1/+3
2018-12-17mmc: sdhci-of-esdhc: add erratum A011334 supportYangbo Lu1-0/+36
2018-12-17mmc: sdhci-of-esdhc: add hs400 mode supportYangbo Lu2-10/+88
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu2-0/+6
2018-12-17mmc: sdhci-omap: Remove redundant structure assignmentsFaiz Abbas1-4/+0
2018-12-17mmc: sdhci-omap: Add platform specific reset callbackFaiz Abbas1-1/+19
2018-12-17mmc: jz4740: rework pre_req/post_req implementationEzequiel Garcia1-64/+54
2018-12-17mmc: mmci: send stop command if sbc error issueLudovic Barre1-3/+2
2018-12-17mmc: document 'Reliable Write' bit in uapi headerWolfram Sang1-1/+4
2018-12-17mmc: tmio: introduce mask for 'always 1' bitsWolfram Sang2-0/+6
2018-12-17mmc: renesas_sdhi: disable HS400 on H3 ES1.x and M3-W ES1.[012]Niklas Söderlund1-5/+15
2018-12-17mmc: renesas_sdhi: align compatibility properties for H3 and M3-WNiklas Söderlund2-35/+5
2018-12-17mmc: renesas_sdhi: handle 4tap hs400 mode quirk based on SoC revisionNiklas Söderlund1-0/+26
2018-12-17mmc: renesas_sdhi: add initial setting of interrupt mask registerNiklas Söderlund2-0/+5
2018-12-17mmc: tmio: fix reset operationNiklas Söderlund1-12/+15
2018-12-17mmc: tmio: enable module clock before resetting when resumingNiklas Söderlund1-1/+1
2018-12-17mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang2-16/+0
2018-12-17mmc: bcm2835: Properly handle dmaengine_prep_slave_sgStefan Wahren1-6/+9
2018-12-17mmc: bcm2835: Refactor dma_map_sg handlingStefan Wahren1-9/+7
2018-12-17mmc: bcm2835: Terminate timeout work synchronouslyStefan Wahren1-1/+1
2018-12-17mmc: bcm2835: Avoid possible races on data requestsStefan Wahren1-4/+6
2018-12-17mmc: bcm2835: Release DMA channel on driver unloadStefan Wahren1-0/+3
2018-12-17mmc: bcm2835: Recover from MMC_SEND_EXT_CSDPhil Elwell1-0/+9