summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/omap_hsmmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: mmc: omap_hsmmc: Update to support of-platdataLokesh Vutla2017-05-111-10/+14
* omap_hsmmc: update struct hsmmc to accommodate omap3 from DTAdam Ford2017-05-091-4/+31
* mmc: omap_hsmmc: add support for CONFIG_BLKJean-Jacques Hiblot2017-03-301-0/+17
* mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is usedJean-Jacques Hiblot2017-03-301-5/+22
* mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device descJean-Jacques Hiblot2017-03-301-1/+1
* mmc: omap_hsmmc: use an accessor to get the private dataJean-Jacques Hiblot2017-03-301-21/+33
* omap_hsmmc.c: Fix build warning on non-omap3Tom Rini2017-02-091-1/+3
* drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xxAdam Ford2017-02-091-0/+18
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-2/+4
* ARM: OMAP4+: Add support for getting pbias info from boardLokesh Vutla2016-12-041-45/+2
* ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon2016-12-031-3/+2
* drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori2016-08-161-0/+2
* mmc: use the generic error numberJaehoon Chung2016-08-051-9/+9
* mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher2016-06-091-0/+1
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-171-0/+1
* drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N2016-04-181-0/+5