#include <linux/module.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/bitops.h>
#include <linux/mfd/syscon.h>
#include <linux/regmap.h>
#define INTEGRATOR_SC_DEC_OFFSET …
#define INTEGRATOR_AP_EXP_BASE …
#define INTEGRATOR_AP_EXP_STRIDE …
static int integrator_lm_populate(int num, struct device *dev)
{ … }
static const struct of_device_id integrator_ap_syscon_match[] = …;
static int integrator_ap_lm_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id integrator_ap_lm_match[] = …;
static struct platform_driver integrator_ap_lm_driver = …;
module_platform_driver(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;