|
@@ -47,14 +47,6 @@ struct omap_hsmmc_platform_data {
|
|
* maximum frequency on the MMC bus */
|
|
* maximum frequency on the MMC bus */
|
|
unsigned int max_freq;
|
|
unsigned int max_freq;
|
|
|
|
|
|
- /* switch the bus to a new slot */
|
|
|
|
- int (*switch_slot)(struct device *dev, int slot);
|
|
|
|
- /* initialize board-specific MMC functionality, can be NULL if
|
|
|
|
- * not supported */
|
|
|
|
- int (*init)(struct device *dev);
|
|
|
|
- void (*cleanup)(struct device *dev);
|
|
|
|
- void (*shutdown)(struct device *dev);
|
|
|
|
-
|
|
|
|
/* To handle board related suspend/resume functionality for MMC */
|
|
/* To handle board related suspend/resume functionality for MMC */
|
|
int (*suspend)(struct device *dev, int slot);
|
|
int (*suspend)(struct device *dev, int slot);
|
|
int (*resume)(struct device *dev, int slot);
|
|
int (*resume)(struct device *dev, int slot);
|
|
@@ -97,7 +89,6 @@ struct omap_hsmmc_platform_data {
|
|
int switch_pin; /* gpio (card detect) */
|
|
int switch_pin; /* gpio (card detect) */
|
|
int gpio_wp; /* gpio (write protect) */
|
|
int gpio_wp; /* gpio (write protect) */
|
|
|
|
|
|
- int (*set_bus_mode)(struct device *dev, int slot, int bus_mode);
|
|
|
|
int (*set_power)(struct device *dev, int slot,
|
|
int (*set_power)(struct device *dev, int slot,
|
|
int power_on, int vdd);
|
|
int power_on, int vdd);
|
|
int (*get_ro)(struct device *dev, int slot);
|
|
int (*get_ro)(struct device *dev, int slot);
|