Home
last modified time | relevance | path

Searched full:max31335 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/rtc/
H A Drtc-max31335.c3 * RTC driver for the MAX31335
27 /* MAX31335 Register Map */
181 /* MAX31335 Miscellaneous Definitions */
259 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_volatile_reg() local
260 const struct chip_desc *chip = max31335->chip; in max31335_volatile_reg()
286 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_time() local
290 ret = regmap_bulk_read(max31335->regmap, max31335->chip->sec_reg, date, in max31335_read_time()
311 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_set_time() local
325 return regmap_bulk_write(max31335->regmap, max31335->chip->sec_reg, date, in max31335_set_time()
331 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_alarm() local
[all …]
H A DMakefile96 obj-$(CONFIG_RTC_DRV_MAX31335) += rtc-max31335.o
H A DKconfig387 tristate "Analog Devices MAX31335"
394 MAX31335.
397 will be called rtc-max31335.
/linux/Documentation/devicetree/bindings/rtc/
H A Dadi,max31335.yaml4 $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
23 - adi,max31335
63 compatible = "adi,max31335";
/linux/
H A DMAINTAINERS15195 MAX31335 RTC DRIVER
15200 F: Documentation/devicetree/bindings/rtc/adi,max31335.yaml
15201 F: drivers/rtc/rtc-max31335.c