~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to include/linux/mfd/abx500.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define AB5500_2_0      0x21
35
35
#define AB5500_2_1      0x22
36
36
 
 
37
/* AB8500 CIDs*/
 
38
#define AB8500_CUTEARLY 0x00
 
39
#define AB8500_CUT1P0   0x10
 
40
#define AB8500_CUT1P1   0x11
 
41
#define AB8500_CUT2P0   0x20
 
42
#define AB8500_CUT3P0   0x30
 
43
 
37
44
/*
38
45
 * AB3100, EVENTA1, A2 and A3 event register flags
39
46
 * these are catenated into a single 32-bit flag in the code
186
193
struct ab3550_platform_data {
187
194
        struct {unsigned int base; unsigned int count; } irq;
188
195
        void *dev_data[AB3550_NUM_DEVICES];
 
196
        size_t dev_data_sz[AB3550_NUM_DEVICES];
189
197
        struct abx500_init_settings *init_settings;
190
198
        unsigned int init_settings_sz;
191
199
};