1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 05:39:17 +01:00
Files
u-boot-megous/drivers
Stephen Warren f53c4e4bbd mmc: tegra: priv struct and naming cleanup
struct mmc_host is a Tegra-specific structure, but the name implies it's
something defined by core MMC code, which is confusing. Rename it to
struct tegra_mmc_priv to make its purpose more obvious. The new name is
also more appropriate for a DM driver private data structure, which will
be relevant later in this series.

Nothing needs access to this type except the MMC driver itself. Move the
definition into the driver C file.

Make sure all Tegra MMC functions are named tegra_mmc_*. Even though
they're all static, it's useful to have good naming so that symbol tables
are easy to interpret. A few functions aren't renamed by this patch since
they'll be deleted by a subsequent patch in this series.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-09-27 09:11:01 -07:00
..
2015-11-02 10:38:00 +09:00
2016-09-01 20:08:48 -05:00
2016-01-27 15:32:05 +01:00
2016-09-26 13:24:43 -04:00
2016-09-22 07:32:22 -06:00
2016-08-15 10:26:13 -07:00
2016-02-06 12:00:59 +01:00
2016-08-12 16:00:50 -04:00
2016-03-14 19:21:44 -04:00
2016-09-22 07:33:14 +02:00
2016-09-16 17:03:39 -04:00