summaryrefslogtreecommitdiff
path: root/drivers/mmc/omap_hsmmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+2
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-2/+2
2020-07-13mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár1-1/+1
2020-06-16mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini1-0/+3
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas1-1/+0
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-3/+3
2019-07-15mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot1-4/+0
2019-07-15mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot1-9/+0
2019-07-15mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot1-7/+6
2019-04-12mmc: omap_hsmmc: Set 3.3V for IO voltageFaiz Abbas1-11/+10
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini1-8/+8
2019-02-09mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulatorLokesh Vutla1-8/+8
2019-02-09mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas1-1/+91
2018-11-14mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng1-0/+2
2018-09-29mmc: omap_mmc: Remove invert referencesAdam Ford1-11/+1
2018-09-26mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford1-0/+4
2018-09-12mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford1-5/+9
2018-02-26mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specifiedJean-Jacques Hiblot1-0/+2
2018-02-26mmc: omap_hsmmc: make it possible to compile out ADMA supportJean-Jacques Hiblot1-6/+6
2018-02-26mmc: omap_hsmmc: compile out write support if not neededJean-Jacques Hiblot1-2/+9
2018-02-26mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_platJean-Jacques Hiblot1-3/+3
2018-02-19mmc: Fix uninitialised priv memberAlex Kiernan1-1/+1
2018-02-19mmc: omap_hsmmc: add signal voltage selection supportJean-Jacques Hiblot1-22/+154
2018-02-19mmc: omap_hsmmc: allow mmc clock to be gatedKishon Vijay Abraham I1-0/+6
2018-02-19mmc: omap_hsmmc: implement send_init_stream callbackJean-Jacques Hiblot1-0/+13
2018-02-19mmc: omap_hsmmc: update mmc->clock with the actual bus speedJean-Jacques Hiblot1-1/+2
2018-02-19mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrlJean-Jacques Hiblot1-10/+13
2018-02-19mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff...Kishon Vijay Abraham I1-14/+44
2018-02-19mmc: omap_hsmmc: Add support to set IODELAY valuesKishon Vijay Abraham I1-0/+372
2018-02-19mmc: omap_hsmmc: use mmc_of_parse to populate mmc_configKishon Vijay Abraham I1-19/+5
2018-02-19mmc: omap_hsmmc: Reduce the max timeout for reset controller fsmJean-Jacques Hiblot1-1/+2
2018-02-19mmc: omap_hsmmc: Workaround for errata id i802Jean-Jacques Hiblot1-6/+22
2018-02-19mmc: omap_hsmmc: Add tuning supportJean-Jacques Hiblot1-0/+122
2018-02-19mmc: omap_hsmmc: Enable DDR mode supportKishon Vijay Abraham I1-0/+5
2018-02-19mmc: omap_hsmmc: set MMC mode in the UHSMS bit fieldJean-Jacques Hiblot1-0/+47
2018-02-19mmc: omap_hsmmc: add support to set default io voltageKishon Vijay Abraham I1-0/+67