~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/linux/mfd/samsung/core.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
struct sec_pmic_dev {
40
40
        struct device *dev;
41
41
        struct sec_platform_data *pdata;
42
 
        struct regmap *regmap;
 
42
        struct regmap *regmap_pmic;
 
43
        struct regmap *regmap_rtc;
43
44
        struct i2c_client *i2c;
44
45
        struct i2c_client *rtc;
45
46
 
51
52
        int ono;
52
53
        int type;
53
54
        bool wakeup;
 
55
        bool wtsr_smpl;
54
56
};
55
57
 
56
58
int sec_irq_init(struct sec_pmic_dev *sec_pmic);