diff options
author | Olof Johansson <olof@lixom.net> | 2015-08-13 12:02:07 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-13 12:02:07 +0200 |
commit | 3d3cacc0b8c624d042fe905bbc71f97a4d443cdc (patch) | |
tree | 469e006fac12ecbdf36cb61c9980ceab01945f90 /include/linux/soc | |
parent | 0ff818eff55aa80cb00bb3d89e824dd568d5a7f8 (diff) | |
parent | 44e259ac909f3b41786cf732a44b5cf8444e098a (diff) |
Merge tag 'mvebu-soc-4.3-2' of git://git.infradead.org/linux-mvebu into next/drivers
mvebu soc changes for v4.3 (part #2)
SoC part of the Dove PMU series
* tag 'mvebu-soc-4.3-2' of git://git.infradead.org/linux-mvebu:
ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux/soc')
-rw-r--r-- | include/linux/soc/dove/pmu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/soc/dove/pmu.h b/include/linux/soc/dove/pmu.h new file mode 100644 index 000000000000..9c99f84bcc0e --- /dev/null +++ b/include/linux/soc/dove/pmu.h @@ -0,0 +1,6 @@ +#ifndef LINUX_SOC_DOVE_PMU_H +#define LINUX_SOC_DOVE_PMU_H + +int dove_init_pmu(void); + +#endif |