powerpc/mm: Drop the unnecessary region check
[linux-2.6-block.git] / drivers / mfd / intel_soc_pmic_core.h
CommitLineData
26c7e05a 1/* SPDX-License-Identifier: GPL-2.0 */
51652384 2/*
26c7e05a 3 * Intel SoC PMIC MFD Driver
51652384
ZL
4 *
5 * Copyright (C) 2012-2014 Intel Corporation. All rights reserved.
6 *
51652384
ZL
7 * Author: Yang, Bin <bin.yang@intel.com>
8 * Author: Zhu, Lejun <lejun.zhu@linux.intel.com>
9 */
10
11#ifndef __INTEL_SOC_PMIC_CORE_H__
12#define __INTEL_SOC_PMIC_CORE_H__
13
14struct intel_soc_pmic_config {
15 unsigned long irq_flags;
16 struct mfd_cell *cell_dev;
17 int n_cell_devs;
172cb301 18 const struct regmap_config *regmap_config;
7ce7b26f 19 const struct regmap_irq_chip *irq_chip;
51652384
ZL
20};
21
4d9ed62a
HG
22extern struct intel_soc_pmic_config intel_soc_pmic_config_byt_crc;
23extern struct intel_soc_pmic_config intel_soc_pmic_config_cht_crc;
51652384
ZL
24
25#endif /* __INTEL_SOC_PMIC_CORE_H__ */