diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-16 12:15:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-16 12:15:57 -0500 |
commit | d3092e4e9937bdc7e3444fea1b47132e53c9cd41 (patch) | |
tree | 6d16deaedcc519f160cfdc614e8765529c6a80a0 /drivers/acpi | |
parent | 2bf16b7a73caf3435f782e4170cfe563675e10f9 (diff) | |
parent | b2596d70351370530d3fce16f3b6e6f1cd4dbdf0 (diff) |
Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"New drivers:
- Add support for Cherry Trail Dollar Cove TI PMIC
- Add support for Add Spreadtrum SC27xx series PMICs
New device support:
- Add support Regulator to axp20x
New functionality:
- Add DT support; aspeed-scu sc27xx-pmic
- Add power saving support; rts5249
Fix-ups:
- DT clean-up/rework; tps65217, max77693, iproc-cdru, iproc-mhb, tps65218
- Staticise/constify; stw481x
- Use new succinct IRQ API; fsl-imx25-tsadc
- Kconfig fix-ups; MFD_TPS65218
- Identify SPI method; lpc_ich
- Use managed resources (devm_*) calls; ssbi
- Remove unused/obsolete code/documentation; mc13xxx
Bug fixes:
- Fix typo in MAINTAINERS
- Fix error handling; mxs-lradc
- Clean-up IRQs on .remove; fsl-imx25-tsadc"
* tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (21 commits)
dt-bindings: mfd: mc13xxx: Remove obsolete property
mfd: axp20x: Add axp20x-regulator cell for AXP813
mfd: Add Spreadtrum SC27xx series PMICs driver
dt-bindings: mfd: Add Spreadtrum SC27xx PMIC documentation
mfd: ssbi: Use devm_of_platform_populate()
mfd: fsl-imx25: Clean up irq settings during removal
mfd: mxs-lradc: Fix error handling in mxs_lradc_probe()
mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
mfd: tps65218: Introduce dependency on CONFIG_OF
mfd: tps65218: Correct the config description
MAINTAINERS: Fix Dialog search term for watchdog binding file
mfd: fsl-imx25: Set irq handler and data in one go
mfd: rts5249: Add support for RTS5250S power saving
ACPI / PMIC: Add opregion driver for Intel Dollar Cove TI PMIC
mfd: Add support for Cherry Trail Dollar Cove TI PMIC
syscon: dt-bindings: Add binding document for iProc MHB block
syscon: dt-bindings: Add binding doc for Broadcom iProc CDRU
mfd: max77693: Add muic of_compatible in mfd_cell
mfd: stw481x: Make three arrays static const, reduces object code size
mfd: tps65217: Introduce dependency on CONFIG_OF
...
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 6 | ||||
-rw-r--r-- | drivers/acpi/Makefile | 1 | ||||
-rw-r--r-- | drivers/acpi/pmic/intel_pmic_chtdc_ti.c | 137 |
3 files changed, 144 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 91477d5ab422..46505396869e 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -527,6 +527,12 @@ config CHT_WC_PMIC_OPREGION | |||
527 | help | 527 | help |
528 | This config adds ACPI operation region support for CHT Whiskey Cove PMIC. | 528 | This config adds ACPI operation region support for CHT Whiskey Cove PMIC. |
529 | 529 | ||
530 | config CHT_DC_TI_PMIC_OPREGION | ||
531 | bool "ACPI operation region support for Dollar Cove TI PMIC" | ||
532 | depends on INTEL_SOC_PMIC_CHTDC_TI | ||
533 | help | ||
534 | This config adds ACPI operation region support for Dollar Cove TI PMIC. | ||
535 | |||
530 | endif | 536 | endif |
531 | 537 | ||
532 | config ACPI_CONFIGFS | 538 | config ACPI_CONFIGFS |
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 31c15d84a8d0..41954a601989 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -106,6 +106,7 @@ obj-$(CONFIG_CRC_PMIC_OPREGION) += pmic/intel_pmic_crc.o | |||
106 | obj-$(CONFIG_XPOWER_PMIC_OPREGION) += pmic/intel_pmic_xpower.o | 106 | obj-$(CONFIG_XPOWER_PMIC_OPREGION) += pmic/intel_pmic_xpower.o |
107 | obj-$(CONFIG_BXT_WC_PMIC_OPREGION) += pmic/intel_pmic_bxtwc.o | 107 | obj-$(CONFIG_BXT_WC_PMIC_OPREGION) += pmic/intel_pmic_bxtwc.o |
108 | obj-$(CONFIG_CHT_WC_PMIC_OPREGION) += pmic/intel_pmic_chtwc.o | 108 | obj-$(CONFIG_CHT_WC_PMIC_OPREGION) += pmic/intel_pmic_chtwc.o |
109 | obj-$(CONFIG_CHT_DC_TI_PMIC_OPREGION) += pmic/intel_pmic_chtdc_ti.o | ||
109 | 110 | ||
110 | obj-$(CONFIG_ACPI_CONFIGFS) += acpi_configfs.o | 111 | obj-$(CONFIG_ACPI_CONFIGFS) += acpi_configfs.o |
111 | 112 | ||
diff --git a/drivers/acpi/pmic/intel_pmic_chtdc_ti.c b/drivers/acpi/pmic/intel_pmic_chtdc_ti.c new file mode 100644 index 000000000000..109c1e9c9c7a --- /dev/null +++ b/drivers/acpi/pmic/intel_pmic_chtdc_ti.c | |||
@@ -0,0 +1,137 @@ | |||
1 | /* | ||
2 | * Dollar Cove TI PMIC operation region driver | ||
3 | * Copyright (C) 2014 Intel Corporation. All rights reserved. | ||
4 | * | ||
5 | * Rewritten and cleaned up | ||
6 | * Copyright (C) 2017 Takashi Iwai <tiwai@suse.de> | ||
7 | */ | ||
8 | |||
9 | #include <linux/acpi.h> | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/mfd/intel_soc_pmic.h> | ||
12 | #include <linux/platform_device.h> | ||
13 | #include "intel_pmic.h" | ||
14 | |||
15 | /* registers stored in 16bit BE (high:low, total 10bit) */ | ||
16 | #define CHTDC_TI_VBAT 0x54 | ||
17 | #define CHTDC_TI_DIETEMP 0x56 | ||
18 | #define CHTDC_TI_BPTHERM 0x58 | ||
19 | #define CHTDC_TI_GPADC 0x5a | ||
20 | |||
21 | static struct pmic_table chtdc_ti_power_table[] = { | ||
22 | { .address = 0x00, .reg = 0x41 }, | ||
23 | { .address = 0x04, .reg = 0x42 }, | ||
24 | { .address = 0x08, .reg = 0x43 }, | ||
25 | { .address = 0x0c, .reg = 0x45 }, | ||
26 | { .address = 0x10, .reg = 0x46 }, | ||
27 | { .address = 0x14, .reg = 0x47 }, | ||
28 | { .address = 0x18, .reg = 0x48 }, | ||
29 | { .address = 0x1c, .reg = 0x49 }, | ||
30 | { .address = 0x20, .reg = 0x4a }, | ||
31 | { .address = 0x24, .reg = 0x4b }, | ||
32 | { .address = 0x28, .reg = 0x4c }, | ||
33 | { .address = 0x2c, .reg = 0x4d }, | ||
34 | { .address = 0x30, .reg = 0x4e }, | ||
35 | }; | ||
36 | |||
37 | static struct pmic_table chtdc_ti_thermal_table[] = { | ||
38 | { | ||
39 | .address = 0x00, | ||
40 | .reg = CHTDC_TI_GPADC | ||
41 | }, | ||
42 | { | ||
43 | .address = 0x0c, | ||
44 | .reg = CHTDC_TI_GPADC | ||
45 | }, | ||
46 | /* TMP2 -> SYSTEMP */ | ||
47 | { | ||
48 | .address = 0x18, | ||
49 | .reg = CHTDC_TI_GPADC | ||
50 | }, | ||
51 | /* TMP3 -> BPTHERM */ | ||
52 | { | ||
53 | .address = 0x24, | ||
54 | .reg = CHTDC_TI_BPTHERM | ||
55 | }, | ||
56 | { | ||
57 | .address = 0x30, | ||
58 | .reg = CHTDC_TI_GPADC | ||
59 | }, | ||
60 | /* TMP5 -> DIETEMP */ | ||
61 | { | ||
62 | .address = 0x3c, | ||
63 | .reg = CHTDC_TI_DIETEMP | ||
64 | }, | ||
65 | }; | ||
66 | |||
67 | static int chtdc_ti_pmic_get_power(struct regmap *regmap, int reg, int bit, | ||
68 | u64 *value) | ||
69 | { | ||
70 | int data; | ||
71 | |||
72 | if (regmap_read(regmap, reg, &data)) | ||
73 | return -EIO; | ||
74 | |||
75 | *value = data & 1; | ||
76 | return 0; | ||
77 | } | ||
78 | |||
79 | static int chtdc_ti_pmic_update_power(struct regmap *regmap, int reg, int bit, | ||
80 | bool on) | ||
81 | { | ||
82 | return regmap_update_bits(regmap, reg, 1, on); | ||
83 | } | ||
84 | |||
85 | static int chtdc_ti_pmic_get_raw_temp(struct regmap *regmap, int reg) | ||
86 | { | ||
87 | u8 buf[2]; | ||
88 | |||
89 | if (regmap_bulk_read(regmap, reg, buf, 2)) | ||
90 | return -EIO; | ||
91 | |||
92 | /* stored in big-endian */ | ||
93 | return ((buf[0] & 0x03) << 8) | buf[1]; | ||
94 | } | ||
95 | |||
96 | static struct intel_pmic_opregion_data chtdc_ti_pmic_opregion_data = { | ||
97 | .get_power = chtdc_ti_pmic_get_power, | ||
98 | .update_power = chtdc_ti_pmic_update_power, | ||
99 | .get_raw_temp = chtdc_ti_pmic_get_raw_temp, | ||
100 | .power_table = chtdc_ti_power_table, | ||
101 | .power_table_count = ARRAY_SIZE(chtdc_ti_power_table), | ||
102 | .thermal_table = chtdc_ti_thermal_table, | ||
103 | .thermal_table_count = ARRAY_SIZE(chtdc_ti_thermal_table), | ||
104 | }; | ||
105 | |||
106 | static int chtdc_ti_pmic_opregion_probe(struct platform_device *pdev) | ||
107 | { | ||
108 | struct intel_soc_pmic *pmic = dev_get_drvdata(pdev->dev.parent); | ||
109 | int err; | ||
110 | |||
111 | err = intel_pmic_install_opregion_handler(&pdev->dev, | ||
112 | ACPI_HANDLE(pdev->dev.parent), pmic->regmap, | ||
113 | &chtdc_ti_pmic_opregion_data); | ||
114 | if (err < 0) | ||
115 | return err; | ||
116 | |||
117 | /* Re-enumerate devices depending on PMIC */ | ||
118 | acpi_walk_dep_device_list(ACPI_HANDLE(pdev->dev.parent)); | ||
119 | return 0; | ||
120 | } | ||
121 | |||
122 | static const struct platform_device_id chtdc_ti_pmic_opregion_id_table[] = { | ||
123 | { .name = "chtdc_ti_region" }, | ||
124 | {}, | ||
125 | }; | ||
126 | |||
127 | static struct platform_driver chtdc_ti_pmic_opregion_driver = { | ||
128 | .probe = chtdc_ti_pmic_opregion_probe, | ||
129 | .driver = { | ||
130 | .name = "cht_dollar_cove_ti_pmic", | ||
131 | }, | ||
132 | .id_table = chtdc_ti_pmic_opregion_id_table, | ||
133 | }; | ||
134 | module_platform_driver(chtdc_ti_pmic_opregion_driver); | ||
135 | |||
136 | MODULE_DESCRIPTION("Dollar Cove TI PMIC opregion driver"); | ||
137 | MODULE_LICENSE("GPL v2"); | ||