diff options
| author | 2017-06-23 17:46:41 +0200 | |
|---|---|---|
| committer | 2017-06-23 18:03:40 +0200 | |
| commit | d97d0f1b4630d46976b7a275c1636229c3ebf4d0 (patch) | |
| tree | 89f16439490a291c44df47dae679912dfe0538a7 /include/linux/soc | |
| parent | clocksource: owl: Add S900 support (diff) | |
| parent | soc: actions: owl-sps: Factor out owl_sps_set_pg() for power-gating (diff) | |
| download | linux-dev-d97d0f1b4630d46976b7a275c1636229c3ebf4d0.tar.xz linux-dev-d97d0f1b4630d46976b7a275c1636229c3ebf4d0.zip | |
Merge branch 'v4.13/sps' into v4.13/drivers
This adds the SPS power domains driver.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/linux/soc')
| -rw-r--r-- | include/linux/soc/actions/owl-sps.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/soc/actions/owl-sps.h b/include/linux/soc/actions/owl-sps.h new file mode 100644 index 000000000000..33d0dbeceb55 --- /dev/null +++ b/include/linux/soc/actions/owl-sps.h @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2017 Andreas Färber + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#ifndef SOC_ACTIONS_OWL_SPS_H +#define SOC_ACTIONS_OWL_SPS_H + +int owl_sps_set_pg(void __iomem *base, u32 pwr_mask, u32 ack_mask, bool enable); + +#endif |
