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

« back to all changes in this revision

Viewing changes to arch/arm/mach-sa1100/jornada720_ssp.c

  • 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:
29
29
/**
30
30
 * jornada_ssp_reverse - reverses input byte
31
31
 *
32
 
 * we need to reverse all data we recieve from the mcu due to its physical location
 
32
 * we need to reverse all data we receive from the mcu due to its physical location
33
33
 * returns : 01110111 -> 11101110
34
34
 */
35
35
u8 inline jornada_ssp_reverse(u8 byte)
179
179
 
180
180
static int jornada_ssp_remove(struct platform_device *dev)
181
181
{
182
 
        /* Note that this doesnt actually remove the driver, since theres nothing to remove
 
182
        /* Note that this doesn't actually remove the driver, since theres nothing to remove
183
183
         * It just makes sure everything is turned off */
184
184
        GPSR = GPIO_GPIO25;
185
185
        ssp_exit();