~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-samsung/include/plat/sdhci.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 * @cfg_gpio: Configure the GPIO for a specific card bit-width
58
58
 * @cfg_card: Configure the interface for a specific card and speed. This
59
59
 *            is necessary the controllers and/or GPIO blocks require the
60
 
 *            changing of driver-strength and other controls dependant on
 
60
 *            changing of driver-strength and other controls dependent on
61
61
 *            the card and speed of operation.
62
62
 *
63
63
 * Initialisation data specific to either the machine or the platform
108
108
extern struct s3c_sdhci_platdata s3c_hsmmc2_def_platdata;
109
109
extern struct s3c_sdhci_platdata s3c_hsmmc3_def_platdata;
110
110
 
111
 
/* Helper function availablity */
 
111
/* Helper function availability */
112
112
 
113
113
extern void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *, int w);
114
114
extern void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *, int w);