summaryrefslogtreecommitdiff
path: root/drivers/mmc/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-1/+0
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-1/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-3/+3
* mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot2019-07-151-4/+0
* mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot2019-07-151-9/+0
* mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot2019-07-151-7/+6
* mmc: omap_hsmmc: Set 3.3V for IO voltageFaiz Abbas2019-04-121-11/+10
* Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-101-8/+8
|\
| * mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulatorLokesh Vutla2019-02-091-8/+8
* | mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas2019-02-091-1/+91
|/
* mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng2018-11-141-0/+2
* mmc: omap_mmc: Remove invert referencesAdam Ford2018-09-291-11/+1
* mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford2018-09-251-0/+4
* mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford2018-09-111-5/+9
* mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specifiedJean-Jacques Hiblot2018-02-261-0/+2
* mmc: omap_hsmmc: make it possible to compile out ADMA supportJean-Jacques Hiblot2018-02-261-6/+6
* mmc: omap_hsmmc: compile out write support if not neededJean-Jacques Hiblot2018-02-261-2/+9
* mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_platJean-Jacques Hiblot2018-02-261-3/+3
* mmc: Fix uninitialised priv memberAlex Kiernan2018-02-191-1/+1
* mmc: omap_hsmmc: add signal voltage selection supportJean-Jacques Hiblot2018-02-191-22/+154
* mmc: omap_hsmmc: allow mmc clock to be gatedKishon Vijay Abraham I2018-02-191-0/+6
* mmc: omap_hsmmc: implement send_init_stream callbackJean-Jacques Hiblot2018-02-191-0/+13
* mmc: omap_hsmmc: update mmc->clock with the actual bus speedJean-Jacques Hiblot2018-02-191-1/+2
* mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrlJean-Jacques Hiblot2018-02-191-10/+13
* mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff...Kishon Vijay Abraham I2018-02-191-14/+44
* mmc: omap_hsmmc: Add support to set IODELAY valuesKishon Vijay Abraham I2018-02-191-0/+372
* mmc: omap_hsmmc: use mmc_of_parse to populate mmc_configKishon Vijay Abraham I2018-02-191-19/+5
* mmc: omap_hsmmc: Reduce the max timeout for reset controller fsmJean-Jacques Hiblot2018-02-191-1/+2
* mmc: omap_hsmmc: Workaround for errata id i802Jean-Jacques Hiblot2018-02-191-6/+22
* mmc: omap_hsmmc: Add tuning supportJean-Jacques Hiblot2018-02-191-0/+122
* mmc: omap_hsmmc: Enable DDR mode supportKishon Vijay Abraham I2018-02-191-0/+5
* mmc: omap_hsmmc: set MMC mode in the UHSMS bit fieldJean-Jacques Hiblot2018-02-191-0/+47
* mmc: omap_hsmmc: add support to set default io voltageKishon Vijay Abraham I2018-02-191-0/+67
* mmc: omap_hsmmc: cleanup omap_hsmmc_set_iosKishon Vijay Abraham I2018-02-191-9/+20
* mmc: omap_hsmmc: cleanup clock configurationJean-Jacques Hiblot2018-02-191-24/+52
* mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I2018-01-191-3/+4
* mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I2018-01-191-1/+5
* mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I2018-01-191-3/+202
* Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot2018-01-181-31/+4
* mmc: sanitize includes for DM i2cFelix Brack2018-01-121-2/+2
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-10/+10
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+2
* drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot2017-05-151-7/+32
* dm: mmc: omap_hsmmc: Add pre-reloc flag to the driverLokesh Vutla2017-05-111-0/+1