| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported | Jean-Jacques Hiblot | 2019-07-15 | 1 | -4/+0 |
* | mmc: omap_hsmmc: don't fill the send_init_stream callback | Jean-Jacques Hiblot | 2019-07-15 | 1 | -9/+0 |
* | mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command | Jean-Jacques Hiblot | 2019-07-15 | 1 | -7/+6 |
* | mmc: omap_hsmmc: Set 3.3V for IO voltage | Faiz Abbas | 2019-04-12 | 1 | -11/+10 |
* | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-02-10 | 1 | -8/+8 |
|\ |
|
| * | mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator | Lokesh Vutla | 2019-02-09 | 1 | -8/+8 |
* | | mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) | Faiz Abbas | 2019-02-09 | 1 | -1/+91 |
|/ |
|
* | mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check | Bin Meng | 2018-11-14 | 1 | -0/+2 |
* | mmc: omap_mmc: Remove invert references | Adam Ford | 2018-09-29 | 1 | -11/+1 |
* | mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pin | Adam Ford | 2018-09-25 | 1 | -0/+4 |
* | mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIO | Adam Ford | 2018-09-11 | 1 | -5/+9 |
* | mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified | Jean-Jacques Hiblot | 2018-02-26 | 1 | -0/+2 |
* | mmc: omap_hsmmc: make it possible to compile out ADMA support | Jean-Jacques Hiblot | 2018-02-26 | 1 | -6/+6 |
* | mmc: omap_hsmmc: compile out write support if not needed | Jean-Jacques Hiblot | 2018-02-26 | 1 | -2/+9 |
* | mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat | Jean-Jacques Hiblot | 2018-02-26 | 1 | -3/+3 |
* | mmc: Fix uninitialised priv member | Alex Kiernan | 2018-02-19 | 1 | -1/+1 |
* | mmc: omap_hsmmc: add signal voltage selection support | Jean-Jacques Hiblot | 2018-02-19 | 1 | -22/+154 |
* | mmc: omap_hsmmc: allow mmc clock to be gated | Kishon Vijay Abraham I | 2018-02-19 | 1 | -0/+6 |
* | mmc: omap_hsmmc: implement send_init_stream callback | Jean-Jacques Hiblot | 2018-02-19 | 1 | -0/+13 |
* | mmc: omap_hsmmc: update mmc->clock with the actual bus speed | Jean-Jacques Hiblot | 2018-02-19 | 1 | -1/+2 |
* | mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrl | Jean-Jacques Hiblot | 2018-02-19 | 1 | -10/+13 |
* | mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff... | Kishon Vijay Abraham I | 2018-02-19 | 1 | -14/+44 |
* | mmc: omap_hsmmc: Add support to set IODELAY values | Kishon Vijay Abraham I | 2018-02-19 | 1 | -0/+372 |
* | mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config | Kishon Vijay Abraham I | 2018-02-19 | 1 | -19/+5 |
* | mmc: omap_hsmmc: Reduce the max timeout for reset controller fsm | Jean-Jacques Hiblot | 2018-02-19 | 1 | -1/+2 |
* | mmc: omap_hsmmc: Workaround for errata id i802 | Jean-Jacques Hiblot | 2018-02-19 | 1 | -6/+22 |
* | mmc: omap_hsmmc: Add tuning support | Jean-Jacques Hiblot | 2018-02-19 | 1 | -0/+122 |
* | mmc: omap_hsmmc: Enable DDR mode support | Kishon Vijay Abraham I | 2018-02-19 | 1 | -0/+5 |
* | mmc: omap_hsmmc: set MMC mode in the UHSMS bit field | Jean-Jacques Hiblot | 2018-02-19 | 1 | -0/+47 |
* | mmc: omap_hsmmc: add support to set default io voltage | Kishon Vijay Abraham I | 2018-02-19 | 1 | -0/+67 |
* | mmc: omap_hsmmc: cleanup omap_hsmmc_set_ios | Kishon Vijay Abraham I | 2018-02-19 | 1 | -9/+20 |
* | mmc: omap_hsmmc: cleanup clock configuration | Jean-Jacques Hiblot | 2018-02-19 | 1 | -24/+52 |
* | mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit | Kishon Vijay Abraham I | 2018-01-19 | 1 | -3/+4 |
* | mmc: omap_hsmmc: Enable Auto command (CMD12) enable | Kishon Vijay Abraham I | 2018-01-19 | 1 | -1/+5 |
* | mmc: omap_hsmmc: Add support for DMA (ADMA2) | Kishon Vijay Abraham I | 2018-01-19 | 1 | -3/+202 |
* | Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT" | Jean-Jacques Hiblot | 2018-01-18 | 1 | -31/+4 |
* | mmc: sanitize includes for DM i2c | Felix Brack | 2018-01-12 | 1 | -2/+2 |
* | dm: mmc: Allow disabling driver model in SPL | Simon Glass | 2017-08-01 | 1 | -10/+10 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+2 |
* | drivers: omap_hsmmc: move to DM_MMC_OPS | Jean-Jacques Hiblot | 2017-05-15 | 1 | -7/+32 |
* | dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver | Lokesh Vutla | 2017-05-11 | 1 | -0/+1 |
* | dm: mmc: omap_hsmmc: Update to support of-platdata | Lokesh Vutla | 2017-05-11 | 1 | -10/+14 |
* | omap_hsmmc: update struct hsmmc to accommodate omap3 from DT | Adam Ford | 2017-05-09 | 1 | -4/+31 |
* | mmc: omap_hsmmc: add support for CONFIG_BLK | Jean-Jacques Hiblot | 2017-03-30 | 1 | -0/+17 |
* | mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used | Jean-Jacques Hiblot | 2017-03-30 | 1 | -5/+22 |
* | mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc | Jean-Jacques Hiblot | 2017-03-30 | 1 | -1/+1 |
* | mmc: omap_hsmmc: use an accessor to get the private data | Jean-Jacques Hiblot | 2017-03-30 | 1 | -21/+33 |
* | omap_hsmmc.c: Fix build warning on non-omap3 | Tom Rini | 2017-02-09 | 1 | -1/+3 |
* | drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx | Adam Ford | 2017-02-09 | 1 | -0/+18 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -1/+1 |