aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/omap_hsmmc.c
AgeCommit message (Expand)AuthorFilesLines
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-25mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford1-0/+4
2018-09-11mmc: 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
2018-02-19mmc: omap_hsmmc: cleanup omap_hsmmc_set_iosKishon Vijay Abraham I1-9/+20
2018-02-19mmc: omap_hsmmc: cleanup clock configurationJean-Jacques Hiblot1-24/+52
2018-01-19mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I1-3/+4
2018-01-19mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I1-1/+5
2018-01-19mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I1-3/+202
2018-01-18Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot1-31/+4
2018-01-12mmc: sanitize includes for DM i2cFelix Brack1-2/+2
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-10/+10
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+2
2017-05-15drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot1-7/+32
2017-05-11dm: mmc: omap_hsmmc: Add pre-reloc flag to the driverLokesh Vutla1-0/+1
2017-05-11dm: mmc: omap_hsmmc: Update to support of-platdataLokesh Vutla1-10/+14
2017-05-09omap_hsmmc: update struct hsmmc to accommodate omap3 from DTAdam Ford1-4/+31
2017-03-30mmc: omap_hsmmc: add support for CONFIG_BLKJean-Jacques Hiblot1-0/+17
2017-03-30mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is usedJean-Jacques Hiblot1-5/+22
2017-03-30mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device descJean-Jacques Hiblot1-1/+1
2017-03-30mmc: omap_hsmmc: use an accessor to get the private dataJean-Jacques Hiblot1-21/+33
2017-02-09omap_hsmmc.c: Fix build warning on non-omap3Tom Rini1-1/+3
2017-02-09drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xxAdam Ford1-0/+18
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-2/+4
2016-12-04ARM: OMAP4+: Add support for getting pbias info from boardLokesh Vutla1-45/+2
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon1-3/+2
2016-08-16drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori1-0/+2
2016-08-05mmc: use the generic error numberJaehoon Chung1-9/+9
2016-06-09mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher1-0/+1
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass1-0/+1