mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 22:24:52 +00:00
Current sh_mobile_sdhi's platform data is set via sh_mobile_sdhi_info
and it is just copied to tmio_mmc_data.
Now, tmio mmc platform data is specified via tmio_mmc_data.
This patch replace sh_mobile_sdhi_info to tmio_mmc_data
struct sh_mobile_sdhi_info { -> struct tmio_mmc_data {
int dma_slave_tx; -> void *chan_priv_tx;
int dma_slave_rx; -> void *chan_priv_rx;
unsigned long tmio_flags; -> unsigned long flags;
unsigned long tmio_caps; -> unsigned long capabilities;
unsigned long tmio_caps2; -> unsigned long capabilities2;
u32 tmio_ocr_mask; -> u32 ocr_mask;
unsigned int cd_gpio; -> unsigned int cd_gpio;
}; unsigned int hclk;
void (*set_pwr)(...);
void (*set_clk_div)(...);
};
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|
||
|---|---|---|
| .. | ||
| mach-ap325rxa | ||
| mach-cayman | ||
| mach-dreamcast | ||
| mach-ecovec24 | ||
| mach-highlander | ||
| mach-hp6xx | ||
| mach-kfr2r09 | ||
| mach-landisk | ||
| mach-lboxre2 | ||
| mach-microdev | ||
| mach-migor | ||
| mach-r2d | ||
| mach-rsk | ||
| mach-sdk7780 | ||
| mach-sdk7786 | ||
| mach-se | ||
| mach-sh03 | ||
| mach-sh7763rdp | ||
| mach-x3proto | ||
| board-apsh4a3a.c | ||
| board-apsh4ad0a.c | ||
| board-edosk7705.c | ||
| board-edosk7760.c | ||
| board-espt.c | ||
| board-magicpanelr2.c | ||
| board-polaris.c | ||
| board-secureedge5410.c | ||
| board-sh2007.c | ||
| board-sh7757lcr.c | ||
| board-sh7785lcr.c | ||
| board-shmin.c | ||
| board-titan.c | ||
| board-urquell.c | ||
| Kconfig | ||
| Makefile | ||