Searched full:max77714 (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/mfd/ |
H A D | max77714.c | 3 * Maxim MAX77714 Core Driver 12 #include <linux/mfd/max77714.h> 18 { .name = "max77714-watchdog" }, 19 { .name = "max77714-rtc" }, 63 .name = "max77714-pmic", 72 * MAX77714 initially uses the internal, low precision oscillator. Enable 136 { .compatible = "maxim,max77714" }, 143 .name = "max77714", 150 MODULE_DESCRIPTION("Maxim MAX77714 MFD core driver");
|
H A D | Makefile | 170 obj-$(CONFIG_MFD_MAX77714) += max77714.o
|
H A D | Kconfig | 908 tristate "Maxim Semiconductor MAX77714 PMIC Support" 914 Say yes here to add support for Maxim Semiconductor MAX77714.
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max77714.yaml | 4 $id: http://devicetree.org/schemas/mfd/maxim,max77714.yaml# 7 title: MAX77714 PMIC with GPIO, RTC and watchdog from Maxim Integrated. 13 MAX77714 is a Power Management IC with 4 buck regulators, 9 18 const: maxim,max77714 60 compatible = "maxim,max77714";
|
/linux/drivers/watchdog/ |
H A D | max77620_wdt.c | 18 #include <linux/mfd/max77714.h> 68 /* Set WDT clear in sleep mode (there is no WDTOFFC on MAX77714) */ 129 * (MAX77714 datasheet but applies to MAX77620 too) in max77620_wdt_set_timeout() 241 { "max77714-watchdog", (kernel_ulong_t)&max77714_wdt_data },
|
/linux/include/linux/mfd/ |
H A D | max77714.h | 3 * Maxim MAX77714 Register and data structures definition.
|
/linux/drivers/rtc/ |
H A D | rtc-max77686.c | 205 .name = "max77714-rtc", 219 /* On MAX77714 RTCA1 is BIT 1 of RTCINT (0x00). Not supported by this driver. */ 867 { "max77714-rtc", .driver_data = (kernel_ulong_t)&max77714_drv_data, },
|
/linux/ |
H A D | MAINTAINERS | 13992 MAXIM MAX77714 PMIC MFD DRIVER 13995 F: Documentation/devicetree/bindings/mfd/maxim,max77714.yaml 13996 F: drivers/mfd/max77714.c 13997 F: include/linux/mfd/max77714.h
|