diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-02-21 19:44:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:28 -0500 |
commit | 36d6182411b9f597f9f85ec0c4bb00909fd16d59 (patch) | |
tree | aa86752a0ad00906b66e978b150013cebfba004c /drivers/rtc/Makefile | |
parent | 38ae176e01f6f9ef8159325703ef5985dee40034 (diff) |
rtc: add RTC driver for TPS80031/TPS80032
Add an RTC driver for TPS80031/TPS80032 chips by TI. This driver
supports:
- Setting and getting time and date.
- Setting and reading alarm time.
- Alarm and interrupt functionlity.
[akpm@linux-foundation.org: remove obsolete __devinit/__devexit]
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 1a837767b68d..cd03fb33c14c 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -116,6 +116,7 @@ obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o | |||
116 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o | 116 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl.o |
117 | obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o | 117 | obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o |
118 | obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o | 118 | obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o |
119 | obj-$(CONFIG_RTC_DRV_TPS80031) += rtc-tps80031.o | ||
119 | obj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o | 120 | obj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o |
120 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o | 121 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o |
121 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o | 122 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o |