Home
last modified time | relevance | path

Searched full:isl12026 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/rtc/
H A Disil,isl12026.yaml4 $id: http://devicetree.org/schemas/rtc/isil,isl12026.yaml#
7 title: Intersil ISL12026 I2C RTC/EEPROM
13 The ISL12026 is a combination RTC and EEPROM device connected via I2C.
23 const: isil,isl12026
54 compatible = "isil,isl12026";
/linux/drivers/rtc/
H A Drtc-isl12026.c37 struct isl12026 { struct
280 struct isl12026 *priv = p; in isl12026_nvm_read()
324 struct isl12026 *priv = p; in isl12026_nvm_write()
433 struct isl12026 *priv; in isl12026_probe()
436 .name = "isl12026-", in isl12026_probe()
476 struct isl12026 *priv = i2c_get_clientdata(client); in isl12026_remove()
482 { .compatible = "isil,isl12026" },
488 { "isl12026" },
495 .name = "rtc-isl12026",
H A DMakefile83 obj-$(CONFIG_RTC_DRV_ISL12026) += rtc-isl12026.o
H A DKconfig488 tristate "Intersil ISL12026"
492 Intersil ISL12026 RTC chip.
495 will be called rtc-isl12026.