]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mmc: tegra: Add DM_MMC support to Tegra MMC driver
authorTom Warren <twarren@nvidia.com>
Tue, 13 Sep 2016 16:45:48 +0000 (10:45 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 27 Sep 2016 16:11:01 +0000 (09:11 -0700)
commit6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d
tree6a69764714f4ba55276020a74ccfd19ab531a719
parentc0be77dbdba504d24b6feb2f4669d8cac2497867
mmc: tegra: Add DM_MMC support to Tegra MMC driver

Convert the Tegra MMC driver to DM_MMC. Support for non-DM is removed
to avoid ifdefs in the code. DM_MMC is now enabled for all Tegra builds.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
(swarren, fixed some NULL pointer dereferences, removed extraneous
changes, rebased on various other changes, removed non-DM support etc.)
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/include/asm/arch-tegra/mmc.h [deleted file]
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/board186.c
arch/arm/mach-tegra/board2.c
drivers/mmc/tegra_mmc.c