Searched refs:ds1307 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-ds1307.c | 172 struct ds1307 { struct 195 u8 (*do_trickle_setup)(struct ds1307 *, u32, argument 212 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_get_time() local 214 const struct chip_desc *chip = &chips[ds1307->type]; in ds1307_get_time() 217 if (ds1307->type == rx_8130) { in ds1307_get_time() 219 ret = regmap_read(ds1307->regmap, RX8130_REG_FLAG, ®flag); in ds1307_get_time() 232 ret = regmap_bulk_read(ds1307->regmap, chip->offset, regs, in ds1307_get_time() 242 if (ds1307->type == m41t0 && in ds1307_get_time() 246 } else if (ds1307->type == mcp794xx && in ds1307_get_time() 253 switch (ds1307->type) { in ds1307_get_time() [all …]
|
| H A D | Makefile | 57 obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o
|
| H A D | Kconfig | 275 will be called rtc-ds1307. 278 bool "Century bit support for rtc-ds1307"
|
| /linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
| H A D | i2c.txt | 38 compatible = "dallas,ds1307";
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-nas2big.dts | 97 compatible = "dallas,ds1307";
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | tqm5200.dts | 161 compatible = "dallas,ds1307";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-tbs2910.dts | 169 compatible = "dallas,ds1307";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-nano.dts | 245 compatible = "dallas,ds1307";
|