diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
| commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
| tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/linux/rtc | |
| parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) | |
Patched in Tegra support.
Diffstat (limited to 'include/linux/rtc')
| -rw-r--r-- | include/linux/rtc/ds1307.h | 22 | ||||
| -rw-r--r-- | include/linux/rtc/sirfsoc_rtciobrg.h | 18 |
2 files changed, 0 insertions, 40 deletions
diff --git a/include/linux/rtc/ds1307.h b/include/linux/rtc/ds1307.h deleted file mode 100644 index 291b1c49036..00000000000 --- a/include/linux/rtc/ds1307.h +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * ds1307.h - platform_data for the ds1307 (and variants) rtc driver | ||
| 3 | * (C) Copyright 2012 by Wolfram Sang, Pengutronix e.K. | ||
| 4 | * same license as the driver | ||
| 5 | */ | ||
| 6 | |||
| 7 | #ifndef _LINUX_DS1307_H | ||
| 8 | #define _LINUX_DS1307_H | ||
| 9 | |||
| 10 | #include <linux/types.h> | ||
| 11 | |||
| 12 | #define DS1307_TRICKLE_CHARGER_250_OHM 0x01 | ||
| 13 | #define DS1307_TRICKLE_CHARGER_2K_OHM 0x02 | ||
| 14 | #define DS1307_TRICKLE_CHARGER_4K_OHM 0x03 | ||
| 15 | #define DS1307_TRICKLE_CHARGER_NO_DIODE 0x04 | ||
| 16 | #define DS1307_TRICKLE_CHARGER_DIODE 0x08 | ||
| 17 | |||
| 18 | struct ds1307_platform_data { | ||
| 19 | u8 trickle_charger_setup; | ||
| 20 | }; | ||
| 21 | |||
| 22 | #endif /* _LINUX_DS1307_H */ | ||
diff --git a/include/linux/rtc/sirfsoc_rtciobrg.h b/include/linux/rtc/sirfsoc_rtciobrg.h deleted file mode 100644 index 2c92e1c8e05..00000000000 --- a/include/linux/rtc/sirfsoc_rtciobrg.h +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * RTC I/O Bridge interfaces for CSR SiRFprimaII | ||
| 3 | * ARM access the registers of SYSRTC, GPSRTC and PWRC through this module | ||
| 4 | * | ||
| 5 | * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. | ||
| 6 | * | ||
| 7 | * Licensed under GPLv2 or later. | ||
| 8 | */ | ||
| 9 | #ifndef _SIRFSOC_RTC_IOBRG_H_ | ||
| 10 | #define _SIRFSOC_RTC_IOBRG_H_ | ||
| 11 | |||
| 12 | extern void sirfsoc_rtc_iobrg_besyncing(void); | ||
| 13 | |||
| 14 | extern u32 sirfsoc_rtc_iobrg_readl(u32 addr); | ||
| 15 | |||
| 16 | extern void sirfsoc_rtc_iobrg_writel(u32 val, u32 addr); | ||
| 17 | |||
| 18 | #endif | ||
