static const struct platform_device_id pm8607_regulator_driver_ids[] = {
{
.name = "88pm860x-regulator",
- .driver_data = 0,
}, {
.name = "88pm860x-preg",
- .driver_data = 0,
},
- { },
+ { }
};
MODULE_DEVICE_TABLE(platform, pm8607_regulator_driver_ids);
}
static const struct platform_device_id max77686_pmic_id[] = {
- {"max77686-pmic", 0},
- { },
+ { .name = "max77686-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, max77686_pmic_id);
}
static const struct platform_device_id max77802_pmic_id[] = {
- {"max77802-pmic", 0},
- { },
+ { .name = "max77802-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, max77802_pmic_id);
}
static const struct platform_device_id max8997_pmic_id[] = {
- { "max8997-pmic", 0},
- { },
+ { .name = "max8997-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, max8997_pmic_id);
}
static const struct platform_device_id mt6323_platform_ids[] = {
- {"mt6323-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6323-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6323_platform_ids);
}
static const struct platform_device_id mt6331_platform_ids[] = {
- {"mt6331-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6331-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6331_platform_ids);
}
static const struct platform_device_id mt6332_platform_ids[] = {
- {"mt6332-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6332-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6332_platform_ids);
}
static const struct platform_device_id mt6358_platform_ids[] = {
- {"mt6358-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6358-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6358_platform_ids);
}
static const struct platform_device_id mt6359_platform_ids[] = {
- {"mt6359-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6359-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6359_platform_ids);
}
static const struct platform_device_id mt6360_regulator_id_table[] = {
- { "mt6360-regulator", 0 },
- {},
+ { .name = "mt6360-regulator" },
+ { }
};
MODULE_DEVICE_TABLE(platform, mt6360_regulator_id_table);
}
static const struct platform_device_id mt6370_devid_table[] = {
- { "mt6370-regulator", 0},
- {}
+ { .name = "mt6370-regulator" },
+ { }
};
MODULE_DEVICE_TABLE(platform, mt6370_devid_table);
}
static const struct platform_device_id mt6380_platform_ids[] = {
- {"mt6380-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6380-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6380_platform_ids);
}
static const struct platform_device_id mt6397_platform_ids[] = {
- {"mt6397-regulator", 0},
- { /* sentinel */ },
+ { .name = "mt6397-regulator" },
+ { /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, mt6397_platform_ids);
}
static const struct platform_device_id rt4831_regulator_match[] = {
- { "rt4831-regulator", 0 },
- {}
+ { .name = "rt4831-regulator" },
+ { }
};
MODULE_DEVICE_TABLE(platform, rt4831_regulator_match);
}
static const struct platform_device_id rt5120_regulator_dev_table[] = {
- { "rt5120-regulator", 0 },
- {}
+ { .name = "rt5120-regulator" },
+ { }
};
MODULE_DEVICE_TABLE(platform, rt5120_regulator_dev_table);
}
static const struct platform_device_id s2mpa01_pmic_id[] = {
- { "s2mpa01-pmic", 0},
- { },
+ { .name = "s2mpa01-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, s2mpa01_pmic_id);
}
static const struct platform_device_id s5m8767_pmic_id[] = {
- { "s5m8767-pmic", 0},
- { },
+ { .name = "s5m8767-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, s5m8767_pmic_id);