summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-6/+0
* mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-2/+1
* mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-3/+5
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-5/+5
|\
| * mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| * mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
* | mmc: dw_mmc: fix indentation issueColin Ian King2019-11-131-2/+2
|/
* mmc: dw_mmc: Re-store SDIO IRQs mask at system resumeUlf Hansson2019-09-111-0/+4
* mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson2019-07-221-2/+1
* mmc: host: dw_mmc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-29/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: dw_mmc: fix card threshold control configurationx002701702018-07-031-3/+4
* mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin2018-05-021-0/+4
* Merge branch 'fixes' into nextUlf Hansson2018-03-161-2/+4
|\
| * mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin2018-03-161-2/+4
* | mmc: dw_mmc: remove the deprecated "num-slots"Jaehoon Chung2018-03-151-4/+0
* | mmc: dw_mmc: remove the deprecated "clock-freq-min-max" propertyJaehoon Chung2018-03-151-11/+4
* | Merge branch 'fixes' into nextUlf Hansson2018-03-051-3/+6
|\|
| * mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin2018-03-051-3/+6
* | mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMDShawn Lin2018-03-051-1/+0
* | mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTEShawn Lin2018-03-051-26/+2
|/
* mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin2018-02-271-0/+4
* mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin2018-02-271-1/+8
* mmc: dw_mmc: Factor out dw_mci_init_slot_capsShawn Lin2018-02-271-30/+43
* mmc: dw_mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-14/+9
* mmc: dw_mmc: Cleanup the DTO timer like the CTO oneDouglas Anderson2017-11-021-3/+52
* Merge branch 'fixes' into nextUlf Hansson2017-11-021-13/+94
|\
| * mmc: dw_mmc: Fix the DTO timeout calculationDouglas Anderson2017-11-011-1/+6
| * mmc: dw_mmc: Add locking to the CTO timerDouglas Anderson2017-10-301-10/+81
| * mmc: dw_mmc: Fix the CTO timeout calculationDouglas Anderson2017-10-301-1/+5
| * mmc: dw_mmc: cancel the CTO timer after a voltage switchDouglas Anderson2017-10-301-1/+2
* | mmc: dw_mmc: catch all errors when getting regulatorsWolfram Sang2017-10-301-1/+1
* | mmc: dw_mmc: make const arrays mszs staticColin Ian King2017-10-301-2/+2
|/
* mmc: dw_mmc: introduce timer for broken command transfer over schemeAddy Ke2017-08-301-0/+48
* mmc: dw_mmc: move controller reset before driver initliwei2017-08-301-6/+6
* mmc: dw_mmc: explicitly request exclusive reset controlPhilipp Zabel2017-08-301-1/+1
* mmc: dw_mmc: fix the wrong condition check of getting num-slots from DTShawn Lin2017-07-271-1/+1
* mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung2017-06-291-8/+5
* mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung2017-06-291-17/+16
* mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung2017-06-291-9/+7
* mmc: dw_mmc: change the array of slotsJaehoon Chung2017-06-291-12/+9
* mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung2017-06-291-79/+36
* mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung2017-06-291-13/+8
* mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods2017-06-201-12/+12
* Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"Ulf Hansson2017-06-201-8/+2
* mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabledUlf Hansson2017-06-201-0/+7
* mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQsUlf Hansson2017-06-201-3/+22
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-11/+3
* mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin2017-04-241-18/+20