9
0
Fork 0
barebox/drivers/mci
Sascha Hauer bd1bf53b34 mci: imx-esdhc: factor out common sdhci registers
This gives the SDHCI specific registers a common name and moves
them to a separate file for use by other SDHCI like drivers.

The SDHCI spec has some 16bit and 8bit registers. The i.MX accesses
these as 32bit registers. These register defines now are named after
the SDHCI registers they combine into one, for example:

SDHCI_HOST_CONTROL__POWER_CONTROL__BLOCK_GAP_CONTROL

is the 32bit version of the SDHCI registers HOST_CONTROL, POWER_CONTROL
and BLOCK_GAP_CONTROL.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-05-30 12:18:27 +02:00
..
Kconfig ARM OMAP AM33XX: create new ARCH for AM33xx 2012-12-20 11:43:10 +01:00
Makefile mfd: Using MFD_xx prefix for symbols 2013-02-18 09:21:08 +01:00
atmel-mci-regs.h atmel_mci: use linux regs define 2013-01-25 19:52:14 +01:00
atmel_mci.c MCI: atmel: Fix possible null pointer dereference 2013-04-30 09:35:55 +02:00
imx-esdhc.c mci: imx-esdhc: factor out common sdhci registers 2013-05-30 12:18:27 +02:00
imx-esdhc.h mci: imx-esdhc: factor out common sdhci registers 2013-05-30 12:18:27 +02:00
imx.c MCI: imx: Fix possible null pointer dereference 2013-04-30 09:35:55 +02:00
mci-core.c Merge branch 'for-next/param' 2013-05-06 09:30:50 +02:00
mci_spi.c Introduce device_spi_driver() macro and use it for SPI drivers 2013-03-14 07:15:45 +01:00
mxs.c MCI/MXS: fix signed/unsigned mismatch 2013-05-08 23:24:50 +02:00
omap_hsmmc.c mfd: Using MFD_xx prefix for symbols 2013-02-18 09:21:08 +01:00
pxamci.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
pxamci.h mci: pxamci fix CMD12 handling 2012-04-17 22:02:54 +02:00
s3c.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
sdhci.h mci: imx-esdhc: factor out common sdhci registers 2013-05-30 12:18:27 +02:00
twl6030.c omap_hsmmc: setup mmc voltage on twl6030 2011-12-21 12:48:08 +01:00