~ubuntu-branches/ubuntu/vivid/linux-fsl-imx51/vivid

« back to all changes in this revision

Viewing changes to arch/arm/plat-mxc/sdma/iapi/include/iapiLow.h

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Bryan Wu, Upstream Kernel Changes
  • Date: 2010-01-11 16:26:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100111162627-1q2fl9tcuwcywt1e
Tags: 2.6.31-602.4
[ Amit Kucheria ]

* Update to official 2.6.31 BSP release from Freescale

[ Andy Whitcroft ]

* drop a number of modules no longer built

[ Bryan Wu ]

* [Config] Update configs after applying .31 patchset from Freescale
* [Config] Sync with imx51_defconfig from Freescale BSP

[ Upstream Kernel Changes ]

* Update to official 2.6.31 BSP release from Freescale.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
void iapi_lowStartChannel ( unsigned char channel );
67
67
void iapi_lowStopChannel ( unsigned char channel );
68
68
void iapi_AttachCallbackISR (channelDescriptor * cd_p,
69
 
                      void (* func_p)(channelDescriptor * cd_p, void * arg));
 
69
                      void (* func_p)(channelDescriptor * cd_p, void * arg));
70
70
void iapi_DetachCallbackISR (channelDescriptor * cd_p);
71
71
void iapi_ChangeCallbackISR (channelDescriptor * cd_p,
72
 
                      void (* func_p)(channelDescriptor * cd_p, void * arg));
 
72
                      void (* func_p)(channelDescriptor * cd_p, void * arg));
73
73
void iapi_lowSynchChannel ( unsigned char channel );
74
74
void iapi_SetBufferDescriptor(bufferDescriptor *bd_p, unsigned char command,
75
 
                       unsigned char status, unsigned short count,
76
 
                       void * buffAddr, void * extBufferAddr);
 
75
                       unsigned char status, unsigned short count,
 
76
                       void * buffAddr, void * extBufferAddr);
77
77
 
78
78
#endif /* _iapiLow_h */