Searched full:max31335 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-max31335.c | 3 * RTC driver for the MAX31335 27 /* MAX31335 Register Map */ 181 /* MAX31335 Miscellaneous Definitions */ 226 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_time() local 230 ret = regmap_bulk_read(max31335->regmap, MAX31335_SECONDS, date, in max31335_read_time() 251 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_set_time() local 265 return regmap_bulk_write(max31335->regmap, MAX31335_SECONDS, date, in max31335_set_time() 271 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_alarm() local 276 ret = regmap_bulk_read(max31335->regmap, MAX31335_ALM1_SEC, regs, in max31335_read_alarm() 295 ret = regmap_read(max31335->regmap, MAX31335_INT_EN1, &ctrl); in max31335_read_alarm() [all …]
|
H A D | Makefile | 95 obj-$(CONFIG_RTC_DRV_MAX31335) += rtc-max31335.o
|
H A D | Kconfig | 387 tristate "Analog Devices MAX31335" 394 MAX31335. 397 will be called rtc-max31335.
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | adi,max31335.yaml | 4 $id: http://devicetree.org/schemas/rtc/adi,max31335.yaml# 7 title: Analog Devices MAX31335 RTC 13 Analog Devices MAX31335 I2C RTC ±2ppm Automotive Real-Time Clock with 21 const: adi,max31335 61 compatible = "adi,max31335";
|
/linux/ |
H A D | MAINTAINERS | 14034 MAX31335 RTC DRIVER 14039 F: Documentation/devicetree/bindings/rtc/adi,max31335.yaml 14040 F: drivers/rtc/rtc-max31335.c
|