u-boot-2016/drivers
Masahiro Yamada 3d3108d459 mmc: sdhci-cadence: set timing mode register depending on frequency
The MMC framework in U-Boot does not support a systematic API for
timing switch like mmc_set_timing() in Linux.

U-Boot just provides a hook to change the clock frequency via
mmc_set_clock().  It is up to drivers if additional register
settings are needed.

This driver needs to set a correct timing mode into a register when
it migrates to a different speed mode.  Only increasing clock frequency
could result in setup/hold timing violation.

The timing mode should be decided by checking MMC_TIMING_* like
drivers/mmc/host/sdhci-cadence.c in Linux, but "timing" is not
supported by U-Boot for now.  Just use mmc->clock to decide the
timing mode.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-09-29 11:34:22 +09:00
..
adc
ata dma: import linux/dma-direction.h to consolidate enum dma_data_direction 2017-09-12 18:02:23 -04:00
bios_emulator
block blk: Remove various places that do flush cache after read 2017-09-15 08:05:10 -04:00
bootcount cosmetic: bootcount: correct comment for used scratch register 2017-09-12 17:58:54 -04:00
clk dm: clk: add clk driver support for stm32h7 SoCs 2017-09-22 07:40:01 -04:00
core dm: core: Add functions to get strings and the string count from a stringlist 2017-09-22 23:23:54 +09:00
cpu
crypto crypto/fsl: fix obj-yy in Makefile 2017-09-04 09:02:07 -04:00
ddr armv8: ls1088a: Add NXP LS1088A SoC support 2017-09-11 08:00:13 -07:00
demo
dfu env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
dma
firmware
fpga
gpio rockchip: gpio: remove outdated/misleading comment 2017-09-18 20:40:35 +02:00
i2c rockchip: i2c: Convert to livetree 2017-09-18 20:40:35 +02:00
input env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
led
mailbox
memory
misc dm: misc: add stm32 rcc driver 2017-09-22 07:40:02 -04:00
mmc mmc: sdhci-cadence: set timing mode register depending on frequency 2017-09-29 11:34:22 +09:00
mtd Merge git://www.denx.de/git/u-boot-cfi-flash 2017-09-26 19:38:04 -04:00
net ARM: mvebu: Convert CONFIG_MVNETA to Kconfig 2017-09-26 06:51:30 +02:00
nvme nvme: Remove dead codes in nvme_setup_io_queues() 2017-09-03 15:30:34 -04:00
pch
pci pci: layerscape: Fixup iommu-map for LS208xA 2017-09-22 12:42:29 -07:00
pcmcia
phy usb: phy: Add STi USB2 PHY 2017-09-22 07:39:57 -04:00
pinctrl pinctrl: stm32: add stm32h743-pinctrl compatible 2017-09-22 07:40:00 -04:00
power regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1 2017-09-22 23:23:54 +09:00
pwm
qe blk: Remove various places that do flush cache after read 2017-09-15 08:05:10 -04:00
ram rockchip: rk3368: adjust DMC driver for 32/64bit-aware OF_PLATDATA 2017-09-18 20:40:38 +02:00
remoteproc
reset dm: reset: add stm32 reset driver 2017-09-22 07:40:01 -04:00
rtc env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
scsi blk: dm: make blk_create_device() take a number of block instead of a size 2017-09-11 21:43:58 -06:00
serial serial: stm32x7: add STM32H7 support 2017-09-22 07:40:01 -04:00
soc
sound
spi spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO 2017-09-25 15:45:15 +05:30
spmi
sysreset rockchip: enable rk322x sysreset driver 2017-09-18 20:40:32 +02:00
thermal
timer rockchip: timer: update for 32/64bit-aware OF_PLATDATA 2017-09-18 20:40:37 +02:00
tpm
usb usb: dwc2: Align size of invalidating dcache before starting DMA 2017-09-27 12:12:23 +02:00
video Merge branch 'next' of git://git.denx.de/u-boot-video 2017-09-21 07:51:20 -04:00
watchdog
Kconfig
Makefile